summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2008-05-04 14:23:41 +0000
committer Nathan Woods <npwoods@mess.org>2008-05-04 14:23:41 +0000
commitfae89f0d4c9bd452cbf491c4bf51bc880de6f2ad (patch)
tree27730de49366d8103eca2d4bff89a5a6b9f6a089 /src
parent26f0669745f6e51855f69a69560bbaa890bdae8a (diff)
MESS-specific change; added running_machine parameter
Diffstat (limited to 'src')
-rw-r--r--src/emu/inptport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inptport.c b/src/emu/inptport.c
index 03ea2c46dd5..8f994727f58 100644
--- a/src/emu/inptport.c
+++ b/src/emu/inptport.c
@@ -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 */