Run For It exit to TR

This commit is contained in:
Peter Ferrie 2020-05-15 17:02:52 -07:00
parent d237496599
commit a726a0e428

View File

@ -21,9 +21,18 @@
sta $906
sta $1286
+
lda #<callback
sta $15C8
lda #>callback
sta $15C9
+DISABLE_ACCEL
jmp $800
callback
lda #1
sta $A393
jmp $A19A
!if * > $1C0 {
!error "code is too large, ends at ", *
}