Search
lxdream.org :: lxdream/lxdreamrc
lxdream 0.9.1
released Jun 29
Download Now
filename lxdreamrc
changeset 449:21440948c684
prev330:ae85a338b954
next1037:297a73940eb6
author nkeynes
date Wed Nov 05 10:05:08 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix (extremely boneheaded) failure to convert pc to physical address before
storing in the translation cache (in other words, the translation cache was
effectively disabled for MMU code). MMU code is now about 3 times faster...
view annotate diff log raw
     1 [Global]
     2 bios = bios/dcboot.rom
     3 flash = bios/dcflash.rom
     4 default path = disc
     5 save path = save
     6 bootstrap = bios/IP.BIN
     8 [Controllers]
     9 Device 0 = Sega Controller
    10   dpad left = Left
    11   dpad right = Right
    12   dpad up = Up
    13   dpad down = Down
    14   Start = KP_Enter, Return
    15   analog left = KP_Left
    16   analog right = KP_Right
    17   analog up = KP_Up
    18   analog down = KP_Down
    19   button X = a
    20   button Y = s
    21   button A = z
    22   button B = x
    23   trigger left = d
    24   trigger right = c
.