summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dreamwld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dreamwld.cpp')
-rw-r--r--src/mame/drivers/dreamwld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dreamwld.cpp b/src/mame/drivers/dreamwld.cpp
index d26c5ecec0d..c0468850dc6 100644
--- a/src/mame/drivers/dreamwld.cpp
+++ b/src/mame/drivers/dreamwld.cpp
@@ -178,7 +178,7 @@ private:
DECLARE_WRITE8_MEMBER(prot_p1_w);
DECLARE_WRITE8_MEMBER(prot_p2_w);
DECLARE_READ8_MEMBER(prot_p2_r);
-
+
DECLARE_WRITE32_MEMBER(to_prot_w);
@@ -813,7 +813,7 @@ void dreamwld_state::baryon(machine_config &config)
m_mcu->port_out_cb<1>().set(FUNC(dreamwld_state::prot_p1_w));
m_mcu->port_out_cb<2>().set(FUNC(dreamwld_state::prot_p2_w));
m_mcu->port_in_cb<2>().set(FUNC(dreamwld_state::prot_p2_r));
-
+
//config.set_perfect_quantum(m_maincpu);
/* video hardware */