]> git.sesse.net Git - pistorm/blob - default.cfg
Add support for ROM mirroring
[pistorm] / default.cfg
1 # Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
2 cpu 68020
3 # Map 512KB kickstart ROM to default offset.
4 map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0
5 # Want to map an extended ROM, such as CDTV or CD32?
6 #map type=rom address=0xF00000 size=0x80000 file=cdtv.rom
7 # Map 256MB of Fast RAM at 0x8000000.
8 map type=ram address=0x08000000 size=128M
9 # Map Gayle as a register range.
10 map type=register address=0xD80000 size=0x70000
11 # Number of instructions to run every main loop.
12 loopcycles 300
13 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
14 # Syntax is mouse [device] [toggle key]
15 #mouse /dev/input/mouse0 m
16 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
17 #keyboard k