mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 01:32:55 +00:00
Mutate dangling printf to a LOG.
This commit is contained in:
parent
c8638c0ffb
commit
5bfedff8d1
@ -303,7 +303,7 @@ class ConcreteMachine:
|
|||||||
case 0x00: // i.e. even ports less than 0x40.
|
case 0x00: // i.e. even ports less than 0x40.
|
||||||
if(is_master_system(model_)) {
|
if(is_master_system(model_)) {
|
||||||
// TODO: Obey the RAM enable.
|
// TODO: Obey the RAM enable.
|
||||||
printf("Memory control: %02x\n", memory_control_);
|
LOG("Memory control: " << PADHEX(2) << memory_control_);
|
||||||
memory_control_ = *cycle.value;
|
memory_control_ = *cycle.value;
|
||||||
page_cartridge();
|
page_cartridge();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user