VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
68 stars 22 forks source link

Wrong border color when using alternate palette in PMODE 1. #67

Closed treytomes closed 3 months ago

treytomes commented 3 years ago

You can see the problem if you run this in Vcc:

10 WIDTH 32 20 PMODE 1,1 30 SCREEN 1,1 40 POKE &HFF22, 192 50 PCLS 1 60 GOTO 60

The problem is that the border is white. The border should be green, just like the middle.