summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m107.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m107.cpp')
-rw-r--r--src/mame/video/m107.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/m107.cpp b/src/mame/video/m107.cpp
index b800db4367b..8b7ebcad955 100644
--- a/src/mame/video/m107.cpp
+++ b/src/mame/video/m107.cpp
@@ -162,7 +162,7 @@ void m107_state::draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const
UINT16 *spriteram = m_buffered_spriteram.get();
int offs;
UINT8 *rom = m_user1_ptr;
-
+
for (offs = 0;offs < 0x800;offs += 4)
{
int x,y,sprite,colour,fx,fy,y_multi,i,s_ptr,pri_mask;