mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Passing a running_machine parameter
This commit is contained in:
parent
136db6075d
commit
5ea9b4a12a
@ -484,7 +484,7 @@ WRITE8_HANDLER(kbdc8042_8_w)
|
||||
case 1:
|
||||
kbdc8042.speaker = data;
|
||||
#ifdef MESS
|
||||
pc_sh_speaker(data&3);
|
||||
pc_sh_speaker(machine, data&3);
|
||||
#endif /* MESS */
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user