Skip to content

Commit

Permalink
cosmiccop / gallop continue dip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 5, 2023
1 parent 80b4ccb commit f00e24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/irem/d_m72.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,15 +534,15 @@ static struct BurnDIPInfo GallopDIPList[]=
{0x16, 0x01, 0x0c, 0x0c, "Normal" },
{0x16, 0x01, 0x0c, 0x04, "Hard" },

{0 , 0xfe, 0 , 0, "Allow Continue" },
{0 , 0xfe, 0 , 2, "Allow Continue" },
{0x16, 0x01, 0x20, 0x00, "No" },
{0x16, 0x01, 0x20, 0x20, "Yes" },

{0 , 0xfe, 0 , 2, "Flip Screen" },
{0x17, 0x01, 0x01, 0x01, "Off" },
{0x17, 0x01, 0x01, 0x00, "On" },

{0 , 0xfe, 0 , 2, "Cabinet" },
{0 , 0xfe, 0 , 3, "Cabinet" },
{0x17, 0x01, 0x06, 0x00, "Upright" },
{0x17, 0x01, 0x06, 0x02, "Upright (2P)" },
{0x17, 0x01, 0x06, 0x06, "Cocktail" },
Expand Down

0 comments on commit f00e24e

Please sign in to comment.