mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-02 02:16:18 +00:00
Adds capture and forwarding of border colour.
This commit is contained in:
@@ -64,8 +64,7 @@ std::unique_ptr<Analyser::Static::Target> SNA::load(const std::string &file_name
|
||||
state->z80.registers.interrupt_mode = file.get8();
|
||||
|
||||
// 1A border colour
|
||||
const uint8_t border_colour = file.get8();
|
||||
(void)border_colour; // TODO.
|
||||
state->video.border_colour = file.get8();
|
||||
|
||||
// 1B– 48kb RAM contents
|
||||
state->ram = file.read(48*1024);
|
||||
|
||||
Reference in New Issue
Block a user