iron horse, fix dips
This commit is contained in:
parent
78ea743bdc
commit
a3a2fe4036
|
@ -109,7 +109,7 @@ static struct BurnDIPInfo IronhorsDIPList[]=
|
|||
{0x01, 0xff, 0xff, 0x5a, NULL },
|
||||
{0x02, 0xff, 0xff, 0xfe, NULL },
|
||||
|
||||
{0 , 0xfe, 0 , 16, "Free Play" },
|
||||
{0 , 0xfe, 0 , 16, "Coin A" },
|
||||
{0x00, 0x01, 0x0f, 0x02, "4 Coins 1 Credits" },
|
||||
{0x00, 0x01, 0x0f, 0x05, "3 Coins 1 Credits" },
|
||||
{0x00, 0x01, 0x0f, 0x08, "2 Coins 1 Credits" },
|
||||
|
@ -125,7 +125,7 @@ static struct BurnDIPInfo IronhorsDIPList[]=
|
|||
{0x00, 0x01, 0x0f, 0x0b, "1 Coin 5 Credits" },
|
||||
{0x00, 0x01, 0x0f, 0x0a, "1 Coin 6 Credits" },
|
||||
{0x00, 0x01, 0x0f, 0x09, "1 Coin 7 Credits" },
|
||||
{0x00, 0x01, 0x0f, 0x00, ":1,2,3,4" },
|
||||
{0x00, 0x01, 0x0f, 0x00, "Free Play" },
|
||||
|
||||
{0 , 0xfe, 0 , 16, "Coin B" },
|
||||
{0x00, 0x01, 0xf0, 0x20, "4 Coins 1 Credits" },
|
||||
|
|
Loading…
Reference in New Issue