summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/decocrpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/decocrpt.h')
-rw-r--r--src/mame/includes/decocrpt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/decocrpt.h b/src/mame/includes/decocrpt.h
index 6ea05a3b7a0..41b855bf0e6 100644
--- a/src/mame/includes/decocrpt.h
+++ b/src/mame/includes/decocrpt.h
@@ -2,9 +2,9 @@
// copyright-holders:Nicola Salmoria
/*----------- defined in machine/decocrpt.c -----------*/
-void deco56_decrypt_gfx(running_machine &machine, const char *tag);
-void deco74_decrypt_gfx(running_machine &machine, const char *tag);
-void deco56_remap_gfx(running_machine &machine, const char *tag);
+void deco56_decrypt_gfx(running_machine &machine, std::string tag);
+void deco74_decrypt_gfx(running_machine &machine, std::string tag);
+void deco56_remap_gfx(running_machine &machine, std::string tag);
/*----------- defined in machine/deco102.c -----------*/