Search
lxdream.org :: lxdream/test/lxdream.rc :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/lxdream.rc
changeset 185:6755a04c447f
next776:b12d8be15387
author nkeynes
date Wed Jan 03 09:00:17 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Adjust timers when they're read rather than waiting until the next time
slice. Also temporarily cut the CPU time by 4.
Initialize the FRQCR register to 0x0E0A for convenience
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/lxdream.rc Wed Jan 03 09:00:17 2007 +0000
1.3 @@ -0,0 +1,25 @@
1.4 +[Global]
1.5 +bios = ../bios/dcboot.rom
1.6 +flash = ../bios/dcflash.rom
1.7 +default path = ../disc
1.8 +save path = ../save
1.9 +bootstrap =
1.10 +
1.11 +[Controllers]
1.12 +Device 0 = Sega Controller
1.13 + dpad left = Left
1.14 + dpad right = Right
1.15 + dpad up = Up
1.16 + dpad down = Down
1.17 + Start = KP_Enter
1.18 + analog left = KP_Left
1.19 + analog right = KP_Right
1.20 + analog up = KP_Up
1.21 + analog down = KP_Down
1.22 + button X = A
1.23 + button Y = S
1.24 + button A = Z
1.25 + button B = X
1.26 + trigger left = D
1.27 + trigger right = C
1.28 +
.