From 860e4e695722d01b879e69ecd2f0e0f8984b26fc Mon Sep 17 00:00:00 2001 From: dinkc64 Date: Fri, 20 Sep 2024 20:38:23 -0400 Subject: [PATCH] asuka, baddudes: allow continue -> show continue message --- src/burn/drv/dataeast/d_dec0.cpp | 2 +- src/burn/drv/taito/d_asuka.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/dataeast/d_dec0.cpp b/src/burn/drv/dataeast/d_dec0.cpp index 4b3fc59d4e..bb46d1276f 100644 --- a/src/burn/drv/dataeast/d_dec0.cpp +++ b/src/burn/drv/dataeast/d_dec0.cpp @@ -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" }, }; diff --git a/src/burn/drv/taito/d_asuka.cpp b/src/burn/drv/taito/d_asuka.cpp index e29c9c1478..b7330b1643 100644 --- a/src/burn/drv/taito/d_asuka.cpp +++ b/src/burn/drv/taito/d_asuka.cpp @@ -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" },