mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-10 03:24:42 +00:00
grdnstrm: also fix clones's dips
This commit is contained in:
parent
ba56e55a6f
commit
161b8cb07e
@ -1272,54 +1272,56 @@ STDDIPINFO(Grdnstrm)
|
||||
|
||||
static struct BurnDIPInfo GrdnstrkDIPList[]=
|
||||
{
|
||||
{0x12, 0xff, 0xff, 0xff, NULL },
|
||||
{0x13, 0xff, 0xff, 0xff, NULL },
|
||||
DIP_OFFSET(0x12)
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Service Mode" },
|
||||
{0x12, 0x01, 0x01, 0x01, "Off" },
|
||||
{0x12, 0x01, 0x01, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Demo Sounds" },
|
||||
{0x12, 0x01, 0x02, 0x00, "Off" },
|
||||
{0x12, 0x01, 0x02, 0x02, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Free Play" },
|
||||
{0x12, 0x01, 0x04, 0x04, "Off" },
|
||||
{0x12, 0x01, 0x04, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Bombs" },
|
||||
{0x12, 0x01, 0x08, 0x08, "2" },
|
||||
{0x12, 0x01, 0x08, 0x00, "3" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Lives" },
|
||||
{0x12, 0x01, 0xc0, 0x00, "1" },
|
||||
{0x12, 0x01, 0xc0, 0x80, "2" },
|
||||
{0x12, 0x01, 0xc0, 0xc0, "3" },
|
||||
{0x12, 0x01, 0xc0, 0x40, "5" },
|
||||
{0x00, 0xff, 0xff, 0xff, NULL },
|
||||
{0x01, 0xff, 0xff, 0xff, NULL },
|
||||
|
||||
// {0 , 0xfe, 0 , 2, "Flip Screen" },
|
||||
// {0x13, 0x01, 0x01, 0x01, "Off" },
|
||||
// {0x13, 0x01, 0x01, 0x00, "On" },
|
||||
// {0x00, 0x01, 0x01, 0x01, "Off" },
|
||||
// {0x00, 0x01, 0x01, 0x00, "On" },
|
||||
|
||||
// {0 , 0xfe, 0 , 2, "Mirror Screen" },
|
||||
// {0x13, 0x01, 0x02, 0x02, "Off" },
|
||||
// {0x13, 0x01, 0x02, 0x00, "On" },
|
||||
// {0x00, 0x01, 0x02, 0x02, "Off" },
|
||||
// {0x00, 0x01, 0x02, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Difficulty" },
|
||||
{0x13, 0x01, 0x18, 0x08, "Easy" },
|
||||
{0x13, 0x01, 0x18, 0x18, "Normal" },
|
||||
{0x13, 0x01, 0x18, 0x10, "Hard" },
|
||||
{0x13, 0x01, 0x18, 0x00, "Hardest" },
|
||||
{0x00, 0x01, 0x18, 0x08, "Easy" },
|
||||
{0x00, 0x01, 0x18, 0x18, "Normal" },
|
||||
{0x00, 0x01, 0x18, 0x10, "Hard" },
|
||||
{0x00, 0x01, 0x18, 0x00, "Hardest" },
|
||||
|
||||
{0 , 0xfe, 0 , 8, "Coinage" },
|
||||
{0x13, 0x01, 0xe0, 0x00, "4 Coins 1 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0x80, "3 Coins 1 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0x40, "2 Coins 1 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0xc0, "3 Coins 2 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0xe0, "1 Coin 1 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0x20, "2 Coins 3 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0x60, "1 Coin 2 Credits" },
|
||||
{0x13, 0x01, 0xe0, 0xa0, "1 Coin 3 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0x00, "4 Coins 1 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0x80, "3 Coins 1 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0x40, "2 Coins 1 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0xc0, "3 Coins 2 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0xe0, "1 Coin 1 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0x20, "2 Coins 3 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0x60, "1 Coin 2 Credits" },
|
||||
{0x00, 0x01, 0xe0, 0xa0, "1 Coin 3 Credits" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Service Mode" },
|
||||
{0x01, 0x01, 0x01, 0x01, "Off" },
|
||||
{0x01, 0x01, 0x01, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Demo Sounds" },
|
||||
{0x01, 0x01, 0x02, 0x00, "Off" },
|
||||
{0x01, 0x01, 0x02, 0x02, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Free Play" },
|
||||
{0x01, 0x01, 0x04, 0x04, "Off" },
|
||||
{0x01, 0x01, 0x04, 0x00, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Bombs" },
|
||||
{0x01, 0x01, 0x08, 0x08, "2" },
|
||||
{0x01, 0x01, 0x08, 0x00, "3" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Lives" },
|
||||
{0x01, 0x01, 0xc0, 0x00, "1" },
|
||||
{0x01, 0x01, 0xc0, 0x80, "2" },
|
||||
{0x01, 0x01, 0xc0, 0xc0, "3" },
|
||||
{0x01, 0x01, 0xc0, 0x40, "5" },
|
||||
};
|
||||
|
||||
STDDIPINFO(Grdnstrk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user