mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Log memory control meaningfully.
This commit is contained in:
parent
e289e6e757
commit
c9643c4145
@ -312,7 +312,7 @@ template <Analyser::Static::Sega::Target::Model model> class ConcreteMachine:
|
||||
case 0x00: // i.e. even ports less than 0x40.
|
||||
if constexpr (is_master_system(model)) {
|
||||
// TODO: Obey the RAM enable.
|
||||
LOG("Memory control: " << PADHEX(2) << memory_control_);
|
||||
LOG("Memory control: " << PADHEX(2) << +memory_control_);
|
||||
memory_control_ = *cycle.value;
|
||||
page_cartridge();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user