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" },