summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82439hx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82439hx.h')
-rw-r--r--src/devices/machine/i82439hx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82439hx.h b/src/devices/machine/i82439hx.h
index 93af4629096..4968102c353 100644
--- a/src/devices/machine/i82439hx.h
+++ b/src/devices/machine/i82439hx.h
@@ -47,7 +47,7 @@ private:
uint8_t drt, drat, smram, errcmd, errsts, errsyn;
int smiact_n;
- virtual DECLARE_READ8_MEMBER(header_type_r) override;
+ virtual uint8_t header_type_r() override;
DECLARE_READ8_MEMBER (pcon_r);
DECLARE_WRITE8_MEMBER(pcon_w);
DECLARE_READ8_MEMBER (cc_r);