summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/gus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/gus.h')
-rw-r--r--src/devices/bus/isa/gus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/gus.h b/src/devices/bus/isa/gus.h
index eb4413d3bd8..0370fd6ed80 100644
--- a/src/devices/bus/isa/gus.h
+++ b/src/devices/bus/isa/gus.h
@@ -191,7 +191,7 @@ public:
void reset_irq(UINT8 source);
void update_volume_ramps();
- dynamic_buffer m_wave_ram;
+ std::vector<UINT8> m_wave_ram;
protected:
// device-level overrides