summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/st0016.h')
-rw-r--r--src/mame/includes/st0016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/st0016.h b/src/mame/includes/st0016.h
index ba107a603b5..cc4ebdb299c 100644
--- a/src/mame/includes/st0016.h
+++ b/src/mame/includes/st0016.h
@@ -9,7 +9,7 @@ public:
int mux_port;
UINT32 m_st0016_rom_bank;
-
+
required_device<cpu_device> m_maincpu;
DECLARE_READ8_MEMBER(mux_r);
DECLARE_WRITE8_MEMBER(mux_select_w);