1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Further tightens const and constexpr usage.

This commit is contained in:
Thomas Harte
2020-05-12 22:22:21 -04:00
parent f82e4ee923
commit 66c2eb0414
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class Base {
}
protected:
const static int output_lag = 11; // i.e. pixel output will occur 11 cycles after corresponding data read.
static constexpr int output_lag = 11; // i.e. pixel output will occur 11 cycles after corresponding data read.
// The default TMS palette.
const uint32_t palette[16] = {