From 00eca86d282104c930d48b20e40ff3bf767b987e Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Thu, 29 Jan 2015 21:15:28 +0000 Subject: [PATCH] small birdie try dip fix --- src/burn/drv/dataeast/d_dec0.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/burn/drv/dataeast/d_dec0.cpp b/src/burn/drv/dataeast/d_dec0.cpp index 277bdfb70..218010b7f 100644 --- a/src/burn/drv/dataeast/d_dec0.cpp +++ b/src/burn/drv/dataeast/d_dec0.cpp @@ -358,8 +358,8 @@ static struct BurnDIPInfo BirdtryDIPList[]= {0x19, 0x01, 0x0c, 0x00, "Hardest" }, {0 , 0xfe, 0 , 2, "Allow Continue" }, - {0x19, 0x01, 0x10, 0x10, "Off" }, - {0x19, 0x01, 0x10, 0x00, "On" }, + {0x19, 0x01, 0x10, 0x00, "Off" }, + {0x19, 0x01, 0x10, 0x10, "On" }, {0 , 0xfe, 0 , 2, "Timer" }, {0x19, 0x01, 0x20, 0x20, "Normal" },