Skip to content

Commit

Permalink
Moved assets to a new dir
Browse files Browse the repository at this point in the history
Added the prodos dsk template
  • Loading branch information
fenarinarsa committed Jul 19, 2019
1 parent 7455258 commit c0d1b3d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
*.b
*.dsk
Thumbs.db
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/template_prodos.dsk
Binary file not shown.

0 comments on commit c0d1b3d

Please sign in to comment.