* Configuration file for TI-Emulator * This file is read when the emulator boots. * Notes: * '*' (asterisk) or ' ' (space) indicates comment line. * * format:
* * filename: Name of the binary file (e.g. grom0.bin) * C: load in CPU ram * G: load in GROM * S: load in CPU ram and swap even/odd bytes * address: [hex] address location in RAM or GROM to load file * offset: [hex] #bytes to skip from file (e.g. for TIFILES header) * length: [hex] #bytes to load from file (normally 8192 or 6144) rom.bin S 0000 0 2000 diskrom.bin C 4000 0 0100 * "system" GRAM files not included in this package * system.bin C 6000 0 2000 grom0.bin G 0000 0 1800 grom1.bin G 2000 0 1800 grom2.bin G 4000 0 1800 * system1.bin G 6000 0 2000 * system2.bin G 8000 0 2000 * system3.bin G A000 0 2000 * system4.bin G C000 0 2000 * system5.bin G E000 0 2000