summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/seta001.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/seta001.c')
-rw-r--r--src/mame/video/seta001.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/seta001.c b/src/mame/video/seta001.c
index ce5c2055d87..569222cacc9 100644
--- a/src/mame/video/seta001.c
+++ b/src/mame/video/seta001.c
@@ -75,7 +75,6 @@ void seta001_device::device_start()
void seta001_device::device_reset()
{
-
}
READ16_DEVICE_HANDLER( spritectrl_r16 )
@@ -262,7 +261,6 @@ void seta001_device::seta001_draw_background( running_machine &machine, bitmap_i
for (col = 0; col < numcol; col++)
{
-
scrollx = scrollram[col * 0x10 + 4];
scrolly = scrollram[col * 0x10];