atari5200 update: simple conio "hello world" works now

This commit is contained in:
Christian Groessler
2014-04-25 03:02:44 +02:00
parent ec417c0dc5
commit 92b32d7d0e
7 changed files with 252 additions and 14 deletions

View File

@@ -55,10 +55,11 @@ PADDL5 = $16 ;POT5 "
PADDL6 = $17 ;POT6 "
PADDL7 = $18 ;POT7 "
; cc65 runtime zero page variables
.importzp COLCRS_5200
.importzp ROWCRS_5200
COLCRS_5200 = $19
ROWCRS_5200 = $1A
SAVMSC = $1B ; pointer to screen memory (conio)
;-------------------------------------------------------------------------
; Page #2