summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_o.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_o.h')
-rw-r--r--src/mame/includes/taito_o.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/taito_o.h b/src/mame/includes/taito_o.h
index 4b8cf8d2a01..5870c575c0d 100644
--- a/src/mame/includes/taito_o.h
+++ b/src/mame/includes/taito_o.h
@@ -23,7 +23,6 @@ public:
m_maincpu(*this, "maincpu"),
m_watchdog(*this, "watchdog"),
m_tc0080vco(*this, "tc0080vco"),
- m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette"),
m_io_in(*this, "IN%u", 0U)
{ }
@@ -38,7 +37,6 @@ private:
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;
required_device<tc0080vco_device> m_tc0080vco;
- required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_ioport_array<2> m_io_in;