cleanup
This commit is contained in:
parent
eec2d1da54
commit
0bfd47396c
1 changed files with 0 additions and 3 deletions
3
mmio.py
3
mmio.py
|
@ -286,8 +286,5 @@ class MMIO:
|
||||||
if value is None:
|
if value is None:
|
||||||
raise ValueError("Unibus cannot read bytes")
|
raise ValueError("Unibus cannot read bytes")
|
||||||
else:
|
else:
|
||||||
self.cpu.logger.debug(
|
|
||||||
f"UB: byte write {oct(ioaddr)}={oct(value)}"
|
|
||||||
f" {self.cpu.machinestate()}")
|
|
||||||
self.mmiomap[ioaddr >> 1](ioaddr, value, opsize=1)
|
self.mmiomap[ioaddr >> 1](ioaddr, value, opsize=1)
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue