summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelcrpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelcrpt.h')
-rw-r--r--src/mame/includes/gaelcrpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gaelcrpt.h b/src/mame/includes/gaelcrpt.h
index 31fd467e1f2..50e39896a29 100644
--- a/src/mame/includes/gaelcrpt.h
+++ b/src/mame/includes/gaelcrpt.h
@@ -2,4 +2,4 @@
// copyright-holders:Manuel Abadia
/*----------- defined in machine/gaelcrpt.c -----------*/
-UINT16 gaelco_decrypt(address_space &space, int offset, int data, int param1, int param2);
+uint16_t gaelco_decrypt(address_space &space, int offset, int data, int param1, int param2);