summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32031/tms32031.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms32031/tms32031.h')
-rw-r--r--src/devices/cpu/tms32031/tms32031.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/cpu/tms32031/tms32031.h b/src/devices/cpu/tms32031/tms32031.h
index 396f441618c..90ed93c8c89 100644
--- a/src/devices/cpu/tms32031/tms32031.h
+++ b/src/devices/cpu/tms32031/tms32031.h
@@ -4,7 +4,7 @@
tms32031.h
- TMS32031/2 emulator
+ TMS320C3x family 32-bit floating point DSP emulator
***************************************************************************/
@@ -771,6 +771,8 @@ protected:
address_space * m_program;
memory_access_cache<2, -2, ENDIANNESS_LITTLE> *m_cache;
+ optional_memory_region m_internal_rom;
+
bool m_mcbl_mode;
bool m_hold_state;