summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/djmain.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-06-08 15:42:11 +0000
committer smf- <smf-@users.noreply.github.com>2013-06-08 15:42:11 +0000
commit9eafc98ed9992e5d2067b2cbfaa53dae582976c8 (patch)
treeaa7f701d25232324d1733425738e15be527a3f5b /src/mame/includes/djmain.h
parentbac361dd3df9e5744268f3cf91b16855e349697b (diff)
First pass at tidying up ide interface. It no longer tries to force everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf]
Diffstat (limited to 'src/mame/includes/djmain.h')
-rw-r--r--src/mame/includes/djmain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/includes/djmain.h b/src/mame/includes/djmain.h
index 550660677e7..30a9a62d5a9 100644
--- a/src/mame/includes/djmain.h
+++ b/src/mame/includes/djmain.h
@@ -42,10 +42,6 @@ public:
DECLARE_WRITE32_MEMBER(unknown590000_w);
DECLARE_WRITE32_MEMBER(unknown802000_w);
DECLARE_WRITE32_MEMBER(unknownc02000_w);
- DECLARE_READ32_MEMBER(ide_std_r);
- DECLARE_WRITE32_MEMBER(ide_std_w);
- DECLARE_READ32_MEMBER(ide_alt_r);
- DECLARE_WRITE32_MEMBER(ide_alt_w);
DECLARE_DRIVER_INIT(bm7thmix);
DECLARE_DRIVER_INIT(bm6thmix);
DECLARE_DRIVER_INIT(hmcompmx);