summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tryout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tryout.h')
-rw-r--r--src/mame/includes/tryout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/tryout.h b/src/mame/includes/tryout.h
index 9d06817ef30..d8e63eade36 100644
--- a/src/mame/includes/tryout.h
+++ b/src/mame/includes/tryout.h
@@ -27,7 +27,7 @@ public:
UINT8 m_vram_bank;
UINT8 *m_vram;
UINT8 *m_vram_gfx;
-
+
DECLARE_WRITE8_MEMBER(nmi_ack_w);
DECLARE_WRITE8_MEMBER(sound_w);
DECLARE_WRITE8_MEMBER(sound_irq_ack_w);
@@ -45,8 +45,8 @@ public:
TILEMAP_MAPPER_MEMBER(get_fg_memory_offset);
TILEMAP_MAPPER_MEMBER(get_bg_memory_offset);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start();
+ virtual void video_start();
DECLARE_PALETTE_INIT(tryout);
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);