summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/harddriv.h')
-rw-r--r--src/mame/includes/harddriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/harddriv.h b/src/mame/includes/harddriv.h
index 27a93988b7b..d8f140c3cf5 100644
--- a/src/mame/includes/harddriv.h
+++ b/src/mame/includes/harddriv.h
@@ -352,7 +352,7 @@ protected:
uint16_t m_som_memory[0x8000/2];
uint16_t * m_adsp_pgm_memory_word;
- optional_region_ptr<uint16_t> m_ds3_sdata_memory;
+ uint16_t * m_ds3_sdata_memory;
uint32_t m_ds3_sdata_memory_size;
uint8_t m_ds3_gcmd;