mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-26 11:17:59 +00:00
Adds SZX support.
Tweaking exposed Spectrum state object as relevant.
This commit is contained in:
@@ -141,7 +141,7 @@ std::unique_ptr<Analyser::Static::Target> Z80::load(const std::string &file_name
|
||||
}
|
||||
}
|
||||
|
||||
state->last_fffd = file.get8();
|
||||
state->ay.selected_register = file.get8();
|
||||
file.read(state->ay.registers, 16);
|
||||
|
||||
if(bonus_header_size != 23) {
|
||||
|
||||
Reference in New Issue
Block a user