summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/softbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/softbox.h')
-rw-r--r--src/devices/bus/ieee488/softbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/softbox.h b/src/devices/bus/ieee488/softbox.h
index 173d539cfbe..6b1f4a1dee0 100644
--- a/src/devices/bus/ieee488/softbox.h
+++ b/src/devices/bus/ieee488/softbox.h
@@ -57,7 +57,7 @@ private:
uint8_t ppi1_pc_r();
void ppi1_pc_w(uint8_t data);
- DECLARE_WRITE8_MEMBER( dbrg_w );
+ void dbrg_w(uint8_t data);
void softbox_io(address_map &map);
void softbox_mem(address_map &map);