summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/cycles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/cycles.h')
-rw-r--r--src/devices/cpu/i386/cycles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/cycles.h b/src/devices/cpu/i386/cycles.h
index 62b6da2a80a..b6399706858 100644
--- a/src/devices/cpu/i386/cycles.h
+++ b/src/devices/cpu/i386/cycles.h
@@ -342,7 +342,7 @@ enum X86_CYCLES
struct X86_CYCLE_TABLE
{
X86_CYCLES op;
- UINT8 cpu_cycles[X86_NUM_CPUS][2];
+ uint8_t cpu_cycles[X86_NUM_CPUS][2];
};
static const X86_CYCLE_TABLE x86_cycle_table[] =