From e703fa9cf8952a16ef1f8082d9cfe0fd23c6eebc Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 12 Mar 2023 23:33:29 -0400 Subject: [PATCH] Fetch colours in TMS character mode. --- Components/9918/Implementation/Fetch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/9918/Implementation/Fetch.hpp b/Components/9918/Implementation/Fetch.hpp index 34d716d20..7c4c007e2 100644 --- a/Components/9918/Implementation/Fetch.hpp +++ b/Components/9918/Implementation/Fetch.hpp @@ -475,7 +475,7 @@ struct CharacterSequencer { break; case 3: character_fetcher.fetch_pattern(block); - character_fetcher.fetch_pattern(block); + character_fetcher.fetch_colour(block); break; default: break; }