summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x68k.cpp')
-rw-r--r--src/mame/drivers/x68k.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/x68k.cpp b/src/mame/drivers/x68k.cpp
index 96bcdd92f75..2ce0ef6e763 100644
--- a/src/mame/drivers/x68k.cpp
+++ b/src/mame/drivers/x68k.cpp
@@ -139,8 +139,8 @@
#include "x68000.lh"
-static uint32_t adpcm_clock[2] = { 8000000, 4000000 };
-static uint32_t adpcm_div[4] = { 1024, 768, 512, /* Reserved */512 };
+static constexpr uint32_t adpcm_clock[2] = { 8000000, 4000000 };
+static constexpr uint32_t adpcm_div[4] = { 1024, 768, 512, /* Reserved */512 };
void x68k_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
{