Update build date

This commit is contained in:
Bobbi Webber-Manners 2023-01-03 08:47:58 -05:00
parent 22b28543c3
commit 0c3852f0ca
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -224,5 +224,5 @@ BYTE00 BEQ BYTE00A ; OSBYTE 0,0 - generate error
RTS ; %000x1xxx host type, 'A'pple
BYTE00A BRK
DB $F7
HELLO ASC 'Applecorn MOS 2022-12-31'
HELLO ASC 'Applecorn MOS 2022-01-03'
DB $00 ; Unify MOS messages

View File

@ -218,7 +218,7 @@ SHRCHAR640 PHY ; Preserve Y
* TODO: Only does point plotting ATM
SHRPLOT >>> ENTMAIN
JSR SHRCOORD ; Convert coordinates
LDX A2L ; Screen row (Y-coord)
SHRPLOT2 LDX A2L ; Screen row (Y-coord)
LDA SHRROWSL,X ; Look up addr (LS byte)
STA A3L ; Stash in A3L
LDA SHRROWSH,X ; Look up addr (MS byte)