diff options
author | 2017-02-07 17:09:44 +0700 | |
---|---|---|
committer | 2017-02-07 17:09:44 +0700 | |
commit | 0e269bc906cb65a15410ee044b7361e1bd659fca (patch) | |
tree | 083665c24eaf23930d0d19d2d9d87570b3e4e941 /src/devices/cpu/clipper/clipper.h | |
parent | b319e00e61558bc82a4a5de1c89ec9ddd91bdcd0 (diff) |
expand cammu skeletons
Diffstat (limited to 'src/devices/cpu/clipper/clipper.h')
-rw-r--r-- | src/devices/cpu/clipper/clipper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/clipper/clipper.h b/src/devices/cpu/clipper/clipper.h index 037b6549195..d2b58ee848a 100644 --- a/src/devices/cpu/clipper/clipper.h +++ b/src/devices/cpu/clipper/clipper.h @@ -191,7 +191,7 @@ class clipper_device : public cpu_device public: clipper_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, u32 clock, const char *shortname, const char *source); - DECLARE_READ_LINE_MEMBER(ssw) { return m_ssw; } + DECLARE_READ32_MEMBER(ssw) { return m_ssw; } protected: // device-level overrides |