Mark more Lynx hardware registers as volatile

This commit is contained in:
Karol Stasiak 2019-09-21 00:45:38 +02:00
parent 680e94c3b7
commit 8ebeb2eeeb
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ byte SPRCTRL1 @$fc81
byte SPRCOLL @$fc82
byte SPRINT @$fc83
byte SUZYBUSEN @$fc90
byte SPRGO @$fc91
byte SPRSYS @$fc92
volatile byte SUZYBUSEN @$fc90
volatile byte SPRGO @$fc91
volatile byte SPRSYS @$fc92
volatile byte JOYSTICK @$fcb0
volatile byte SWITCHES @$fcb1