summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82439hx.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-04-25 17:24:30 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-04-25 17:25:31 -0400
commit25e08899bf86db6fe64951a5b1b7bc0e1f9207a9 (patch)
tree9267c3ecad4eddca9c2b06d28011e4413aef4bc8 /src/devices/machine/i82439hx.h
parent33ff255200e921e5d005c47cafd819c32e500cc8 (diff)
i82439hx, i82439tx: Fix memory map (nw)
Diffstat (limited to 'src/devices/machine/i82439hx.h')
-rw-r--r--src/devices/machine/i82439hx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/machine/i82439hx.h b/src/devices/machine/i82439hx.h
index dd694bc6acc..061c5e7de62 100644
--- a/src/devices/machine/i82439hx.h
+++ b/src/devices/machine/i82439hx.h
@@ -29,10 +29,8 @@ public:
DECLARE_WRITE8_MEMBER(dramc_w);
DECLARE_READ8_MEMBER (dramt_r);
DECLARE_WRITE8_MEMBER(dramt_w);
- DECLARE_READ8_MEMBER (pam0_r);
- DECLARE_WRITE8_MEMBER(pam0_w);
- DECLARE_READ8_MEMBER (pam3_r);
- DECLARE_WRITE8_MEMBER(pam3_w);
+ DECLARE_READ8_MEMBER (pam_r);
+ DECLARE_WRITE8_MEMBER(pam_w);
DECLARE_READ8_MEMBER (drb_r);
DECLARE_WRITE8_MEMBER(drb_w);
DECLARE_READ8_MEMBER (drt_r);