de566389ca
is to use shell scripts to generate everything. * Each emulation is defined by a short shell script with extension *.sh that specifies the emulation-specific parameters (such as the name of the *.sh-sc and *.em files to use). * genscript.sh is the master shell script used to generate an emulation. It is passed various argument, including the name a the emulation-speciic *.sh file that it "sources" to set variables to emulation-specifc parameters.
7 lines
138 B
Bash
Executable file
7 lines
138 B
Bash
Executable file
EMULATION_NAME=h8300hms
|
|
SCRIPT_NAME=h8300hms
|
|
OUTPUT_FORMAT="coff-h8300"
|
|
TEXT_START_ADDR=??
|
|
PAGE_SIZE=??
|
|
ARCH=h8300
|
|
TEMPLATE_NAME=h8300hms
|