mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +00:00
gr_viewer: minor changes
This commit is contained in:
@@ -9,7 +9,7 @@ all: gr_viewer.dsk
|
|||||||
gr_viewer.dsk: HELLO LOADER
|
gr_viewer.dsk: HELLO LOADER
|
||||||
$(DOS33) -y gr_viewer.dsk SAVE A HELLO
|
$(DOS33) -y gr_viewer.dsk SAVE A HELLO
|
||||||
$(DOS33) -y gr_viewer.dsk BSAVE -a 0x1000 LOADER
|
$(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
|
inc WHICH
|
||||||
lda WHICH
|
lda WHICH
|
||||||
cmp #8
|
cmp #10
|
||||||
bne no_new
|
bne no_new
|
||||||
lda #1
|
lda #1
|
||||||
sta WHICH
|
sta WHICH
|
||||||
|
Reference in New Issue
Block a user