summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/clipper/clipper.h
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2017-02-07 17:09:44 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2017-02-07 17:09:44 +0700
commit0e269bc906cb65a15410ee044b7361e1bd659fca (patch)
tree083665c24eaf23930d0d19d2d9d87570b3e4e941 /src/devices/cpu/clipper/clipper.h
parentb319e00e61558bc82a4a5de1c89ec9ddd91bdcd0 (diff)
expand cammu skeletons
Diffstat (limited to 'src/devices/cpu/clipper/clipper.h')
-rw-r--r--src/devices/cpu/clipper/clipper.h2
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