# HG changeset patch # User robertgault # Date 1270347444 0 # Node ID 98e7cb7b3dda3074ff440c2489030fdcf28ae726 # Parent 9440c9fcf5e9015e473528487089d1a5522790d7 Prevents RS-232 bit at $FF20 from being toggled. RG diff -r 9440c9fcf5e9 -r 98e7cb7b3dda 3rdparty/packages/sierra/blackcauldron/makefile --- a/3rdparty/packages/sierra/blackcauldron/makefile Sat Apr 03 19:32:16 2010 +0000 +++ b/3rdparty/packages/sierra/blackcauldron/makefile Sun Apr 04 02:17:24 2010 +0000 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak vpath %.asm ../objs_lsl @@ -89,7 +92,9 @@ $(CPL) $(TEXTFILES_D1) $(DSK_1_40D),. $(OS9RENAME) $(DSK_1_40D),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES_D1) $(DSK_1_40D),. + $(MOVE) tocgen toctmp tocgen $(DSK_1_40D),tOC.txt $(DSK_1_40D),tOC + $(MOVE) toctmp tocgen $(OS9FORMAT_DS40) -q $(DSK_2_40D) -n$(DSK_2_40D_NAME) $(CP) $(SUPPORTFILES_D2) $(DSK_2_40D),. @@ -112,7 +117,9 @@ $(CPL) $(TEXTFILES) $(DSK_80D),. $(OS9RENAME) $(DSK_80D),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES) $(DSK_80D),. + $(MOVE) tocgen toctmp tocgen $(DSK_80D),tOC.txt $(DSK_80D),tOC + $(MOVE) toctmp tocgen dsk_dw3: all $(RM) $(DSK_DW3) @@ -133,6 +140,7 @@ $(CPL) $(TEXTFILES) $(DSK_DW3),. $(OS9RENAME) $(DSK_DW3),tOC_40d.txt tOC.txt $(CP) $(SUPPORTFILES) $(DSK_DW3),. + $(RM) tocgen tocgen $(DSK_DW3),tOC.txt $(DSK_DW3),tOC dsk: dsk_40d dsk_80d dsk_dw3 diff -r 9440c9fcf5e9 -r 98e7cb7b3dda 3rdparty/packages/sierra/christmas86/makefile --- a/3rdparty/packages/sierra/christmas86/makefile Sat Apr 03 19:32:16 2010 +0000 +++ b/3rdparty/packages/sierra/christmas86/makefile Sun Apr 04 02:17:24 2010 +0000 @@ -1,3 +1,6 @@ +ifndef NITROS9DIR +NITROS9DIR = $(HOME)/nitros9 +endif include $(NITROS9DIR)/rules.mak vpath %.asm ../objs_lsl @@ -70,7 +73,9 @@ $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. + $(MOVE) tocgen toctmp tocgen $@,tOC.txt $@,tOC + $(MOVE) toctmp tocgen $(CP) $(SUPPORTFILES) $@,. $(DSK_DW3): all @@ -90,6 +95,7 @@ $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. + $(RM) tocgen tocgen $@,tOC.txt $@,tOC $(CP) $(SUPPORTFILES) $@,.