summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco102.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco102.h')
-rw-r--r--src/mame/machine/deco102.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/deco102.h b/src/mame/machine/deco102.h
index 449745e6eb0..ea87834e47b 100644
--- a/src/mame/machine/deco102.h
+++ b/src/mame/machine/deco102.h
@@ -1,4 +1,4 @@
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
-void deco102_decrypt_cpu(UINT16 *rom, UINT16 *opcodes, int size, int address_xor, int data_select_xor, int opcode_select_xor);
+void deco102_decrypt_cpu(uint16_t *rom, uint16_t *opcodes, int size, int address_xor, int data_select_xor, int opcode_select_xor);