From a54d0feae26e2aabf733624ef4ba4ef6d41d31bb Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Thu, 10 Jul 2014 19:09:23 +0000 Subject: [PATCH] add missing dipswitch headings to misc. toaplan games --- src/burn/drv/toaplan/d_batsugun.cpp | 10 +++++----- src/burn/drv/toaplan/d_dogyuun.cpp | 10 +++++----- src/burn/drv/toaplan/d_hellfire.cpp | 14 +++++++------- src/burn/drv/toaplan/d_kbash.cpp | 6 +++--- src/burn/drv/toaplan/d_mahoudai.cpp | 6 +++--- src/burn/drv/toaplan/d_outzone.cpp | 16 ++++++++-------- src/burn/drv/toaplan/d_shippumd.cpp | 6 +++--- src/burn/drv/toaplan/d_slapfght.cpp | 14 +++++++------- src/burn/drv/toaplan/d_tekipaki.cpp | 4 ++-- src/burn/drv/toaplan/d_truxton.cpp | 6 +++--- src/burn/drv/toaplan/d_truxton2.cpp | 6 +++--- src/burn/drv/toaplan/d_vfive.cpp | 10 +++++----- src/burn/drv/toaplan/d_zerowing.cpp | 14 ++++++++------ 13 files changed, 62 insertions(+), 60 deletions(-) diff --git a/src/burn/drv/toaplan/d_batsugun.cpp b/src/burn/drv/toaplan/d_batsugun.cpp index 400b5427c..d2c1c8f90 100644 --- a/src/burn/drv/toaplan/d_batsugun.cpp +++ b/src/burn/drv/toaplan/d_batsugun.cpp @@ -111,13 +111,13 @@ static struct BurnDIPInfo batsugunDIPList[] = { {0x16, 0xFF, 0x0F, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Continue mode"}, {0x14, 0x01, 0x01, 0x00, "Normal continue"}, {0x14, 0x01, 0x01, 0x01, "Discount continue"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -180,9 +180,9 @@ static struct BurnDIPInfo batsugunDIPList[] = { {0x15, 0x01, 0x30, 0x01, "5"}, {0x15, 0x01, 0x30, 0x02, "2"}, {0x15, 0x01, 0x30, 0x03, "1"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x15, 0x01, 0x40, 0x00, "Normal game"}, - {0x15, 0x01, 0x40, 0x40, "Debug mode"}, + {0x15, 0x01, 0x40, 0x40, "No-death & stop mode"}, {0, 0xFE, 0, 2, "Continue"}, {0x15, 0x01, 0x80, 0x00, "On"}, {0x15, 0x01, 0x80, 0x80, "Off"}, diff --git a/src/burn/drv/toaplan/d_dogyuun.cpp b/src/burn/drv/toaplan/d_dogyuun.cpp index 834fe7f74..e7517d4b8 100644 --- a/src/burn/drv/toaplan/d_dogyuun.cpp +++ b/src/burn/drv/toaplan/d_dogyuun.cpp @@ -100,13 +100,13 @@ static struct BurnDIPInfo dogyuunDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Coin/Free play"}, {0x14, 0x01, 0x01, 0x00, "Coin play"}, {0x14, 0x01, 0x01, 0x01, "Free play"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen Type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -169,9 +169,9 @@ static struct BurnDIPInfo dogyuunDIPList[] = { {0x15, 0x01, 0x30, 0x01, "5"}, {0x15, 0x01, 0x30, 0x02, "2"}, {0x15, 0x01, 0x30, 0x03, "1"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x15, 0x01, 0x40, 0x00, "Normal game"}, - {0x15, 0x01, 0x40, 0x40, "Debug mode"}, + {0x15, 0x01, 0x40, 0x40, "No-death & stop mode"}, {0, 0xFE, 0, 2, "Continue play"}, {0x15, 0x01, 0x80, 0x00, "On"}, {0x15, 0x01, 0x80, 0x80, "Off"}, diff --git a/src/burn/drv/toaplan/d_hellfire.cpp b/src/burn/drv/toaplan/d_hellfire.cpp index 95b0f3a80..2151c2ef8 100644 --- a/src/burn/drv/toaplan/d_hellfire.cpp +++ b/src/burn/drv/toaplan/d_hellfire.cpp @@ -146,10 +146,10 @@ static struct BurnDIPInfo hellfireDIPList[] = { {0x14, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x12, 0x01, 0x02, 0x00, "Normal screen"}, {0x12, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x12, 0x01, 0x04, 0x00, "Normal mode"}, {0x12, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -182,7 +182,7 @@ static struct BurnDIPInfo hellfireDIPList[] = { {0x13, 0x01, 0x30, 0x00, "3"}, {0x13, 0x01, 0x30, 0x20, "4"}, {0x13, 0x01, 0x30, 0x10, "5"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x13, 0x01, 0x40, 0x00, "Normal Game"}, {0x13, 0x01, 0x40, 0x40, "No death & stop mode"}, @@ -202,13 +202,13 @@ static struct BurnDIPInfo hellfir1DIPList[] = { {0x14, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cabinet"}, {0x12, 0x01, 0x01, 0x01, "Upright"}, {0x12, 0x01, 0x01, 0x00, "Cocktail"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x12, 0x01, 0x02, 0x00, "Normal screen"}, {0x12, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x12, 0x01, 0x04, 0x00, "Normal mode"}, {0x12, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -241,7 +241,7 @@ static struct BurnDIPInfo hellfir1DIPList[] = { {0x13, 0x01, 0x30, 0x00, "3"}, {0x13, 0x01, 0x30, 0x20, "4"}, {0x13, 0x01, 0x30, 0x10, "5"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x13, 0x01, 0x40, 0x00, "Normal Game"}, {0x13, 0x01, 0x40, 0x40, "No death & stop mode"}, {0, 0xFE, 0, 2, "Allow Continue"}, diff --git a/src/burn/drv/toaplan/d_kbash.cpp b/src/burn/drv/toaplan/d_kbash.cpp index d09de3761..f8265e725 100644 --- a/src/burn/drv/toaplan/d_kbash.cpp +++ b/src/burn/drv/toaplan/d_kbash.cpp @@ -67,13 +67,13 @@ static struct BurnDIPInfo kbashDIPList[] = { {0x16, 0xFF, 0x0F, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Continue Mode"}, {0x14, 0x01, 0x01, 0x00, "Discount off"}, {0x14, 0x01, 0x01, 0x01, "Continue discount"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen Type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, diff --git a/src/burn/drv/toaplan/d_mahoudai.cpp b/src/burn/drv/toaplan/d_mahoudai.cpp index c82cc4ec2..80d5541e7 100644 --- a/src/burn/drv/toaplan/d_mahoudai.cpp +++ b/src/burn/drv/toaplan/d_mahoudai.cpp @@ -100,13 +100,13 @@ static struct BurnDIPInfo mahoudaiDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Coin mode"}, {0x14, 0x01, 0x01, 0x00, "Coin play"}, {0x14, 0x01, 0x01, 0x01, "Free play"}, {0, 0xFE, 0, 2, "Screen"}, {0x14, 0x01, 0x02, 0x00, "Normal"}, {0x14, 0x01, 0x02, 0x02, "Invert"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -141,7 +141,7 @@ static struct BurnDIPInfo mahoudaiDIPList[] = { {0, 0xFE, 0, 2, "No death & stop mode"}, {0x15, 0x01, 0x40, 0x00, "Off"}, {0x15, 0x01, 0x40, 0x40, "On"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Continue mode"}, {0x15, 0x01, 0x80, 0x00, "Continue play"}, {0x15, 0x01, 0x80, 0x80, "Continue impossible"}, }; diff --git a/src/burn/drv/toaplan/d_outzone.cpp b/src/burn/drv/toaplan/d_outzone.cpp index 9cba8aa02..eae34e63b 100644 --- a/src/burn/drv/toaplan/d_outzone.cpp +++ b/src/burn/drv/toaplan/d_outzone.cpp @@ -165,10 +165,10 @@ static struct BurnDIPInfo outzoneDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, {0x16, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -240,10 +240,10 @@ static struct BurnDIPInfo outzonebDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, {0x16, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -315,10 +315,10 @@ static struct BurnDIPInfo outzonecDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, {0x16, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -390,10 +390,10 @@ static struct BurnDIPInfo outzonedDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, {0x16, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, diff --git a/src/burn/drv/toaplan/d_shippumd.cpp b/src/burn/drv/toaplan/d_shippumd.cpp index 7a20eb475..866d059c0 100644 --- a/src/burn/drv/toaplan/d_shippumd.cpp +++ b/src/burn/drv/toaplan/d_shippumd.cpp @@ -85,13 +85,13 @@ static struct BurnDIPInfo shippumdDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Coin mode"}, {0x14, 0x01, 0x01, 0x00, "Coin play"}, {0x14, 0x01, 0x01, 0x01, "Free play"}, {0, 0xFE, 0, 2, "Screen"}, {0x14, 0x01, 0x02, 0x00, "Normal"}, {0x14, 0x01, 0x02, 0x02, "Invert"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -127,7 +127,7 @@ static struct BurnDIPInfo shippumdDIPList[] = { {0, 0xFE, 0, 2, "No death & stop mode"}, {0x15, 0x01, 0x40, 0x00, "Off"}, {0x15, 0x01, 0x40, 0x40, "On"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Continue mode"}, {0x15, 0x01, 0x80, 0x00, "Continue play"}, {0x15, 0x01, 0x80, 0x80, "Continue impossible"}, }; diff --git a/src/burn/drv/toaplan/d_slapfght.cpp b/src/burn/drv/toaplan/d_slapfght.cpp index b27a59739..6991cfb80 100644 --- a/src/burn/drv/toaplan/d_slapfght.cpp +++ b/src/burn/drv/toaplan/d_slapfght.cpp @@ -121,10 +121,10 @@ static struct BurnDIPInfo tigerhDIPList[] = { {0, 0xFE, 0, 2, "Hero speed"}, {0x11, 0x01, 0x80, 0x00, "Normal"}, {0x11, 0x01, 0x80, 0x80, "Fast"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x11, 0x01, 0x40, 0x00, "Normal game"}, {0x11, 0x01, 0x40, 0x40, "DIP switch test"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x11, 0x01, 0x20, 0x00, "Normal screen"}, {0x11, 0x01, 0x20, 0x20, "Invert screen"}, {0, 0xFE, 0, 2, "Cabinet"}, @@ -166,10 +166,10 @@ static struct BurnDIPInfo getstarDIPList[] = { {0x11, 0xFF, 0xFF, 0x10, NULL}, // DIP A - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x11, 0x01, 0x40, 0x00, "Normal game"}, {0x11, 0x01, 0x40, 0x40, "DIP switch test"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen mode"}, {0x11, 0x01, 0x20, 0x00, "Normal screen"}, {0x11, 0x01, 0x20, 0x20, "Invert screen"}, {0, 0xFE, 0, 2, "Cabinet"}, @@ -234,13 +234,13 @@ static struct BurnDIPInfo slapfighDIPList[] = { {0x12, 0xFF, 0xFF, 0x00, NULL}, // DIP A - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cabinet"}, {0x11, 0x01, 0x80, 0x80, "Up-right type"}, {0x11, 0x01, 0x80, 0x00, "Table type"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x11, 0x01, 0x40, 0x00, "Normal screen"}, {0x11, 0x01, 0x40, 0x40, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x11, 0x01, 0x20, 0x00, "Normal game"}, {0x11, 0x01, 0x20, 0x20, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, diff --git a/src/burn/drv/toaplan/d_tekipaki.cpp b/src/burn/drv/toaplan/d_tekipaki.cpp index 5a192439d..56acbe1b4 100644 --- a/src/burn/drv/toaplan/d_tekipaki.cpp +++ b/src/burn/drv/toaplan/d_tekipaki.cpp @@ -81,10 +81,10 @@ static struct BurnDIPInfo tekipakiDIPList[] = { {0x16, 0xFF, 0x0F, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, diff --git a/src/burn/drv/toaplan/d_truxton.cpp b/src/burn/drv/toaplan/d_truxton.cpp index 058b8f60a..d74bfc839 100644 --- a/src/burn/drv/toaplan/d_truxton.cpp +++ b/src/burn/drv/toaplan/d_truxton.cpp @@ -77,13 +77,13 @@ static struct BurnDIPInfo truxtonDIPList[] = { {0x14, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cabinet"}, {0x12, 0x01, 0x01, 0x01, "Upright"}, {0x12, 0x01, 0x01, 0x00, "Cocktail"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x12, 0x01, 0x02, 0x00, "Normal screen"}, {0x12, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x12, 0x01, 0x04, 0x00, "Normal mode"}, {0x12, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, diff --git a/src/burn/drv/toaplan/d_truxton2.cpp b/src/burn/drv/toaplan/d_truxton2.cpp index 25e1f656b..d7064782d 100644 --- a/src/burn/drv/toaplan/d_truxton2.cpp +++ b/src/burn/drv/toaplan/d_truxton2.cpp @@ -58,10 +58,10 @@ static struct BurnDIPInfo truxton2DIPList[] = { {0x16, 0xFF, 0x0F, 0x02, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -124,7 +124,7 @@ static struct BurnDIPInfo truxton2DIPList[] = { {0x15, 0x01, 0x30, 0x01, "5"}, {0x15, 0x01, 0x30, 0x02, "4"}, {0x15, 0x01, 0x30, 0x03, "2"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x15, 0x01, 0x40, 0x00, "Normal game"}, {0x15, 0x01, 0x40, 0x40, "No-death & stop mode"}, {0, 0xFE, 0, 2, "Continue play"}, diff --git a/src/burn/drv/toaplan/d_vfive.cpp b/src/burn/drv/toaplan/d_vfive.cpp index 4c7e36246..fa3d193db 100644 --- a/src/burn/drv/toaplan/d_vfive.cpp +++ b/src/burn/drv/toaplan/d_vfive.cpp @@ -86,13 +86,13 @@ static struct BurnDIPInfo vfiveDIPList[] = { {0x15, 0xFF, 0xFF, 0x00, NULL}, // DIP 1 - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cabinet"}, {0x14, 0x01, 0x01, 0x00, "Upright"}, {0x14, 0x01, 0x01, 0x01, "Table type"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x14, 0x01, 0x02, 0x00, "Normal screen"}, {0x14, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x14, 0x01, 0x04, 0x00, "Normal mode"}, {0x14, 0x01, 0x04, 0x04, "Test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -155,9 +155,9 @@ static struct BurnDIPInfo vfiveDIPList[] = { {0x15, 0x01, 0x30, 0x01, "5"}, {0x15, 0x01, 0x30, 0x02, "2"}, {0x15, 0x01, 0x30, 0x03, "1"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x15, 0x01, 0x40, 0x00, "Normal game"}, - {0x15, 0x01, 0x40, 0x40, "Debug mode"}, + {0x15, 0x01, 0x40, 0x40, "No-death & stop mode"}, {0, 0xFE, 0, 2, "Continue"}, {0x15, 0x01, 0x80, 0x00, "On"}, {0x15, 0x01, 0x80, 0x80, "Off"}, diff --git a/src/burn/drv/toaplan/d_zerowing.cpp b/src/burn/drv/toaplan/d_zerowing.cpp index 01963361c..01597e567 100644 --- a/src/burn/drv/toaplan/d_zerowing.cpp +++ b/src/burn/drv/toaplan/d_zerowing.cpp @@ -132,12 +132,13 @@ static struct BurnDIPInfo zerowingDIPList[] = { {0x14, 0xFF, 0xFF, 0x02, NULL}, // DIP 1 + {0, 0xFE, 0, 2, "Cabinet type"}, {0x12, 0x01, 0x01, 0x01, "Upright"}, {0x12, 0x01, 0x01, 0x00, "Cocktail"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x12, 0x01, 0x02, 0x00, "Normal screen"}, {0x12, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x12, 0x01, 0x04, 0x00, "Normal mode"}, {0x12, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -170,7 +171,7 @@ static struct BurnDIPInfo zerowingDIPList[] = { {0x13, 0x01, 0x30, 0x00, "3"}, {0x13, 0x01, 0x30, 0x20, "4"}, {0x13, 0x01, 0x30, 0x10, "5"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x13, 0x01, 0x40, 0x00, "Normal Game"}, {0x13, 0x01, 0x40, 0x40, "No death & stop mode"}, {0, 0xFE, 0, 2, "Allow Continue"}, @@ -193,12 +194,13 @@ static struct BurnDIPInfo zerowing2DIPList[] = { {0x14, 0xFF, 0xFF, 0x00, NULL}, // DIP 1 + {0, 0xFE, 0, 2, "Cabinet type"}, {0x12, 0x01, 0x01, 0x01, "Upright"}, {0x12, 0x01, 0x01, 0x00, "Cocktail"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Screen type"}, {0x12, 0x01, 0x02, 0x00, "Normal screen"}, {0x12, 0x01, 0x02, 0x02, "Invert screen"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Service"}, {0x12, 0x01, 0x04, 0x00, "Normal mode"}, {0x12, 0x01, 0x04, 0x04, "Screen test mode"}, {0, 0xFE, 0, 2, "Advertise sound"}, @@ -231,7 +233,7 @@ static struct BurnDIPInfo zerowing2DIPList[] = { {0x13, 0x01, 0x30, 0x00, "3"}, {0x13, 0x01, 0x30, 0x20, "4"}, {0x13, 0x01, 0x30, 0x10, "5"}, - {0, 0xFE, 0, 2, NULL}, + {0, 0xFE, 0, 2, "Cheating"}, {0x13, 0x01, 0x40, 0x00, "Normal Game"}, {0x13, 0x01, 0x40, 0x40, "No death & stop mode"}, {0, 0xFE, 0, 2, "Allow Continue"},