1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-16 11:30:22 +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

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;
}