summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cops1/cops1d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/cops1/cops1d.h')
-rw-r--r--src/devices/cpu/cops1/cops1d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/cops1/cops1d.h b/src/devices/cpu/cops1/cops1d.h
index 4ebe6636412..d0491d8f04d 100644
--- a/src/devices/cpu/cops1/cops1d.h
+++ b/src/devices/cpu/cops1/cops1d.h
@@ -39,8 +39,8 @@ protected:
};
static const char *const s_name[];
- static const uint8_t s_bits[];
- static const uint32_t s_flags[];
+ static const u8 s_bits[];
+ static const u32 s_flags[];
u8 m_l2r[0x40];
u8 m_r2l[0x40];