RGB video modes available only with RGB card

This commit is contained in:
Ivan Izaguirre 2020-09-23 18:12:28 +02:00
parent cd9c4e2b41
commit 38f3a1e53c
1 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,10 @@ const (
ioDataPaddle2 uint8 = 0x66
ioDataPaddle3 uint8 = 0x67
ioFlag1RGBCard uint8 = 0x7e // Not real softSwitches. Using the numbers to store the flags somewhere.
ioFlag2RGBCard uint8 = 0x7f
// Not real softSwitches. Using the numbers to store the flags somewhere.
ioFlagRGBCardActive uint8 = 0x7d
ioFlag1RGBCard uint8 = 0x7e
ioFlag2RGBCard uint8 = 0x7f
)
func addApple2SoftSwitches(io *ioC0Page) {