Scroll palette to show relevant colors

This commit is contained in:
Thomas Bernard
2018-11-26 00:38:41 +01:00
parent 0e018d4a3c
commit 25c4ec5ceb
2 changed files with 6 additions and 0 deletions

View File

@@ -4336,6 +4336,8 @@ void Load_CM5(T_IO_Context* context)
// Setup the palette (amstrad hardware palette)
CPC_set_HW_palette(context->Palette + 0x40);
First_color_in_palette = 64;
if (!Read_byte(file, &ink0))
File_error = 2;