Bugfix Ver 40b

This commit is contained in:
Michaelangel007 2016-02-21 19:22:47 -07:00
parent 3fe629b2f3
commit 25105292ea
1 changed files with 1 additions and 1 deletions

View File

@ -1104,7 +1104,7 @@ DEBUG .sprintf( "PrintStrA() @ %X", * )
JSR NxtArgToTemp
_PrintStrA:
LDA (_temp),Y
LDA (_temp)
BPL @_LastChar
JSR PutChar
INC _temp+0