Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit c0ab90b

Browse files
committed
Rework build script
Instead of exomizing each version after assembling it, we assemble all versions first (to catch assembly errors early), then exomize as a batch and build floppies last. I've also added an "elite-harmless-orig" configuration to mimic the original game's layout but using the improvements from Harmless; this helps with testing stability as the hiram variants are busted right now.
1 parent 8060817 commit c0ab90b

15 files changed

+416
-225
lines changed

bin/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
cc65
22
mkd64
3-
*.prg
4-
*.d64
5-
*.g64
6-
*.crt
73

84
# created when compiling exomizer,
95
# not required in the repository

0 commit comments

Comments
 (0)