gr_viewer: minor changes

This commit is contained in:
Vince Weaver 2020-01-13 20:05:01 -05:00
parent 113779b8f2
commit 8c1dd70b21
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ all: gr_viewer.dsk
gr_viewer.dsk: HELLO LOADER
$(DOS33) -y gr_viewer.dsk SAVE A HELLO
$(DOS33) -y gr_viewer.dsk BSAVE -a 0x1000 LOADER
# $(DOS33) -y gr_viewer.dsk BSAVE -a 0x800 F05.GR
# $(DOS33) -y gr_viewer.dsk BSAVE -a 0x800 F09.GR
###

Binary file not shown.

View File

@ -131,7 +131,7 @@ wait_until_keypress:
inc WHICH
lda WHICH
cmp #8
cmp #10
bne no_new
lda #1
sta WHICH