d_silvmil.cpp: Update the dipswitch settings for Puzzlove as per PCB. - NW

This commit is contained in:
jackchatelet 2015-02-06 11:00:55 +00:00
parent 61febd73f5
commit d92db6719d

View File

@ -111,11 +111,11 @@ static struct BurnDIPInfo PuzzloveDIPList[]=
{0x13, 0xff, 0xff, 0xff, NULL },
{0x14, 0xff, 0xff, 0xff, NULL },
{0 , 0xfe, 0 , 4, "Game Level" },
{0x14, 0x01, 0x03, 0x03, "1" },
{0x14, 0x01, 0x03, 0x02, "2" },
{0x14, 0x01, 0x03, 0x01, "3" },
{0x14, 0x01, 0x03, 0x00, "4" },
{0 , 0xfe, 0 , 4, "Difficulty" },
{0x14, 0x01, 0x03, 0x03, "Very_Easy" },
{0x14, 0x01, 0x03, 0x02, "Easy" },
{0x14, 0x01, 0x03, 0x01, "Hard" },
{0x14, 0x01, 0x03, 0x00, "Very_Hard" },
{0 , 0xfe, 0 , 8, "Coinage" },
{0x14, 0x01, 0x1c, 0x10, "4 Coins 1 Credits" },