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:
|
||||
raise ValueError("Unibus cannot read bytes")
|
||||
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)
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue