summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mc8123.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mc8123.h')
-rw-r--r--src/mame/machine/mc8123.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mc8123.h b/src/mame/machine/mc8123.h
index f5a2078bec5..42c59851b18 100644
--- a/src/mame/machine/mc8123.h
+++ b/src/mame/machine/mc8123.h
@@ -9,4 +9,4 @@
// this function assumes a fixed portion of ROM at 0000-7FFF, and
// an arbitrary amount of banks at 8000-BFFF.
-void mc8123_decode(UINT8 *rom, UINT8 *opcodes, const UINT8 *key, int length);
+void mc8123_decode(uint8_t *rom, uint8_t *opcodes, const uint8_t *key, int length);