atari5200: changes from discussions in #870

- rename screen_setup to initconio
- use Greg King's version of bgcolor()
This commit is contained in:
Christian Groessler
2019-04-10 22:15:27 +02:00
committed by Oliver Schmidt
parent d7eecb57f8
commit e1e6bec9ff
4 changed files with 24 additions and 32 deletions

View File

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