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

Fetch colours in TMS character mode.

This commit is contained in:
Thomas Harte
2023-03-12 23:33:29 -04:00
parent 201a7c17ae
commit e703fa9cf8
+1 -1
View File
@@ -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;
}