Search
lxdream.org :: lxdream/test/lxdream.rc
lxdream 0.9.1
released Jun 29
Download Now
filename test/lxdream.rc
changeset 776:b12d8be15387
prev185:6755a04c447f
author nkeynes
date Sat Dec 27 02:59:35 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Replace fpscr_mask/fpscr flags in xlat_cache_block with a single xlat_sh4_mode,
which tracks the field of the same name in sh4r - actually a little faster this way.
Now depends on SR.MD, FPSCR.PR and FPSCR.SZ (although it doesn't benefit from the SR
flag yet).

Also fixed the failure to check the flags in the common case (code address returned
by previous block) which took away the performance benefits, but oh well.
view annotate diff log raw
     1 [Global]
     2 bios =
     3 flash =
     4 default path = ../disc
     5 save path = ../save
     6 bootstrap = 
     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
    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
.