diff --git a/Makefile b/Makefile index aebeb72..d1cb03b 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ VOL=$(PGM) DSK=$(PGM).dsk $(DSK): $(PGM) - $(AC) -pro140 $(DSK) $(VOL) - $(AC) -p $(DSK) $(PGM) SYS < $(PGM) + #$(AC) -pro140 $(DSK) $(VOL) + $(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM) $(PGM): $(SRC) $(MERLIN) $(MERLIN_LIB) $(SRC) @@ -30,5 +30,5 @@ $(PGM): $(SRC) @test -e $(PGM) clean: - $(RM) $(DSK) $(PGM) error_output.txt _FileInformation.txt + $(RM) $(PGM) error_output.txt _FileInformation.txt diff --git a/delhndlr.s b/delhndlr.s index 21865e5..4473e7a 100644 --- a/delhndlr.s +++ b/delhndlr.s @@ -8,7 +8,8 @@ ******************************** ORG $801 - DSK DELHNDLR + TYP $06 ;BINARY TYPE + DSK DELHNDLR ;OUTPUT FILE NAME CH EQU $24 ;HORIZ CHAR POS (40-COL) BASL EQU $28 ;BASE ADDR FOR CURR VIDEO LINE