summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-06-22 12:54:34 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-06-22 12:54:34 +0000
commit2e199e3e83e03cb48c2c899818bea6583207dfab (patch)
tree68d1ae0eccd5b34113a7f52b1fdfef830d894311 /src/emu/inptport.h
parentd0793e644deb26d82b901198d64a28d1c07257e9 (diff)
Fixed PORT_CONDITION to look relative to device (no whatsnew)
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r--src/emu/inptport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h
index 6e98213ad97..ee045a6b485 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -1242,7 +1242,7 @@ void input_port_write_safe(running_machine &machine, const char *tag, input_port
/* ----- misc helper functions ----- */
/* return the TRUE if the given condition attached is true */
-int input_condition_true(running_machine &machine, const input_condition *condition);
+int input_condition_true(running_machine &machine, const input_condition *condition,device_t &owner);
/* convert an input_port_token to a default string */
const char *input_port_string_from_token(const char *token);