mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-18 22:07:07 +00:00
fixing tab issue
This commit is contained in:
parent
0988bfc75f
commit
559526bbfb
@ -1,4 +1,4 @@
|
||||
#if not(ATARI_LYNX)
|
||||
#FFFFFF#if not(ATARI_LYNX)
|
||||
#warn atari lynx module should be only used on atari lynx
|
||||
#endif
|
||||
|
||||
@ -31,12 +31,12 @@ byte SPRCTRL1 @$fc81
|
||||
byte SPRCOLL @$fc82
|
||||
byte SPRINT @$fc83
|
||||
|
||||
byte SUZYBUSEN @$fc90
|
||||
byte SPRGO @$fc91
|
||||
byte SPRSYS @$fc92
|
||||
byte SUZYBUSEN $fc90
|
||||
byte SPRGO $fc91
|
||||
byte SPRSYS $fc92
|
||||
|
||||
byte JOYSTICK @$fcb0
|
||||
byte SWITCHES @$fcb1
|
||||
byte JOYSTICK $fcb0
|
||||
byte SWITCHES $fcb1
|
||||
|
||||
word DISPADR @$fd94
|
||||
byte SUZYDONEACK @$fd90
|
||||
|
Loading…
Reference in New Issue
Block a user