summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/megadriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/megadriv.h')
-rw-r--r--src/mame/includes/megadriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/megadriv.h b/src/mame/includes/megadriv.h
index e2f239afcd3..95c9d44caf2 100644
--- a/src/mame/includes/megadriv.h
+++ b/src/mame/includes/megadriv.h
@@ -45,6 +45,7 @@ public:
m_maincpu(*this,"maincpu"),
m_z80snd(*this,"genesis_snd_z80"),
m_ymsnd(*this,"ymsnd"),
+ m_scan_timer(*this, "md_scan_timer"),
m_vdp(*this,"gen_vdp"),
m_snsnd(*this, "snsnd"),
m_megadrive_ram(*this,"megadrive_ram"),
@@ -53,6 +54,7 @@ public:
required_device<m68000_base_device> m_maincpu;
optional_device<cpu_device> m_z80snd;
optional_device<ym2612_device> m_ymsnd;
+ required_device<timer_device> m_scan_timer;
required_device<sega315_5313_device> m_vdp;
required_device<sn76496_base_device> m_snsnd;
optional_shared_ptr<uint16_t> m_megadrive_ram;