mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 16:04:59 +00:00
Corrects typo in Cx-page ROM paging.
This commit is contained in:
parent
94503ed771
commit
e97cc40a2c
@ -200,7 +200,7 @@ template <bool is_iie> class ConcreteMachine:
|
||||
bool internal_c8_rom_ = false;
|
||||
|
||||
void set_card_paging() {
|
||||
page(0xc1, 0xd8, internal_CX_rom_ ? rom_.data() : nullptr, nullptr);
|
||||
page(0xc1, 0xc8, internal_CX_rom_ ? rom_.data() : nullptr, nullptr);
|
||||
|
||||
if(!internal_CX_rom_) {
|
||||
if(!slot_C3_rom_) read_pages_[0xc3] = &rom_[0xc300 - 0xc100];
|
||||
|
Loading…
Reference in New Issue
Block a user