mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +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:
|
case 1:
|
||||||
kbdc8042.speaker = data;
|
kbdc8042.speaker = data;
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
pc_sh_speaker(data&3);
|
pc_sh_speaker(machine, data&3);
|
||||||
#endif /* MESS */
|
#endif /* MESS */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user