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