Bad Dudes vs. Dragon Ninja - fix Continue DIP

This commit is contained in:
dinkc64 2015-02-02 06:35:36 +00:00
parent a6b045d639
commit 3732b51b1e
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ static struct BurnDIPInfo BaddudesDIPList[]=
{0x19, 0x01, 0x0c, 0x00, "Hardest" },
{0 , 0xfe, 0 , 2 , "Allow continue" },
{0x19, 0x01, 0x10, 0x10, "No" },
{0x19, 0x01, 0x10, 0x00, "Yes" },
{0x19, 0x01, 0x10, 0x10, "Yes" },
{0x19, 0x01, 0x10, 0x00, "No" },
};
STDDIPINFO(Baddudes)