# HG changeset patch # User Boisy Pitre # Date 1343316090 18000 # Node ID bd80482517a5e49516be8a85963ada62ced5b1a7 # Parent bb027e636315989ccefb5a5a8b8e96610133ba4f Removed dwinit.asm diff -r bb027e636315 -r bd80482517a5 level1/atari/bootfiles/makefile --- a/level1/atari/bootfiles/makefile Thu Jul 26 10:18:51 2012 -0500 +++ b/level1/atari/bootfiles/makefile Thu Jul 26 10:21:30 2012 -0500 @@ -51,5 +51,5 @@ $(PADROM) -b 29696 $@ clean: - $(RM) $(ALLOBJS) + $(RM) $(ALLOBJS) bootfile_p1 bootfile_p2 diff -r bb027e636315 -r bd80482517a5 level1/atari/modules/dwinit.asm --- a/level1/atari/modules/dwinit.asm Thu Jul 26 10:18:51 2012 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -******************************************************* -* -* DWInit -* Initialize DriveWire for Atari SIO - -DWInit - rts \ No newline at end of file