align writes

This commit is contained in:
Peter Ferrie 2020-01-29 09:20:29 -08:00
parent cd73cff13d
commit 50bc88ea93
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -270,6 +270,8 @@ ProDOS_enter
sta sizehi
lda bleftlo
adc #$ff
lda #0
sta bleftlo
lda blefthi
adc #1
and #$fe