jsanchezv/JSpeccy

Bug in MemIoOps

jawhiting opened this issue · 3 comments

In z80core/memIoOps, your setPorts method sets the ram member variable instead of the ports.
(sorry, I meant MemIoOps. Line 43).

I cant't understand what's the problem. Anyway, the MemIoOps default implementacion isn't used in JSpeccy.

Sorry I mean line 43 should be:
z80ports = ports;

I don’t know anything about the codebase, was just browsing and noticed it.

Yes, it's true, thanks by your bug report.

I've corrected another two off-by-one bugs in constructor with param.

Best regards