changed from using dsktool to rixplore for creating the apple 2 boot disk

git-svn-id: http://svn.code.sf.net/p/netboot65/code@37 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-02-07 05:19:55 +00:00
parent d8a871b0ad
commit b2f30a8807
2 changed files with 4 additions and 2 deletions

View File

@ -37,8 +37,8 @@ utherboot.pg2: utherboot.o $(IP65LIB) $(APPLE2NETLIB) $(INCFILES) ../cfg/a2langu
$(LD) -m utherboot.map -C ../cfg/a2language_card.cfg -o utherboot.pg2 $(AFLAGS) $< $(IP65LIB) $(APPLE2NETLIB)
utherboot.dsk: utherboot.pg2
dsktool.rb --init dos33 utherboot.dsk -a utherboot.pg2 -t B
dsktool.rb utherboot.dsk -a hello -t A
ripxplore.rb --init AppleDos utherboot.dsk -a utherboot.pg2 -t AppleBinary
ripxplore.rb utherboot.dsk -a hello -t Applesoft
$(BOOTA2.PG2): bootmenu.o $(IP65LIB) $(APPLE2NETLIB) $(INCFILES) ../cfg/a2language_card.cfg
$(LD) -m bootmenu.map -C ../cfg/a2language_card.cfg -o $(BOOTA2.PG2) $(AFLAGS) $< $(IP65LIB) $(APPLE2NETLIB)

View File

@ -0,0 +1,2 @@
- ca65
- ripxplore.rb >=0.7.0