mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 05:34:57 +00:00
fix Laser 128 support
This commit is contained in:
parent
12ed52da67
commit
96c5bd74a8
@ -329,12 +329,15 @@ setspeed_y=*+1
|
||||
tya
|
||||
bcs setnorm
|
||||
ora iobase,x
|
||||
ldy #$96
|
||||
bne setsta ; always branches
|
||||
setnorm
|
||||
eor #$FF
|
||||
and iobase,x
|
||||
ldy #$56
|
||||
setsta
|
||||
sta iobase,x
|
||||
sty $7FE ; Laser checks it
|
||||
rts
|
||||
end_setspeed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user