mirror of
https://github.com/holub/mame
synced 2025-05-04 21:43:05 +03:00
MESS-specific change; added running_machine parameter
This commit is contained in:
parent
26f0669745
commit
fae89f0d4c
@ -2888,7 +2888,7 @@ profiler_mark(PROFILER_INPUT);
|
|||||||
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
/* hook for MESS's natural keyboard support */
|
/* hook for MESS's natural keyboard support */
|
||||||
mess_input_port_update_hook(portnum, &portinfo->digital);
|
mess_input_port_update_hook(machine, portnum, &portinfo->digital);
|
||||||
#endif /* MESS */
|
#endif /* MESS */
|
||||||
|
|
||||||
/* call changed handlers */
|
/* call changed handlers */
|
||||||
|
Loading…
Reference in New Issue
Block a user