atari5200: changes from discussions in #870
- rename screen_setup to initconio - use Greg King's version of bgcolor()
This commit is contained in:
committed by
Oliver Schmidt
parent
d7eecb57f8
commit
e1e6bec9ff
@@ -15,9 +15,9 @@
|
||||
.importzp screen_width, screen_height
|
||||
.importzp ptr4
|
||||
|
||||
.import screen_setup
|
||||
.constructor screen_setup_constructor, 26
|
||||
screen_setup_constructor = screen_setup
|
||||
.import initconio
|
||||
.constructor initconio_constructor
|
||||
initconio_constructor = initconio
|
||||
|
||||
_cputcxy:
|
||||
pha ; Save C
|
||||
|
||||
Reference in New Issue
Block a user