From f00e24e63c98807fb7b7e281e41e0f5f79b300a1 Mon Sep 17 00:00:00 2001 From: dinkc64 Date: Sun, 5 Nov 2023 18:13:23 -0500 Subject: [PATCH] cosmiccop / gallop continue dip fix --- src/burn/drv/irem/d_m72.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/irem/d_m72.cpp b/src/burn/drv/irem/d_m72.cpp index e41a1e8edd..2edcd895d3 100644 --- a/src/burn/drv/irem/d_m72.cpp +++ b/src/burn/drv/irem/d_m72.cpp @@ -534,7 +534,7 @@ 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" }, @@ -542,7 +542,7 @@ static struct BurnDIPInfo GallopDIPList[]= {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" },