summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5110.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tms5110.h')
-rw-r--r--src/devices/sound/tms5110.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h
index e36c57b2d50..2a53b218323 100644
--- a/src/devices/sound/tms5110.h
+++ b/src/devices/sound/tms5110.h
@@ -97,6 +97,9 @@ private:
void parse_frame();
// internal state
+ /* table region */
+ optional_memory_region m_table_region;
+
/* coefficient tables */
int m_variant; /* Variant of the 5110 - see tms5110.h */