mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-22 21:32:39 +00:00
use a blank preformatted disk image of the perfect size to make everyone happy (not guaranteed, actual happiness may vary)
This commit is contained in:
parent
ae2aad45ff
commit
c67c1ee7af
6
Makefile
6
Makefile
@ -81,7 +81,8 @@ asm: md
|
||||
$(ACME) src/fx/fx.gr.fizzle.a
|
||||
|
||||
dsk: md asm
|
||||
$(CADIUS) CREATEVOLUME build/"$(DISK)" "$(VOLUME)" 32766KB >>build/log
|
||||
#$(CADIUS) CREATEVOLUME build/"$(DISK)" "$(VOLUME)" 32767KB >>build/log
|
||||
cp res/blank.2mg build/"$(DISK)" >>build/log
|
||||
cp res/_FileInformation.txt build/ >>build/log
|
||||
$(CADIUS) ADDFILE build/"$(DISK)" "/$(VOLUME)/" "build/LAUNCHER.SYSTEM" >>build/log
|
||||
cp res/attract.conf build/ATTRACT.CONF >>build/log
|
||||
@ -143,6 +144,9 @@ dsk: md asm
|
||||
$(CADIUS) ADDFOLDER build/"$(DISK)" "/$(VOLUME)/X" "build/X" >>build/log
|
||||
bin/changebootloader.py build/"$(DISK)" res/proboothd
|
||||
|
||||
chd: dsk
|
||||
chdman createhd -c none -isb 64 -i build/"$(DISK)" -o build/"$(DISK)".chd >>build/log
|
||||
|
||||
mount: dsk
|
||||
osascript bin/V2Make.scpt "`pwd`" bin/4cade.vii build/"$(DISK)"
|
||||
|
||||
|
BIN
res/blank.2mg
Normal file
BIN
res/blank.2mg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user