mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-21 18:29:45 +00:00
RGB video modes available only with RGB card
This commit is contained in:
parent
cd9c4e2b41
commit
38f3a1e53c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user