diff --git a/.gitignore b/.gitignore index 14e4c5c..d356b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *.b -*.dsk Thumbs.db diff --git a/Makefile b/Makefile index 75b6c28..af5b45c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ACME = acme.exe -f apple -o APPLECOMMANDER = /c/retrodev/bin/ac.jar DISKNAME = latecomer.dsk -PRODOS_TEMPLATE = /c/retrodev/template_prodos.dsk +PRODOS_TEMPLATE = assets/template_prodos.dsk all: loader.b player main $(DISKNAME) diff --git a/README.md b/README.md index 1a70817..11caf70 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,9 @@ https://shelter.moe/@fenarinarsa You'll need the following tools: - ACME Cross-Assembler - AppleCommander -- a ProDOS template disk (any disk that gets you to AppleSoft BASIC is okay) - make (the GNU/Linux tool) -The easier way to get a functional **make** on Windows is to install the git-sdk-64! +The easier way to get a functional **make** on Windows is to install git-sdk-64! Check Makefile for some directions. Change the paths to where you installed the tools above, then type 'make' to generate the disk image. The default target also runs AppleWin at the end of the build process but that's optional. diff --git a/apple.bmp b/assets/apple.bmp similarity index 100% rename from apple.bmp rename to assets/apple.bmp diff --git a/apple2.bmp b/assets/apple2.bmp similarity index 100% rename from apple2.bmp rename to assets/apple2.bmp diff --git a/eye.png b/assets/eye.png similarity index 100% rename from eye.png rename to assets/eye.png diff --git a/eye2.png b/assets/eye2.png similarity index 100% rename from eye2.png rename to assets/eye2.png diff --git a/eye3.png b/assets/eye3.png similarity index 100% rename from eye3.png rename to assets/eye3.png diff --git a/font7.hgr b/assets/font7.hgr similarity index 100% rename from font7.hgr rename to assets/font7.hgr diff --git a/latecomer.hgr b/assets/latecomer.hgr similarity index 100% rename from latecomer.hgr rename to assets/latecomer.hgr diff --git a/roto1.bmp b/assets/roto1.bmp similarity index 100% rename from roto1.bmp rename to assets/roto1.bmp diff --git a/roto2.bmp b/assets/roto2.bmp similarity index 100% rename from roto2.bmp rename to assets/roto2.bmp diff --git a/roto3.bmp b/assets/roto3.bmp similarity index 100% rename from roto3.bmp rename to assets/roto3.bmp diff --git a/assets/template_prodos.dsk b/assets/template_prodos.dsk new file mode 100644 index 0000000..0cd7bb6 Binary files /dev/null and b/assets/template_prodos.dsk differ