summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ccpu/ccpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ccpu/ccpu.h')
-rw-r--r--src/devices/cpu/ccpu/ccpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ccpu/ccpu.h b/src/devices/cpu/ccpu/ccpu.h
index 4a996310b48..24d5c422693 100644
--- a/src/devices/cpu/ccpu/ccpu.h
+++ b/src/devices/cpu/ccpu/ccpu.h
@@ -49,7 +49,7 @@ public:
template <typename... T> void set_vector_func(T &&... args) { m_vector_callback.set(std::forward<T>(args)...); }
- DECLARE_READ8_MEMBER( read_jmi );
+ uint8_t read_jmi();
void wdt_timer_trigger();
protected: