1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Remove errant newline.

This commit is contained in:
Thomas Harte
2023-05-12 13:25:11 -04:00
parent 7e319374b6
commit 596661bfbe
@@ -78,7 +78,6 @@ constexpr bool interleaves_banks(ScreenMode mode) {
return mode == ScreenMode::YamahaGraphics6 || mode == ScreenMode::YamahaGraphics7;
}
enum class FetchMode {
Text,
Character,