summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cchasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cchasm.h')
-rw-r--r--src/mame/includes/cchasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cchasm.h b/src/mame/includes/cchasm.h
index 7389a213521..cbbc8ecd310 100644
--- a/src/mame/includes/cchasm.h
+++ b/src/mame/includes/cchasm.h
@@ -47,7 +47,7 @@ public:
required_device<generic_latch_8_device> m_soundlatch3;
required_device<generic_latch_8_device> m_soundlatch4;
- required_shared_ptr<UINT16> m_ram;
+ required_shared_ptr<uint16_t> m_ram;
int m_sound_flags;
int m_coin_flag;