|
|
|
@ -12,14 +12,14 @@ const (
|
|
|
|
|
ioFlagAnnunciator2 uint8 = 0x5c
|
|
|
|
|
ioFlagAnnunciator3 uint8 = 0x5e
|
|
|
|
|
|
|
|
|
|
ioDataCassette uint8 = 0x60
|
|
|
|
|
ioFlagButton0 uint8 = 0x61
|
|
|
|
|
ioFlagButton1 uint8 = 0x62
|
|
|
|
|
ioFlagButton2 uint8 = 0x63
|
|
|
|
|
ioDataPaddle0 uint8 = 0x64
|
|
|
|
|
ioDataPaddle1 uint8 = 0x65
|
|
|
|
|
ioDataPaddle2 uint8 = 0x66
|
|
|
|
|
ioDataPaddle3 uint8 = 0x67
|
|
|
|
|
//ioDataCassette uint8 = 0x60
|
|
|
|
|
//ioFlagButton0 uint8 = 0x61
|
|
|
|
|
//ioFlagButton1 uint8 = 0x62
|
|
|
|
|
//ioFlagButton2 uint8 = 0x63
|
|
|
|
|
//ioDataPaddle0 uint8 = 0x64
|
|
|
|
|
//ioDataPaddle1 uint8 = 0x65
|
|
|
|
|
//ioDataPaddle2 uint8 = 0x66
|
|
|
|
|
//ioDataPaddle3 uint8 = 0x67
|
|
|
|
|
|
|
|
|
|
// Not real softSwitches. Using the numbers to store the flags somewhere.
|
|
|
|
|
ioFlagRGBCardActive uint8 = 0x7d
|
|
|
|
|