From b59eb83588961f4f9d993b435060df8d4afbd50f Mon Sep 17 00:00:00 2001 From: mariuszw1 Date: Tue, 2 Nov 2010 22:11:31 +0000 Subject: [PATCH] Fixed crash in cubocd32/akiko [Mariusz Wojcieszek] --- src/mame/machine/cubocd32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/cubocd32.c b/src/mame/machine/cubocd32.c index 4c366513e1d..51c518f1db3 100644 --- a/src/mame/machine/cubocd32.c +++ b/src/mame/machine/cubocd32.c @@ -372,7 +372,7 @@ static void akiko_set_cd_status(akiko_state *state, UINT32 status) static TIMER_CALLBACK(akiko_frame_proc) { - akiko_state *state = (akiko_state *)param; + akiko_state *state = (akiko_state *)ptr; running_device *cdda = cdda_from_cdrom(machine, state->cdrom); (void)param;