mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
This can be constexpr.
This commit is contained in:
parent
b830d62850
commit
c353923557
@ -34,7 +34,7 @@
|
||||
|
||||
namespace {
|
||||
// The clock rate is 3.25Mhz.
|
||||
const unsigned int ZX8081ClockRate = 3250000;
|
||||
constexpr unsigned int ZX8081ClockRate = 3250000;
|
||||
}
|
||||
|
||||
// TODO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user