summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/rf5c400.h
diff options
context:
space:
mode:
author Ville Linde <villedevs@gmail.com>2016-01-25 03:24:39 +0200
committer Ville Linde <villedevs@gmail.com>2016-01-25 03:28:16 +0200
commit2d95095f07b5f63be7390f17614f1580707d6357 (patch)
tree4c332e65b38968fd7ad1f4b6945eda6d6439e025 /src/devices/sound/rf5c400.h
parentdd0c5af36f7fbcac3390532b776ad6359c6e5b18 (diff)
rf5c400: added external memory r/w function [Ville Linde]
Diffstat (limited to 'src/devices/sound/rf5c400.h')
-rw-r--r--src/devices/sound/rf5c400.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/sound/rf5c400.h b/src/devices/sound/rf5c400.h
index fd04b788f93..bc30301d9cd 100644
--- a/src/devices/sound/rf5c400.h
+++ b/src/devices/sound/rf5c400.h
@@ -109,6 +109,9 @@ private:
double m_env_rr_table[0x9f];
rf5c400_channel m_channels[32];
+
+ UINT32 m_ext_mem_address;
+ UINT16 m_ext_mem_data;
};
extern const device_type RF5C400;