mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
Fixed crash in cubocd32/akiko [Mariusz Wojcieszek]
This commit is contained in:
parent
52276db123
commit
b59eb83588
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user