]> git.sesse.net Git - pistorm/blob - x68k.cfg
Add Meson build files.
[pistorm] / x68k.cfg
1 # Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
2 cpu 68000
3
4 # Various ROM locations
5 #map type=rom address=0xF00000 file=cgrom
6 #map type=rom address=0xFC0000 file=scsiin
7 #map type=rom address=0xFE0000 file=ipl ovl=0
8
9 # 10MB of expanded RAM, for machines with 2MB internal.
10 map type=ram address=2M size=10M
11 # 11MB of expanded RAM, for machines with 1MB internal.
12 #map type=ram address=1M size=11M
13
14 # Map Gayle as a register range.
15 #map type=register address=0xD80000 size=0x70000
16 # Number of instructions to run every main loop.
17 loopcycles 60