summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyhoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyhoo.h')
-rw-r--r--src/mame/includes/hyhoo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/hyhoo.h b/src/mame/includes/hyhoo.h
index 1635fe9cf1b..35fa77e792d 100644
--- a/src/mame/includes/hyhoo.h
+++ b/src/mame/includes/hyhoo.h
@@ -32,14 +32,14 @@ public:
int m_highcolorflag;
int m_flipscreen;
bitmap_rgb32 m_tmpbitmap;
-
+
DECLARE_WRITE8_MEMBER(hyhoo_blitter_w);
DECLARE_WRITE8_MEMBER(hyhoo_romsel_w);
-
+
DECLARE_CUSTOM_INPUT_MEMBER(nb1413m3_busyflag_r);
-
+
virtual void video_start();
-
+
UINT32 screen_update_hyhoo(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void hyhoo_gfxdraw();