From 596661bfbe97e2bdd949aef1897e6d03ea640acc Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 12 May 2023 13:25:11 -0400 Subject: [PATCH] Remove errant newline. --- Components/9918/Implementation/AccessEnums.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Components/9918/Implementation/AccessEnums.hpp b/Components/9918/Implementation/AccessEnums.hpp index aa2328cc2..531264ebf 100644 --- a/Components/9918/Implementation/AccessEnums.hpp +++ b/Components/9918/Implementation/AccessEnums.hpp @@ -78,7 +78,6 @@ constexpr bool interleaves_banks(ScreenMode mode) { return mode == ScreenMode::YamahaGraphics6 || mode == ScreenMode::YamahaGraphics7; } - enum class FetchMode { Text, Character,