mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +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
|
lda (vic),y
|
||||||
sta vidsave+2
|
sta vidsave+2
|
||||||
and #$0F
|
and #$0F
|
||||||
ora #<(((>__VIDRAM_START__) & $3F) << 2)
|
ora #<(((>__VIDRAM_START__) << 2) & $F0)
|
||||||
sta (vic),y
|
sta (vic),y
|
||||||
|
|
||||||
; Switch back to the execution bank
|
; Switch back to the execution bank
|
||||||
|
Loading…
x
Reference in New Issue
Block a user