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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/video/taito_helper.h b/src/mame/video/taito_helper.h
index 7bdafaffa31..88f7e86b196 100644
--- a/src/mame/video/taito_helper.h
+++ b/src/mame/video/taito_helper.h
@@ -1,13 +1,13 @@
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
-#pragma once
+#ifndef MAME_VIDEO_TAITO_HELPER_H
+#define MAME_VIDEO_TAITO_HELPER_H
+#pragma once
-#ifndef __TAITO_HELPER_H__
-#define __TAITO_HELPER_H__
-/* These scanline drawing routines, currently used by the pc080sn, tc0080vco, tc0150rod and tc0480scp devices, were lifted from Taito F3: optimise / merge ? */
+// 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_t *src, int transparent, uint32_t orient, bitmap_ind8 &priority, int pri);
+void taitoic_drawscanline(bitmap_ind16 &bitmap, const rectangle &cliprect, int x, int y, const uint16_t *src, int transparent, uint32_t orient, bitmap_ind8 &priority, int pri);
-#endif
+#endif // MAME_VIDEO_TAITO_HELPER_H