Skip to content

Commit

Permalink
asuka, baddudes: allow continue -> show continue message
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 21, 2024
1 parent b8f6d56 commit 860e4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/burn/drv/dataeast/d_dec0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static struct BurnDIPInfo BaddudesDIPList[]=
{0x01, 0x01, 0x0c, 0x04, "Hard" },
{0x01, 0x01, 0x0c, 0x00, "Hardest" },

{0 , 0xfe, 0 , 2 , "Allow continue" },
{0 , 0xfe, 0 , 2 , "Show Continue Message" },
{0x01, 0x01, 0x10, 0x10, "Yes" },
{0x01, 0x01, 0x10, 0x00, "No" },
};
Expand Down
2 changes: 1 addition & 1 deletion src/burn/drv/taito/d_asuka.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static struct BurnDIPInfo AsukaDIPList[]=
{0x14, 0x01, 0x30, 0x30, "3" },
{0x14, 0x01, 0x30, 0x00, "4" },

{0 , 0xfe, 0 , 4, "Allow Continue" },
{0 , 0xfe, 0 , 4, "Show Continue Message" },
{0x14, 0x01, 0xc0, 0x00, "No" },
{0x14, 0x01, 0xc0, 0xc0, "Up To Level 2" },
{0x14, 0x01, 0xc0, 0x80, "Up To Level 3" },
Expand Down

0 comments on commit 860e4e6

Please sign in to comment.