summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/itech32.h')
-rw-r--r--src/mame/includes/itech32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/itech32.h b/src/mame/includes/itech32.h
index 255e64480c0..6af883e5730 100644
--- a/src/mame/includes/itech32.h
+++ b/src/mame/includes/itech32.h
@@ -71,7 +71,7 @@ public:
protected:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_soundcpu;
- required_device<via6522_device> m_via;
+ optional_device<via6522_device> m_via; // sftm, wcbowl and gt games don't have the via
required_device<es5506_device> m_ensoniq;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;