From 2d149e21c9786d159cbde0cecf19ae531dffbd01 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 11 Feb 2019 16:47:02 -0500 Subject: m68000: Add overrideable method to signal RESET instruction to internal peripherals (nw) --- src/devices/machine/68340dma.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/devices/machine/68340dma.cpp') diff --git a/src/devices/machine/68340dma.cpp b/src/devices/machine/68340dma.cpp index 6649aeb2a94..4a79a4504fc 100644 --- a/src/devices/machine/68340dma.cpp +++ b/src/devices/machine/68340dma.cpp @@ -25,5 +25,10 @@ WRITE32_MEMBER( m68340_cpu_device::m68340_internal_dma_w ) } void m68340_dma::reset() +{ + module_reset(); +} + +void m68340_dma::module_reset() { } -- cgit v1.2.3