filename | test/lxdream.rc |
changeset | 185:6755a04c447f |
next | 776:b12d8be15387 |
author | nkeynes |
date | Tue Jul 11 01:35:27 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | First commit of system test framework. 3 initial test cases (incomplete): testide, testmath, and testta |
file | annotate | diff | log | raw |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +00001.2 +++ b/test/lxdream.rc Tue Jul 11 01:35:27 2006 +00001.3 @@ -0,0 +1,25 @@1.4 +[Global]1.5 +bios = ../bios/dcboot.rom1.6 +flash = ../bios/dcflash.rom1.7 +default path = ../disc1.8 +save path = ../save1.9 +bootstrap =1.10 +1.11 +[Controllers]1.12 +Device 0 = Sega Controller1.13 + dpad left = Left1.14 + dpad right = Right1.15 + dpad up = Up1.16 + dpad down = Down1.17 + Start = KP_Enter1.18 + analog left = KP_Left1.19 + analog right = KP_Right1.20 + analog up = KP_Up1.21 + analog down = KP_Down1.22 + button X = A1.23 + button Y = S1.24 + button A = Z1.25 + button B = X1.26 + trigger left = D1.27 + trigger right = C1.28 +
.