mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Ensures AY registers are conveyed.
This commit is contained in:
@@ -142,7 +142,7 @@ std::unique_ptr<Analyser::Static::Target> Z80::load(const std::string &file_name
|
||||
}
|
||||
|
||||
state->last_fffd = file.get8();
|
||||
file.seek(16, SEEK_CUR); // Sound chip registers: TODO.
|
||||
file.read(state->ay.registers, 16);
|
||||
|
||||
if(bonus_header_size != 23) {
|
||||
// More Z80, the emulator, lack of encapsulation to deal with here.
|
||||
|
||||
Reference in New Issue
Block a user