diff options
Diffstat (limited to 'src/mame/includes/tecmosys.h')
-rw-r--r-- | src/mame/includes/tecmosys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tecmosys.h b/src/mame/includes/tecmosys.h index 5d26c96c595..bcca59844e3 100644 --- a/src/mame/includes/tecmosys.h +++ b/src/mame/includes/tecmosys.h @@ -41,7 +41,7 @@ public: /*----------- defined in machine/tecmosys.c -----------*/ -void tecmosys_prot_init(running_machine *machine, int which); +void tecmosys_prot_init(running_machine &machine, int which); READ16_HANDLER(tecmosys_prot_status_r); WRITE16_HANDLER(tecmosys_prot_status_w); |