summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/3x3puzzl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/3x3puzzl.c')
-rw-r--r--src/mame/drivers/3x3puzzl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/3x3puzzl.c b/src/mame/drivers/3x3puzzl.c
index ab3e0d7aa80..4410ba8a854 100644
--- a/src/mame/drivers/3x3puzzl.c
+++ b/src/mame/drivers/3x3puzzl.c
@@ -72,7 +72,7 @@ public:
required_device<okim6295_device> m_oki;
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
-
+
// screen updates
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);