summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-18 09:51:16 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-18 09:51:16 +0000
commit060f4759708b3c8974645d4022aef9327231ada8 (patch)
tree011ce378acd9bf26fde83d18903ac259b7d845ef /src/mess
parent7a02dc72d70714db676fa84019fb7367e3890b30 (diff)
fixed old typo (nw)
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/includes/dgn_beta.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/dgn_beta.h b/src/mess/includes/dgn_beta.h
index eb6322e123f..5251cc952c3 100644
--- a/src/mess/includes/dgn_beta.h
+++ b/src/mess/includes/dgn_beta.h
@@ -192,8 +192,8 @@ public:
DECLARE_WRITE8_MEMBER(dgn_beta_page_w);
/* WD2797 FDC */
- DECLARE_READ8_HANDLER(dgnbeta_wd2797_r);
- DECLARE_WRITE8_HANDLER(dgnbeta_wd2797_w);
+ DECLARE_READ8_MEMBER(dgnbeta_wd2797_r);
+ DECLARE_WRITE8_MEMBER(dgnbeta_wd2797_w);
required_device<cpu_device> m_maincpu;
void dgnbeta_vid_set_gctrl(int data);
void UpdateBanks(int first, int last);