mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-22 10:51:44 +00:00
fullthrl: fix dips offset
This commit is contained in:
parent
1ec855fad7
commit
c633078701
@ -1143,56 +1143,56 @@ STDDIPINFO(Topspeed)
|
||||
static struct BurnDIPInfo FullthrlDIPList[]=
|
||||
{
|
||||
// Default Values
|
||||
{0x0f, 0xff, 0xff, 0xff, NULL },
|
||||
{0x10, 0xff, 0xff, 0xff, NULL },
|
||||
{0x0b, 0xff, 0xff, 0xff, NULL },
|
||||
{0x0c, 0xff, 0xff, 0xff, NULL },
|
||||
|
||||
// Dip 1
|
||||
{0 , 0xfe, 0 , 4 , "Cabinet" },
|
||||
{0x0f, 0x01, 0x03, 0x03, "Deluxe Motorized Cabinet" },
|
||||
{0x0f, 0x01, 0x03, 0x02, "Upright" },
|
||||
{0x0f, 0x01, 0x03, 0x01, "Upright (alt)" },
|
||||
{0x0f, 0x01, 0x03, 0x00, "Standard Cockpit" },
|
||||
{0x0b, 0x01, 0x03, 0x03, "Deluxe Motorized Cabinet" },
|
||||
{0x0b, 0x01, 0x03, 0x02, "Upright" },
|
||||
{0x0b, 0x01, 0x03, 0x01, "Upright (alt)" },
|
||||
{0x0b, 0x01, 0x03, 0x00, "Standard Cockpit" },
|
||||
|
||||
{0 , 0xfe, 0 , 2 , "Service Mode" },
|
||||
{0x0f, 0x01, 0x04, 0x04, "Off" },
|
||||
{0x0f, 0x01, 0x04, 0x00, "On" },
|
||||
{0x0b, 0x01, 0x04, 0x04, "Off" },
|
||||
{0x0b, 0x01, 0x04, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2 , "Demo Sounds" },
|
||||
{0x0f, 0x01, 0x08, 0x00, "Off" },
|
||||
{0x0f, 0x01, 0x08, 0x08, "On" },
|
||||
{0x0b, 0x01, 0x08, 0x00, "Off" },
|
||||
{0x0b, 0x01, 0x08, 0x08, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 4 , "Coin A" },
|
||||
{0x0f, 0x01, 0x30, 0x10, "2 Coins 1 Credit" },
|
||||
{0x0f, 0x01, 0x30, 0x30, "1 Coin 1 Credit" },
|
||||
{0x0f, 0x01, 0x30, 0x00, "2 Coins 3 Credits" },
|
||||
{0x0f, 0x01, 0x30, 0x20, "1 Coin 2 Credits" },
|
||||
{0x0b, 0x01, 0x30, 0x10, "2 Coins 1 Credit" },
|
||||
{0x0b, 0x01, 0x30, 0x30, "1 Coin 1 Credit" },
|
||||
{0x0b, 0x01, 0x30, 0x00, "2 Coins 3 Credits" },
|
||||
{0x0b, 0x01, 0x30, 0x20, "1 Coin 2 Credits" },
|
||||
|
||||
{0 , 0xfe, 0 , 4 , "Coin B" },
|
||||
{0x0f, 0x01, 0xc0, 0x40, "2 Coins 1 Credit" },
|
||||
{0x0f, 0x01, 0xc0, 0xc0, "1 Coin 1 Credit" },
|
||||
{0x0f, 0x01, 0xc0, 0x00, "2 Coins 3 Credits" },
|
||||
{0x0f, 0x01, 0xc0, 0x80, "1 Coin 2 Credits" },
|
||||
{0x0b, 0x01, 0xc0, 0x40, "2 Coins 1 Credit" },
|
||||
{0x0b, 0x01, 0xc0, 0xc0, "1 Coin 1 Credit" },
|
||||
{0x0b, 0x01, 0xc0, 0x00, "2 Coins 3 Credits" },
|
||||
{0x0b, 0x01, 0xc0, 0x80, "1 Coin 2 Credits" },
|
||||
|
||||
// Dip 2
|
||||
{0 , 0xfe, 0 , 4 , "Initial Time" },
|
||||
{0x10, 0x01, 0x0c, 0x00, "40 seconds" },
|
||||
{0x10, 0x01, 0x0c, 0x04, "50 seconds" },
|
||||
{0x10, 0x01, 0x0c, 0x0c, "60 seconds" },
|
||||
{0x10, 0x01, 0x0c, 0x08, "70 seconds" },
|
||||
{0x0c, 0x01, 0x0c, 0x00, "40 seconds" },
|
||||
{0x0c, 0x01, 0x0c, 0x04, "50 seconds" },
|
||||
{0x0c, 0x01, 0x0c, 0x0c, "60 seconds" },
|
||||
{0x0c, 0x01, 0x0c, 0x08, "70 seconds" },
|
||||
|
||||
{0 , 0xfe, 0 , 4 , "Nitros" },
|
||||
{0x10, 0x01, 0x30, 0x20, "2" },
|
||||
{0x10, 0x01, 0x30, 0x30, "3" },
|
||||
{0x10, 0x01, 0x30, 0x10, "4" },
|
||||
{0x10, 0x01, 0x30, 0x00, "5" },
|
||||
{0x0c, 0x01, 0x30, 0x20, "2" },
|
||||
{0x0c, 0x01, 0x30, 0x30, "3" },
|
||||
{0x0c, 0x01, 0x30, 0x10, "4" },
|
||||
{0x0c, 0x01, 0x30, 0x00, "5" },
|
||||
|
||||
{0 , 0xfe, 0 , 2 , "Allow Continue" },
|
||||
{0x10, 0x01, 0x40, 0x40, "Off" },
|
||||
{0x10, 0x01, 0x40, 0x00, "On" },
|
||||
{0x0c, 0x01, 0x40, 0x40, "Off" },
|
||||
{0x0c, 0x01, 0x40, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2 , "Continue Price" },
|
||||
{0x10, 0x01, 0x80, 0x00, "1 Coin 1 Credit" },
|
||||
{0x10, 0x01, 0x80, 0x80, "Same as start" },
|
||||
{0x0c, 0x01, 0x80, 0x00, "1 Coin 1 Credit" },
|
||||
{0x0c, 0x01, 0x80, 0x80, "Same as start" },
|
||||
};
|
||||
|
||||
STDDIPINFO(Fullthrl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user