diff options
Diffstat (limited to 'src/devices/cpu/h8/h8325.h')
-rw-r--r-- | src/devices/cpu/h8/h8325.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h8325.h b/src/devices/cpu/h8/h8325.h index 5c18b2e1cbf..fba31ce4ce7 100644 --- a/src/devices/cpu/h8/h8325.h +++ b/src/devices/cpu/h8/h8325.h @@ -74,6 +74,7 @@ protected: required_device<h8325_timer16_channel_device> m_timer16_0; devcb_read8 m_read_md; + memory_view m_ram_view; uint8_t m_syscr; uint8_t m_mds; |