mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-19 05:29:51 +00:00
align writes
This commit is contained in:
parent
cd73cff13d
commit
50bc88ea93
@ -15,8 +15,8 @@
|
||||
; LC RAM BANK 2
|
||||
; D000..D3FF - ProRWTS data
|
||||
; D400..D66F - ProRWTS code
|
||||
; D670..DB98 - HGR font code & ProRWTS glue code
|
||||
; DB99..DBA7 - backup of stack (during gameplay and self-running demos)
|
||||
; D670..DB9C - HGR font code & ProRWTS glue code
|
||||
; DB9D..DBAB - backup of stack (during gameplay and self-running demos)
|
||||
; ...unused...
|
||||
; DBAF..DBFF - (de)acceleration function
|
||||
; DC00..DFFF - HGR font data
|
||||
|
@ -270,6 +270,8 @@ ProDOS_enter
|
||||
sta sizehi
|
||||
lda bleftlo
|
||||
adc #$ff
|
||||
lda #0
|
||||
sta bleftlo
|
||||
lda blefthi
|
||||
adc #1
|
||||
and #$fe
|
||||
|
Loading…
Reference in New Issue
Block a user