git-svn-id: http://svn.code.sf.net/p/netboot65/code@309 93682198-c243-4bdb-bd91-e943c89aac3b

This commit is contained in:
jonnosan 2011-01-29 09:37:01 +00:00
parent a246fb6003
commit c84abb73d4
5 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -34,7 +34,6 @@ all: ip65 drivers\
kippergo_rr.bin \
kipperdisk.d64 \
kipperkart.o: kipperkart.s $(INCFILES) ../inc/ping.i ../inc/disk_transfer.i ../inc/sidplay.i ../inc/config_menu.i
$(AS) $(AFLAGS) -o $@ $<
@ -50,6 +49,7 @@ kippergo.o: kippergo.s $(INCFILES) ../inc/gopher.i ../inc/telnet.i ../inc/config
kipperkart.prg: kipperkart.bin c64_cart_ram_header.prg
cat c64_cart_ram_header.prg kipperkart.bin > kipperkart.prg
kkwiz.prg: kkwiz.bin c64_cart_ram_header.prg
cat c64_cart_ram_header.prg kkwiz.bin > kkwiz.prg
@ -62,6 +62,7 @@ kippergo.prg: kippergo.bin c64_cart_ram_header.prg
%.prg: %.o $(IP65LIB) $(C64RRNETLIB) $(INCFILES) ../cfg/c64prg.cfg
$(LD) -m $*.map -vm -C ../cfg/c64prg.cfg -o $*.prg $(AFLAGS) $< $(IP65LIB) $(C64RRNETLIB)
netboot.bin: netboot.o $(IP65LIB) $(C64RRNETLIB) $(INCFILES) ../cfg/c64_8kcart.cfg
$(LD) -m netboot.map -vm -C ../cfg/c64_8kcart.cfg -o $@ $< $(IP65LIB) $(C64RRNETLIB)
ruby fix_cart.rb $@ 8192

View File

@ -1 +1 @@
.byte "2011-01-15"
.byte "2011-01-29"

Binary file not shown.