1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Add missing space.

This commit is contained in:
Thomas Harte 2021-07-25 22:17:55 -04:00
parent 5d60c1f20b
commit 5da89b88a6

View File

@ -208,7 +208,7 @@ void Chipset::perform(const CPU::MC68000::Microcycle &cycle) {
case Write(0x0c8): case Write(0x0ca):
case Write(0x0d0): case Write(0x0d2): case Write(0x0d4): case Write(0x0d6):
case Write(0x0d8): case Write(0x0da):
LOG("TODO: Paula write " << PADHEX(4) << (*cycle.address & 0xfff) << PADHEX(4) << cycle.value16());
LOG("TODO: Paula write " << PADHEX(2) << (*cycle.address & 0xff) << " " << PADHEX(4) << cycle.value16());
break;
// Copper.