mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-27 12:22:05 +00:00
20 lines
1.0 KiB
INI
20 lines
1.0 KiB
INI
# Sets CPU type. Valid types are (probably) 68000, 68010, 68020, 68EC020, 68030, 68EC030, 68040, 68EC040, 68LC040 and some STTTT thing.
|
|
cpu 68020
|
|
# Map 512KB kickstart ROM to default offset.
|
|
map type=rom address=0xF80000 size=0x80000 file=kick512.rom ovl=0
|
|
# This is for mapping a 256KB kickstart ROM. I can probably add some additional thing about kicking this file into low/high area.
|
|
#map type=rom address=0xFC0000 size=0x40000 file=kick256.rom ovl=0
|
|
# Want to map an extended ROM, such as CDTV or CD32?
|
|
#map type=rom address=0xF00000 size=0x90000 file=cdtv.rom
|
|
# Map 256MB of Fast RAM at 0x8000000.
|
|
map type=ram address=0x08000000 size=128M
|
|
# Map Gayle as a register range.
|
|
map type=register address=0xD80000 size=0x70000
|
|
# Number of instructions to run every main loop.
|
|
loopcycles 300
|
|
# Forward mouse events to host system, defaults to off unless toggle key is pressed on the Pi.
|
|
# Syntax is mouse [device] [toggle key]
|
|
#mouse /dev/input/mouse0 m
|
|
# Forward keyboard events to host system, defaults to off unless toggle key is pressed, toggled off using F12.
|
|
#keyboard k
|