mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-28 07:29:45 +00:00
Ensures the selected cartridge start address is recorded in the cartridge.
This commit is contained in:
parent
db25b4554b
commit
1d47b55729
@ -65,7 +65,7 @@ static std::list<std::shared_ptr<Storage::Cartridge::Cartridge>>
|
|||||||
StaticAnalyser::Z80::Disassembly disassembly =
|
StaticAnalyser::Z80::Disassembly disassembly =
|
||||||
StaticAnalyser::Z80::Disassemble(
|
StaticAnalyser::Z80::Disassemble(
|
||||||
first_segment,
|
first_segment,
|
||||||
StaticAnalyser::Disassembler::OffsetMapper(0x4000),
|
StaticAnalyser::Disassembler::OffsetMapper(start_address),
|
||||||
{ init_address }
|
{ init_address }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user