diff options
Diffstat (limited to 'src/emu/machine/jvsdev.h')
-rw-r--r-- | src/emu/machine/jvsdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/jvsdev.h b/src/emu/machine/jvsdev.h index fcbb8c08926..97382ea1655 100644 --- a/src/emu/machine/jvsdev.h +++ b/src/emu/machine/jvsdev.h @@ -23,7 +23,7 @@ public: protected: UINT32 jvs_outputs; - void handle_output(const char *tag, UINT8 id, UINT8 val); + void handle_output(ioport_port *port, UINT8 id, UINT8 val); // device-level overrides virtual void device_start(); |