diff options
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); |