summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/brunword4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/brunword4.h')
-rw-r--r--src/devices/bus/cpc/brunword4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/brunword4.h b/src/devices/bus/cpc/brunword4.h
index 66d5cdebab5..c2e93f2a51d 100644
--- a/src/devices/bus/cpc/brunword4.h
+++ b/src/devices/bus/cpc/brunword4.h
@@ -22,7 +22,7 @@ public:
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;
- DECLARE_WRITE8_MEMBER(rombank_w);
+ void rombank_w(uint8_t data);
virtual void set_mapping(uint8_t type) override;
protected: