mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-01 14:31:16 +00:00
.
This commit is contained in:
parent
e6c39fb0e2
commit
38e03fb998
4
Makefile
4
Makefile
@ -35,9 +35,11 @@ asm: md
|
||||
|
||||
dsk: md asm
|
||||
cp res/"Pitch Dark.master games collection.do.not.edit.2mg" build/$(DISK)
|
||||
cp res/WEEGUI build/
|
||||
cp res/_FileInformation.txt build/
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/GRUE.SYSTEM"
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/PITCH.DARK"
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/WEEGUI"
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYOND.SYSTEM"
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYONDZ3"
|
||||
$(CADIUS) ADDFILE build/$(DISK) "/PITCH.DARK/" "build/ONBEYONDZ4"
|
||||
@ -50,6 +52,6 @@ txt: md dsk
|
||||
cd build && $(CADIUS) ADDFOLDER $(DISK) "/PITCH.DARK/TEXT" text
|
||||
|
||||
mount: dsk
|
||||
osascript bin/V2Make.scpt "`pwd`" build/$(DISK)
|
||||
osascript bin/V2Make.scpt "`pwd`" bin/pitchdark.vii build/$(DISK)
|
||||
|
||||
all: clean asm dsk txt mount
|
||||
|
BIN
bin/V2Make.scpt
BIN
bin/V2Make.scpt
Binary file not shown.
BIN
bin/pitchdark.vii
Normal file
BIN
bin/pitchdark.vii
Normal file
Binary file not shown.
BIN
res/WEEGUI
Normal file
BIN
res/WEEGUI
Normal file
Binary file not shown.
@ -5,3 +5,4 @@ ONBEYONDZ3=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
|
||||
ONBEYONDZ4=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
|
||||
ONBEYONDZ5=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
|
||||
ONBEYONDZ5U=Type(06),AuxType(3000),VersionCreate(70),MinVersion(BE),Access(C3)
|
||||
WEEGUI=Type(06),AuxType(4000),VersionCreate(70),MinVersion(BE),Access(C3)
|
||||
|
BIN
res/pitchdark.po
BIN
res/pitchdark.po
Binary file not shown.
@ -16,8 +16,8 @@
|
||||
sta $C029 ; set GS NEWVIDEO mode to turn off linearize
|
||||
+ jmp Start
|
||||
.weeguiFilename
|
||||
!byte 10
|
||||
!raw "BIN/WEEGUI"
|
||||
!byte 6
|
||||
!raw "WEEGUI"
|
||||
|
||||
!source "src/WeeGUI_MLI.s"
|
||||
!source "src/memory.a"
|
||||
|
Loading…
Reference in New Issue
Block a user