From b8f6d569ddaffdcf7ae6545ac7e5291ab49108ff Mon Sep 17 00:00:00 2001 From: dinkc64 Date: Fri, 20 Sep 2024 20:25:15 -0400 Subject: [PATCH] irem m107, fire barrel / air assassin - remove useless "allow continue" dip --- src/burn/drv/irem/d_m107.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/burn/drv/irem/d_m107.cpp b/src/burn/drv/irem/d_m107.cpp index f5a975ba6..cf5c3e750 100644 --- a/src/burn/drv/irem/d_m107.cpp +++ b/src/burn/drv/irem/d_m107.cpp @@ -173,10 +173,6 @@ static struct BurnDIPInfo FirebarrDIPList[]= {0x15, 0x01, 0x03, 0x02, "4" }, {0x15, 0x01, 0x03, 0x01, "5" }, - {0 , 0xfe, 0 , 2, "Allow Continue" }, - {0x15, 0x01, 0x20, 0x00, "No" }, - {0x15, 0x01, 0x20, 0x20, "Yes" }, - {0 , 0xfe, 0 , 2, "Demo Sounds" }, {0x15, 0x01, 0x40, 0x40, "Off" }, {0x15, 0x01, 0x40, 0x00, "On" },