mirror of
https://github.com/libretro/FBNeo.git
synced 2025-01-24 10:34:27 +00:00
dkong3 service coin button (for alt. service mode - hold and reset)
This commit is contained in:
parent
69cbd7f712
commit
45b15a3d6c
@ -140,6 +140,7 @@ static struct BurnInputInfo Dkong3InputList[] = {
|
||||
{"P2 Button 1", BIT_DIGITAL, DrvJoy2 + 4, "p2 fire 1"},
|
||||
|
||||
{"Reset", BIT_DIGITAL, &DrvReset, "reset"},
|
||||
{"Service", BIT_DIGITAL, DrvJoy1 + 7, "service"},
|
||||
{"Dip A", BIT_DIPSWITCH, DrvDips + 0, "dip"},
|
||||
{"Dip B", BIT_DIPSWITCH, DrvDips + 1, "dip"},
|
||||
};
|
||||
@ -299,50 +300,50 @@ STDDIPINFO(Dkong3b)
|
||||
|
||||
static struct BurnDIPInfo Dkong3DIPList[]=
|
||||
{
|
||||
{0x0f, 0xff, 0xff, 0x00, NULL },
|
||||
{0x10, 0xff, 0xff, 0x00, NULL },
|
||||
{0x11, 0xff, 0xff, 0x00, NULL },
|
||||
|
||||
{0 , 0xfe, 0 , 8, "Coinage" },
|
||||
{0x0f, 0x01, 0x07, 0x02, "3 Coins 1 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x04, "2 Coins 1 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x00, "1 Coin 1 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x06, "1 Coin 2 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x01, "1 Coin 3 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x03, "1 Coin 4 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x05, "1 Coin 5 Credits" },
|
||||
{0x0f, 0x01, 0x07, 0x07, "1 Coin 6 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x02, "3 Coins 1 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x04, "2 Coins 1 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x00, "1 Coin 1 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x06, "1 Coin 2 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x01, "1 Coin 3 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x03, "1 Coin 4 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x05, "1 Coin 5 Credits" },
|
||||
{0x10, 0x01, 0x07, 0x07, "1 Coin 6 Credits" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Service Mode" },
|
||||
{0x0f, 0x01, 0x40, 0x00, "Off" },
|
||||
{0x0f, 0x01, 0x40, 0x40, "On" },
|
||||
{0x10, 0x01, 0x40, 0x00, "Off" },
|
||||
{0x10, 0x01, 0x40, 0x40, "On" },
|
||||
|
||||
{0 , 0xfe, 0 , 2, "Cabinet" },
|
||||
{0x0f, 0x01, 0x80, 0x00, "Upright" },
|
||||
{0x0f, 0x01, 0x80, 0x80, "Cocktail" },
|
||||
{0x10, 0x01, 0x80, 0x00, "Upright" },
|
||||
{0x10, 0x01, 0x80, 0x80, "Cocktail" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Lives" },
|
||||
{0x10, 0x01, 0x03, 0x00, "3" },
|
||||
{0x10, 0x01, 0x03, 0x01, "4" },
|
||||
{0x10, 0x01, 0x03, 0x02, "5" },
|
||||
{0x10, 0x01, 0x03, 0x03, "6" },
|
||||
{0x11, 0x01, 0x03, 0x00, "3" },
|
||||
{0x11, 0x01, 0x03, 0x01, "4" },
|
||||
{0x11, 0x01, 0x03, 0x02, "5" },
|
||||
{0x11, 0x01, 0x03, 0x03, "6" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Bonus Life" },
|
||||
{0x10, 0x01, 0x0c, 0x00, "30000" },
|
||||
{0x10, 0x01, 0x0c, 0x04, "40000" },
|
||||
{0x10, 0x01, 0x0c, 0x08, "50000" },
|
||||
{0x10, 0x01, 0x0c, 0x0c, "None" },
|
||||
{0x11, 0x01, 0x0c, 0x00, "30000" },
|
||||
{0x11, 0x01, 0x0c, 0x04, "40000" },
|
||||
{0x11, 0x01, 0x0c, 0x08, "50000" },
|
||||
{0x11, 0x01, 0x0c, 0x0c, "None" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Additional Bonus" },
|
||||
{0x10, 0x01, 0x30, 0x00, "30000" },
|
||||
{0x10, 0x01, 0x30, 0x10, "40000" },
|
||||
{0x10, 0x01, 0x30, 0x20, "50000" },
|
||||
{0x10, 0x01, 0x30, 0x30, "None" },
|
||||
{0x11, 0x01, 0x30, 0x00, "30000" },
|
||||
{0x11, 0x01, 0x30, 0x10, "40000" },
|
||||
{0x11, 0x01, 0x30, 0x20, "50000" },
|
||||
{0x11, 0x01, 0x30, 0x30, "None" },
|
||||
|
||||
{0 , 0xfe, 0 , 4, "Difficulty" },
|
||||
{0x10, 0x01, 0xc0, 0x00, "Easy" },
|
||||
{0x10, 0x01, 0xc0, 0x40, "Medium" },
|
||||
{0x10, 0x01, 0xc0, 0x80, "Hard" },
|
||||
{0x10, 0x01, 0xc0, 0xc0, "Hardest" },
|
||||
{0x11, 0x01, 0xc0, 0x00, "Easy" },
|
||||
{0x11, 0x01, 0xc0, 0x40, "Medium" },
|
||||
{0x11, 0x01, 0xc0, 0x80, "Hard" },
|
||||
{0x11, 0x01, 0xc0, 0xc0, "Hardest" },
|
||||
};
|
||||
|
||||
STDDIPINFO(Dkong3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user