summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan_scu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan_scu.c')
-rw-r--r--src/mame/video/toaplan_scu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mame/video/toaplan_scu.c b/src/mame/video/toaplan_scu.c
index 122b52e6e29..e76a677576b 100644
--- a/src/mame/video/toaplan_scu.c
+++ b/src/mame/video/toaplan_scu.c
@@ -18,12 +18,10 @@ toaplan_scu_device::toaplan_scu_device(const machine_config &mconfig, const char
void toaplan_scu_device::device_start()
{
-
}
void toaplan_scu_device::device_reset()
{
-
}
void toaplan_scu_device::alloc_sprite_bitmap()
@@ -71,7 +69,7 @@ void toaplan_scu_device::draw_sprites_to_tempbitmap(const rectangle &cliprect, U
color << 4 /* << 4 because using _raw */ ,
flipx,flipy,
sx-32,sy-16,0);
-
+
}
}
@@ -107,4 +105,3 @@ void toaplan_scu_device::copy_sprites_from_tempbitmap(bitmap_ind16 &bitmap, cons
}
}
-