diff options
Diffstat (limited to 'src/devices/machine/mc146818.h')
-rw-r--r-- | src/devices/machine/mc146818.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc146818.h b/src/devices/machine/mc146818.h index b7fffda3de7..a4651171179 100644 --- a/src/devices/machine/mc146818.h +++ b/src/devices/machine/mc146818.h @@ -172,7 +172,7 @@ private: // internal state UINT8 m_index; - dynamic_buffer m_data; + std::vector<UINT8> m_data; attotime m_last_refresh; |