summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_helper.h')
-rw-r--r--src/mame/video/taito_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taito_helper.h b/src/mame/video/taito_helper.h
index 440ba6ac10c..fa0945211c6 100644
--- a/src/mame/video/taito_helper.h
+++ b/src/mame/video/taito_helper.h
@@ -8,5 +8,5 @@
/* These scanline drawing routines, currently used by the pc080sn, tc0080vco, tc0150rod and tc0480scp devices, were lifted from Taito F3: optimise / merge ? */
void taitoic_drawscanline( bitmap_ind16 &bitmap, const rectangle &cliprect, int x, int y, const UINT16 *src, int transparent, UINT32 orient, bitmap_ind8 &priority, int pri);
-
+
#endif