summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at45dbxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/at45dbxx.h')
-rw-r--r--src/devices/machine/at45dbxx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/at45dbxx.h b/src/devices/machine/at45dbxx.h
index 40688fd786e..449d95f9651 100644
--- a/src/devices/machine/at45dbxx.h
+++ b/src/devices/machine/at45dbxx.h
@@ -76,12 +76,12 @@ protected:
void write_byte(UINT8 data);
// internal state
- dynamic_buffer m_data;
+ std::vector<UINT8> m_data;
UINT32 m_size;
UINT8 m_mode;
UINT8 m_status;
- dynamic_buffer m_buffer1;
- //dynamic_buffer m_buffer2;
+ std::vector<UINT8> m_buffer1;
+ //std::vector<UINT8> m_buffer2;
UINT8 m_si_byte;
UINT8 m_si_bits;
UINT8 m_so_byte;