atari5200: add alternative conio screen (20x12 resolution)

This commit is contained in:
Christian Groessler
2019-04-02 21:31:12 +02:00
committed by Oliver Schmidt
parent ec5e38617a
commit db01036e2e
3 changed files with 97 additions and 6 deletions

View File

@@ -15,10 +15,9 @@
.importzp screen_width, screen_height
.importzp ptr4
.constructor screen_setup, 26
.import screen_setup_20x24
screen_setup = screen_setup_20x24
.import screen_setup
.constructor screen_setup_constructor, 26
screen_setup_constructor = screen_setup
_cputcxy:
pha ; Save C