summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r--src/emu/inptport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h
index 527bcf453eb..31fc3ce21c9 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -876,8 +876,8 @@ read16_handler port_tag_to_handler16(const char *tag);
read32_handler port_tag_to_handler32(const char *tag);
read64_handler port_tag_to_handler64(const char *tag);
const char *input_port_name(const input_port_entry *in);
-input_seq *input_port_seq(input_port_entry *in, int seqtype);
-input_seq *input_port_default_seq(int type, int player, int seqtype);
+const input_seq *input_port_seq(input_port_entry *in, int seqtype);
+const input_seq *input_port_default_seq(int type, int player, int seqtype);
int input_port_condition(const input_port_entry *in);
void input_port_set_changed_callback(int port, UINT32 mask, void (*callback)(void *, UINT32, UINT32), void *param);