summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fga002.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/fga002.h')
-rw-r--r--src/devices/machine/fga002.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/fga002.h b/src/devices/machine/fga002.h
index dac28d1c81c..be72206eb76 100644
--- a/src/devices/machine/fga002.h
+++ b/src/devices/machine/fga002.h
@@ -12,8 +12,8 @@ class fga002_device : public device_t
// construction/destruction
fga002_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_WRITE8_MEMBER (write);
- DECLARE_READ8_MEMBER (read);
+ void write(offs_t offset, uint8_t data);
+ uint8_t read(offs_t offset);
void lirq_w(int status, int vector, int control, int state);
DECLARE_WRITE_LINE_MEMBER( lirq0_w );