From d2e8f6114903bd3f4841cec91bc77c1ca7e8dca4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 21 Oct 2016 12:35:05 +0200 Subject: dynamic_buffer is just std::vector (nw) --- src/devices/machine/dp8390.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/dp8390.cpp') diff --git a/src/devices/machine/dp8390.cpp b/src/devices/machine/dp8390.cpp index 52e66168322..32d41d73896 100644 --- a/src/devices/machine/dp8390.cpp +++ b/src/devices/machine/dp8390.cpp @@ -64,7 +64,7 @@ void dp8390_device::check_dma_complete() { } void dp8390_device::do_tx() { - dynamic_buffer buf; + std::vector buf; int i; UINT32 high16 = (m_regs.dcr & 4)?m_regs.rsar<<16:0; if(m_reset) return; -- cgit v1.2.3-70-g09d2