diff options
Diffstat (limited to 'src/mame/drivers/alg.c')
-rw-r--r-- | src/mame/drivers/alg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/alg.c b/src/mame/drivers/alg.c index 5abffca8ca1..edb903b8b32 100644 --- a/src/mame/drivers/alg.c +++ b/src/mame/drivers/alg.c @@ -28,7 +28,7 @@ #include "machine/6526cia.h" -static const device_config *laserdisc; +static running_device *laserdisc; static emu_timer *serial_timer; static UINT8 serial_timer_active; static UINT16 input_select; @@ -43,7 +43,7 @@ static TIMER_CALLBACK( response_timer ); * *************************************/ -static int get_lightgun_pos(const device_config *screen, int player, int *x, int *y) +static int get_lightgun_pos(running_device *screen, int player, int *x, int *y) { const rectangle *visarea = video_screen_get_visible_area(screen); |