summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gei.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gei.c')
-rw-r--r--src/mame/drivers/gei.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gei.c b/src/mame/drivers/gei.c
index 64dce5f8381..630040c5b26 100644
--- a/src/mame/drivers/gei.c
+++ b/src/mame/drivers/gei.c
@@ -80,9 +80,9 @@ public:
: driver_device(mconfig, type, tag) { }
virtual void video_start();
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
bitmap_ind16 m_bitmap;
UINT8 m_drawctrl[3];