diff options
author | 2016-02-24 07:46:57 +0100 | |
---|---|---|
committer | 2016-02-24 07:46:57 +0100 | |
commit | 3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch) | |
tree | 63e6be46c1932606689f9bfacc920d69cfc4b51f /src/mame/includes/glass.h | |
parent | 0cbd8782119b140920097a2bee76f36aef014be9 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/mame/includes/glass.h')
-rw-r--r-- | src/mame/includes/glass.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/glass.h b/src/mame/includes/glass.h index a3ae64203f5..f00434e7201 100644 --- a/src/mame/includes/glass.h +++ b/src/mame/includes/glass.h @@ -18,7 +18,7 @@ public: m_vregs(*this, "vregs"), m_spriteram(*this, "spriteram"), m_mainram(*this, "mainram") { } - + /* devices */ required_device<cpu_device> m_maincpu; @@ -54,7 +54,7 @@ public: virtual void machine_start() override; virtual void machine_reset() override; virtual void video_start() override; - + TILE_GET_INFO_MEMBER(get_tile_info_screen0); TILE_GET_INFO_MEMBER(get_tile_info_screen1); UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |