add make targets to burn ROM & GAL

This commit is contained in:
flowenol 2023-01-14 00:23:46 +01:00 committed by Piotr Jaczewski
parent 6b3f439e94
commit 21cddcb618
1 changed files with 12 additions and 0 deletions

View File

@ -19,3 +19,15 @@ all: apple1serial-C000.bin apple1serial-C300.bin
clean:
rm -f apple1serial*.bin apple1serial*.label
burn-C000-gal:
minipro -p GAL20V8B -w mapping/address_decoder-C000.jed
burn-C000-rom: apple1serial-C000.bin
minipro -s -p 28C64B -w apple1serial-C000.bin
burn-C300-gal:
minipro -p GAL20V8B -w mapping/address_decoder-C300.jed
burn-C300-rom: apple1serial-C300.bin
minipro -s -p 28C64B -w apple1serial-C300.bin