Rename and move to 0x300

This commit is contained in:
Bill Chatfield 2021-09-28 21:44:41 -04:00
parent bcb84bab4c
commit 56847733df
4 changed files with 9 additions and 9 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.swp
DELHNDLR
DELHNDLR.dsk
fix.delete.key
fix.delete.key.dsk
_FileInformation.txt

View File

@ -3,15 +3,15 @@
#
AC=java -jar AppleCommander-1.3.5-ac.jar
SRC=delhndlr.s
PGM=DELHNDLR
SRC=fix.delete.key.s
PGM=fix.delete.key
VOL=$(PGM)
DSK=$(PGM).dsk
$(DSK): $(PGM)
#$(AC) -pro140 $(DSK) $(VOL) ---- Broken in 1.3.5 and others
cp prodos.dsk DELHNDLR.dsk
$(AC) -p $(DSK) $(PGM) BIN 0x0801 < $(PGM)
cp prodos.dsk $(DSK)
$(AC) -p $(DSK) $(PGM) BIN 0x0300 < $(PGM)
$(PGM): $(SRC)
merlin32 $(SRC)

View File

@ -7,9 +7,9 @@
* *
********************************
ORG $801
TYP $06 ;BINARY TYPE
DSK DELHNDLR ;OUTPUT FILE NAME
ORG $300
TYP $06 ;BINARY TYPE
DSK fix.delete.key ;PUT FILE NAME
CH EQU $24 ;HORIZ CHAR POS (40-COL)
BASL EQU $28 ;BASE ADDR FOR CURR VIDEO LINE

Binary file not shown.