summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic16_road.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic16_road.c')
-rw-r--r--src/mame/video/segaic16_road.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/video/segaic16_road.c b/src/mame/video/segaic16_road.c
index c386afb1330..ac39a1545df 100644
--- a/src/mame/video/segaic16_road.c
+++ b/src/mame/video/segaic16_road.c
@@ -14,17 +14,14 @@ segaic16_road_device::segaic16_road_device(const machine_config &mconfig, const
void segaic16_road_device::device_config_complete()
{
-
}
void segaic16_road_device::device_start()
{
-
}
void segaic16_road_device::device_reset()
{
-
}
@@ -638,5 +635,3 @@ WRITE16_MEMBER( segaic16_road_device::segaic16_road_control_0_w )
info->control = data & ((info->type == SEGAIC16_ROAD_OUTRUN) ? 3 : 7);
}
}
-
-