Search
lxdream.org :: lxdream/lxdreamrc :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename lxdreamrc
changeset 175:8711cf9a9897
next330:ae85a338b954
author nkeynes
date Tue Aug 29 08:11:56 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add method to copy to vram and flip at the same time
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/lxdreamrc Tue Aug 29 08:11:56 2006 +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 = bios/IP.BIN
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 +
.