summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/model3.h')
-rw-r--r--src/mame/includes/model3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/model3.h b/src/mame/includes/model3.h
index 0296d44ce41..895daefef9b 100644
--- a/src/mame/includes/model3.h
+++ b/src/mame/includes/model3.h
@@ -94,7 +94,7 @@ public:
required_shared_ptr<UINT64> m_work_ram;
required_shared_ptr<UINT64> m_paletteram64;
optional_device<dsbz80_device> m_dsbz80; // Z80-based MPEG Digital Sound Board
- required_shared_ptr<UINT16> m_soundram;
+ required_shared_ptr<UINT16> m_soundram;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
@@ -261,7 +261,7 @@ public:
DECLARE_DRIVER_INIT(spikeout);
DECLARE_DRIVER_INIT(magtruck);
DECLARE_DRIVER_INIT(lamachin);
- DECLARE_DRIVER_INIT(model3_15);
+ DECLARE_DRIVER_INIT(model3_15);
DECLARE_MACHINE_START(model3_10);
DECLARE_MACHINE_RESET(model3_10);
DECLARE_MACHINE_START(model3_15);