summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cchip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cchip.cpp')
-rw-r--r--src/mame/machine/cchip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cchip.cpp b/src/mame/machine/cchip.cpp
index 2149d4c0c08..2ab59e3b8ec 100644
--- a/src/mame/machine/cchip.cpp
+++ b/src/mame/machine/cchip.cpp
@@ -38,7 +38,7 @@ This code requires that the player & coin inputs be in input ports 2-4.
/* This code for sound communication is a hack, it will not be
identical to the code derived from the real c-chip */
-static const UINT8 superman_code[40] =
+static const uint8_t superman_code[40] =
{
0x48, 0xe7, 0x80, 0x80, /* MOVEM.L D0/A0,-(A7) ( Preserve Regs ) */
0x20, 0x6d, 0x1c, 0x40, /* MOVEA.L ($1C40,A5),A0 ( Load sound pointer in A0 ) */