summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/midwayic.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/machine/midwayic.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/machine/midwayic.h')
-rw-r--r--src/mame/machine/midwayic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/machine/midwayic.h b/src/mame/machine/midwayic.h
index a004d21c639..8a8fafa6ede 100644
--- a/src/mame/machine/midwayic.h
+++ b/src/mame/machine/midwayic.h
@@ -47,9 +47,3 @@ enum
MIDWAY_IOASIC_SFRUSHRK,
MIDWAY_IOASIC_HYPRDRIV
};
-
-
-
-/* IDE ASIC maps the IDE registers */
-DECLARE_READ32_DEVICE_HANDLER( midway_ide_asic_r );
-DECLARE_WRITE32_DEVICE_HANDLER( midway_ide_asic_w );