summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68000.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-02-11 16:47:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-02-11 16:47:02 -0500
commit2d149e21c9786d159cbde0cecf19ae531dffbd01 (patch)
tree0c27e5aa0486f7e17ed62a05e9ac6acb8419893c /src/devices/cpu/m68000/m68000.h
parenta905dffd08abdabad3d3e0cfd1c56eb1d91376cf (diff)
m68000: Add overrideable method to signal RESET instruction to internal peripherals (nw)
Diffstat (limited to 'src/devices/cpu/m68000/m68000.h')
-rw-r--r--src/devices/cpu/m68000/m68000.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/m68000/m68000.h b/src/devices/cpu/m68000/m68000.h
index 0596dd07976..d6afd83d534 100644
--- a/src/devices/cpu/m68000/m68000.h
+++ b/src/devices/cpu/m68000/m68000.h
@@ -349,6 +349,8 @@ protected:
#include "m68kops.h"
#include "m68kfpu.hxx"
#include "m68kmmu.h"
+
+ virtual void m68k_reset_peripherals() { }
};