summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio/tf20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/epson_sio/tf20.h')
-rw-r--r--src/devices/bus/epson_sio/tf20.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/epson_sio/tf20.h b/src/devices/bus/epson_sio/tf20.h
index e509e6ffcaa..cde9509f685 100644
--- a/src/devices/bus/epson_sio/tf20.h
+++ b/src/devices/bus/epson_sio/tf20.h
@@ -79,8 +79,8 @@ private:
epson_sio_device *m_sio_input;
- static const int XTAL_CR1 = XTAL_8MHz;
- static const int XTAL_CR2 = XTAL_4_9152MHz;
+ static constexpr XTAL XTAL_CR1 = XTAL(8'000'000);
+ static constexpr XTAL XTAL_CR2 = XTAL(4'915'200);
};