summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas18.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segas18.h')
-rw-r--r--src/mame/includes/segas18.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/segas18.h b/src/mame/includes/segas18.h
index af0a09b1ed1..3689ae03bc1 100644
--- a/src/mame/includes/segas18.h
+++ b/src/mame/includes/segas18.h
@@ -49,6 +49,8 @@ public:
, m_soundbank(*this, "soundbank")
, m_gun_recoil(*this, "P%u_Gun_Recoil", 1U)
, m_romboard(ROM_BOARD_INVALID)
+ , m_custom_io_r(*this)
+ , m_custom_io_w(*this)
, m_grayscale_enable(false)
, m_vdp_enable(false)
, m_vdp_mixing(0)