summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfm_sc4.c')
-rw-r--r--src/mame/drivers/bfm_sc4.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/bfm_sc4.c b/src/mame/drivers/bfm_sc4.c
index e4b5a848835..8fd5b3da6e9 100644
--- a/src/mame/drivers/bfm_sc4.c
+++ b/src/mame/drivers/bfm_sc4.c
@@ -58,9 +58,9 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }
-
+
protected:
-
+
// devices
required_device<cpu_device> m_maincpu;
};
@@ -72,9 +72,9 @@ public:
: sc4_state(mconfig, type, tag),
m_adder4cpu(*this, "adder4")
{ }
-
+
protected:
-
+
// devices
required_device<cpu_device> m_adder4cpu;
};