diff options
author | 2018-09-19 13:44:27 +0100 | |
---|---|---|
committer | 2018-09-19 13:44:27 +0100 | |
commit | 39c2e6f620f74f8630cb1af80de46eec3d7e3229 (patch) | |
tree | 542e222f5fca1acaf70df29540e50bda6631dfaf /src/devices/sound/2610intf.h | |
parent | 817495ed3ce92aa59ad29d7f1103f13a846a27d0 (diff) |
achieve the same result with a finder (nw)
Diffstat (limited to 'src/devices/sound/2610intf.h')
-rw-r--r-- | src/devices/sound/2610intf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/2610intf.h b/src/devices/sound/2610intf.h index cf90c835186..9f9dc69c123 100644 --- a/src/devices/sound/2610intf.h +++ b/src/devices/sound/2610intf.h @@ -65,7 +65,9 @@ private: sound_stream * m_stream; emu_timer * m_timer[2]; devcb_write_line m_irq_handler; + const std::string m_adpcm_b_region_name; optional_memory_region m_adpcm_a_region; + optional_memory_region m_adpcm_b_region; static const ssg_callbacks psgintf; }; |