mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Removed a forgotten ScrollSave variable (Stefan Haubenthal).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4623 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
af27ae6d79
commit
21c38fa7db
@ -87,10 +87,3 @@ plot: ldy CURS_X
|
||||
|
||||
putchar = $CC2F
|
||||
|
||||
;--------------------------------------------------------------------------
|
||||
; Data
|
||||
.bss
|
||||
|
||||
ScrollSave: .res 1 ; Save location for scroll byte
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user