summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model1.h')
-rw-r--r--src/mame/includes/model1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/model1.h b/src/mame/includes/model1.h
index 3ff3bd14fe1..a108bf97e59 100644
--- a/src/mame/includes/model1.h
+++ b/src/mame/includes/model1.h
@@ -22,7 +22,7 @@ public:
m_color_xlat(*this, "color_xlat"){ }
required_device<cpu_device> m_maincpu; // V60
- required_device<segam1audio_device> m_m1audio; // Model 1 standard sound board
+ required_device<segam1audio_device> m_m1audio; // Model 1 standard sound board
optional_device<dsbz80_device> m_dsbz80; // Digital Sound Board
optional_device<mb86233_cpu_device> m_tgp;