mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-12-27 23:31:04 +00:00
79793b78a4
Now runs as APLCORN.SYSTEM, without the need for BASIC.SYSTEM as a support for .BIN.
10 lines
283 B
Plaintext
Executable File
10 lines
283 B
Plaintext
Executable File
#
|
|
# Script for building on Linux using Merlin32
|
|
# Uses cadius for manipulating ProDOS disk images
|
|
#
|
|
|
|
merlin32 -v applecorn.s
|
|
cp APLCORN.SYSTEM APLCORN.SYSTEM#FF2000
|
|
cadius deletefile applecorn.po /APPLECORN/APLCORN.SYSTEM
|
|
cadius addfile applecorn.po /APPLECORN APLCORN.SYSTEM#FF2000
|