Switched from DOS3.3 to ProDOS for IP65demo.dsk

With ProDOS 2.4.1 there's now a nice universal ProDOS - and testing/showcasing compatibility with 'Uther II Drive' requires ProDOS...
This commit is contained in:
Oliver Schmidt 2016-10-16 23:51:53 +02:00
parent c4f196c71b
commit 39975cab33

View File

@ -141,9 +141,9 @@ ip65.atr: com
httpd-slotscan.bin: IP65LIB = ../ip65/ip65_tcp.lib
ip65demo.dsk: httpd.bin httpd-slotscan.bin
cp dos33.dsk $@
java -jar $(AC) -cc65 $@ webserver-slot3 B < httpd.bin
java -jar $(AC) -cc65 $@ webserver-slotscan B < httpd-slotscan.bin
cp prodos.dsk $@
java -jar $(AC) -cc65 $@ httpd.slot3 bin < httpd.bin
java -jar $(AC) -cc65 $@ httpd.slotscan bin < httpd-slotscan.bin
clean:
make -C ../ip65 clean