1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 15:29:36 +00:00

This can be constexpr.

This commit is contained in:
Thomas Harte 2021-03-18 12:40:59 -04:00
parent b830d62850
commit c353923557

View File

@ -34,7 +34,7 @@
namespace {
// The clock rate is 3.25Mhz.
const unsigned int ZX8081ClockRate = 3250000;
constexpr unsigned int ZX8081ClockRate = 3250000;
}
// TODO: