fxdoc/fxosrc

19 lines
333 B
Plaintext

# fxos startup file: loaded automatically when fxos starts
# Load assembly instruction tables
.dt "/asmtables/sh3.txt"
.dt "/asmtables/sh4.txt"
# Load main targets
vc fx_2.05
. "/targets/fx_2.05"
vc fx_3.10
. "/targets/fx_3.10"
vc cg_3.60
. "/targets/cg_3.60"
vc cgemu_3.00
. "/targets/cgemu_3.00"
# Default to cg_3.60
vs cg_3.60