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:
parent
201a7c17ae
commit
e703fa9cf8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user