summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midyunit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/midyunit.h')
-rw-r--r--src/mame/includes/midyunit.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mame/includes/midyunit.h b/src/mame/includes/midyunit.h
index 9e8e0d9fedc..5d4e1310e43 100644
--- a/src/mame/includes/midyunit.h
+++ b/src/mame/includes/midyunit.h
@@ -108,30 +108,7 @@ public:
DECLARE_VIDEO_START(mkyawdim);
DECLARE_VIDEO_START(common);
};
-
-
-/*----------- defined in machine/midyunit.c -----------*/
-
-
-
-
-
-
-
-
-
/*----------- defined in video/midyunit.c -----------*/
-
-
-
-
-
-
-
-
void midyunit_to_shiftreg(address_space &space, UINT32 address, UINT16 *shiftreg);
void midyunit_from_shiftreg(address_space &space, UINT32 address, UINT16 *shiftreg);
-
-
-
void midyunit_scanline_update(screen_device &screen, bitmap_ind16 &bitmap, int scanline, const tms34010_display_params *params);