reset text mask on startup to ensure PrintAsDecimal works

fixes https://github.com/a2-4am/4cade/issues/104
This commit is contained in:
4am 2020-01-10 13:21:05 -05:00
parent 4e41a0a517
commit 3e35742f98

View File

@ -15,6 +15,7 @@
sta WRITEMAINMEM
jsr ROM_TEXT
jsr ROM_HOME
jsr ROM_NORMAL
jsr ROM_IN0
jsr ROM_PR0
jsr Has64K ; check for 64K (required)