1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Remove errant newline.

This commit is contained in:
Thomas Harte 2023-05-12 13:25:11 -04:00
parent 7e319374b6
commit 596661bfbe

View File

@ -78,7 +78,6 @@ constexpr bool interleaves_banks(ScreenMode mode) {
return mode == ScreenMode::YamahaGraphics6 || mode == ScreenMode::YamahaGraphics7;
}
enum class FetchMode {
Text,
Character,