output .HDV instead of .2MG

This commit is contained in:
4am 2021-03-31 10:31:35 -04:00
parent 811611d248
commit 96d5762528
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
# adapted by 4am on 2018-01-07
#
DISK=Pitch Dark.2mg
DISK=Pitch Dark.hdv
# third-party tools required to build
# https://sourceforge.net/projects/acme-crossass/
@ -39,7 +39,7 @@ asm: md
$(ACME) -r build/zinfo5u.lst src/zinfo/z5u/z5u.s
dsk: md asm
cp res/"Pitch Dark.master games collection.do.not.edit.2mg" build/"$(DISK)"
cp res/"Pitch Dark.master games collection.do.not.edit.hdv" build/"$(DISK)"
cp res/_FileInformation.txt build/
bin/fixFileInformation.sh build/_FileInformation.txt
$(CADIUS) ADDFILE build/"$(DISK)" "/PITCH.DARK/" "build/GRUE.SYSTEM"

View File

@ -9,7 +9,7 @@
You will need
- [Xcode command line tools](https://www.google.com/search?q=xcode+command+line+tools)
- [ACME](https://sourceforge.net/projects/acme-crossass/)
- [sicklittlemonkey's Cadius fork](https://github.com/sicklittlemonkey/cadius)
- [Cadius](https://github.com/mach-kernel/cadius)
Then open a terminal window and type
@ -18,7 +18,7 @@ $ cd pitch-dark/
$ make
```
If all goes well, the `build/` subdirectory will contain a `Pitch Dark.2mg` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots) or [Virtual II](http://virtualii.com/).
If all goes well, the `build/` subdirectory will contain a `Pitch Dark.hdv` image which can be mounted in emulators like [OpenEmulator](https://archive.org/details/OpenEmulatorSnapshots) or [Virtual II](http://virtualii.com/).
## Windows
@ -34,4 +34,4 @@ Then open a `CMD.EXE` window and type
C:\> CD PITCH-DARK
C:\4cade> WINMAKE
```
If all goes well, the `BUILD\` subdirectory will contain a `Pitch Dark.2mg` image which can be mounted in emulators like [AppleWin](https://github.com/AppleWin/AppleWin).
If all goes well, the `BUILD\` subdirectory will contain a `Pitch Dark.hdv` image which can be mounted in emulators like [AppleWin](https://github.com/AppleWin/AppleWin).