diff options
Diffstat (limited to 'src/devices/machine/serflash.h')
-rw-r--r-- | src/devices/machine/serflash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/serflash.h b/src/devices/machine/serflash.h index 9d3654fc9c3..e72432cc109 100644 --- a/src/devices/machine/serflash.h +++ b/src/devices/machine/serflash.h @@ -88,7 +88,7 @@ protected: UINT16 m_flash_page_index; - dynamic_buffer m_flashwritemap; + std::vector<UINT8> m_flashwritemap; UINT8 m_last_flash_cmd; |