From 5945c3592ab6587749d2a11355e0bf084b4eaa5e Mon Sep 17 00:00:00 2001 From: dinkc64 Date: Sat, 5 Oct 2024 20:54:16 -0400 Subject: [PATCH] gunforce, weird zero score each stage dip --- src/burn/drv/irem/d_m92.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/irem/d_m92.cpp b/src/burn/drv/irem/d_m92.cpp index bfee0ce6fd..eddcccd7de 100644 --- a/src/burn/drv/irem/d_m92.cpp +++ b/src/burn/drv/irem/d_m92.cpp @@ -391,9 +391,9 @@ static struct BurnDIPInfo GunforceDIPList[]= {0x12, 0x01, 0x10, 0x00, "15000 35000 75000 120000" }, {0x12, 0x01, 0x10, 0x10, "20000 40000 90000 150000" }, - {0 , 0xfe, 0 , 2, "Allow Continue" }, + {0 , 0xfe, 0 , 2, "Zero score each stage" }, {0x12, 0x01, 0x20, 0x00, "No" }, - {0x12, 0x01, 0x20, 0x20, "Yes" }, + {0x12, 0x01, 0x20, 0x20, "Yes (sometimes it's 100)" }, {0 , 0xfe, 0 , 2, "Demo Sounds" }, {0x12, 0x01, 0x40, 0x40, "Off" },