mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-10 14:05:59 +00:00
gr_viewer: minor changes
This commit is contained in:
parent
113779b8f2
commit
8c1dd70b21
@ -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.
@ -131,7 +131,7 @@ wait_until_keypress:
|
||||
|
||||
inc WHICH
|
||||
lda WHICH
|
||||
cmp #8
|
||||
cmp #10
|
||||
bne no_new
|
||||
lda #1
|
||||
sta WHICH
|
||||
|
Loading…
Reference in New Issue
Block a user