mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Cosmetic change
git-svn-id: svn://svn.cc65.org/cc65/trunk@925 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f46c46abe1
commit
4bfc8bc554
@ -274,7 +274,7 @@ Z4:
|
||||
lda (vic),y
|
||||
sta vidsave+2
|
||||
and #$0F
|
||||
ora #<(((>__VIDRAM_START__) & $3F) << 2)
|
||||
ora #<(((>__VIDRAM_START__) << 2) & $F0)
|
||||
sta (vic),y
|
||||
|
||||
; Switch back to the execution bank
|
||||
|
Loading…
Reference in New Issue
Block a user