]> git.sesse.net Git - pistorm/blob - default.cfg
Merge pull request #3 from beeanyew/config-file
[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=kick512.rom ovl=0
5 # This is for mapping a 256KB kickstart ROM. I can probably add some additional thing about kicking this file into low/high area.
6 #map type=rom address=0xFC0000 size=0x40000 file=kick256.rom ovl=0
7 # Want to map an extended ROM, such as CDTV or CD32?
8 #map type=rom address=0xF00000 size=0x90000 file=cdtv.rom
9 # Map 256MB of Fast RAM at 0x8000000.
10 map type=ram address=0x08000000 size=128M
11 # Map Gayle as a register range.
12 map type=register address=0xD80000 size=0x70000
13 # Number of instructions to run every main loop.
14 loopcycles 300
15 # Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
16 # Syntax is mouse [device] [toggle key]
17 #mouse /dev/input/mouse0 m
18 # Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
19 #keyboard k