summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/usgames.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/usgames.h')
-rw-r--r--src/mame/includes/usgames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/usgames.h b/src/mame/includes/usgames.h
index f8f4e5bb83a..51316a7a165 100644
--- a/src/mame/includes/usgames.h
+++ b/src/mame/includes/usgames.h
@@ -17,8 +17,8 @@ public:
DECLARE_WRITE8_MEMBER(usgames_videoram_w);
DECLARE_WRITE8_MEMBER(usgames_charram_w);
TILE_GET_INFO_MEMBER(get_usgames_tile_info);
- virtual void machine_start();
- virtual void video_start();
+ virtual void machine_start();
+ virtual void video_start();
DECLARE_PALETTE_INIT(usgames);
UINT32 screen_update_usgames(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;