mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +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
|
||||
/* 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 */
|
||||
|
||||
/* call changed handlers */
|
||||
|
Loading…
Reference in New Issue
Block a user