summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c140.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c140.h')
-rw-r--r--src/devices/sound/c140.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/c140.h b/src/devices/sound/c140.h
index dba89c78089..cdc84a38fd1 100644
--- a/src/devices/sound/c140.h
+++ b/src/devices/sound/c140.h
@@ -32,8 +32,8 @@ public:
// configuration
void set_bank_type(C140_TYPE bank) { m_banking_type = bank; }
- u8 c140_r(offs_t offset);
- void c140_w(offs_t offset, u8 data);
+ DECLARE_READ8_MEMBER( c140_r );
+ DECLARE_WRITE8_MEMBER( c140_w );
protected:
// device-level overrides