summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/lethal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lethal.h')
-rw-r--r--src/mame/includes/lethal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lethal.h b/src/mame/includes/lethal.h
index e85dbda983d..a1146ecdd55 100644
--- a/src/mame/includes/lethal.h
+++ b/src/mame/includes/lethal.h
@@ -30,8 +30,8 @@ public:
/*----------- defined in video/lethal.c -----------*/
-extern void lethalen_sprite_callback(running_machine *machine, int *code, int *color, int *priority_mask);
-extern void lethalen_tile_callback(running_machine *machine, int layer, int *code, int *color, int *flags);
+extern void lethalen_sprite_callback(running_machine &machine, int *code, int *color, int *priority_mask);
+extern void lethalen_tile_callback(running_machine &machine, int layer, int *code, int *color, int *flags);
WRITE8_HANDLER(lethalen_palette_control);