Results 20 comments of Mike Naberezny

There are so many things going on here - opinions on new unrelated functionality, opinions on testing methodologies, additions of reams of outside code using an outside assembler, etc. It...

What version of Python and Py65 are you using?

Pull requests #63, #65 were submitted for this issue.

> See https://github.com/KrisKennaway/py65/blob/master/py65/tests/devices/test_klaus.py for a test suite that runs these against py65. > > I didn't commit the binaries because they're GPL'ed but two of them are checked in here:...

> We can still use it to debug though :) Absolutely. @BigEd, any chance you could look at this? You had fixed some other BCD bugs in the past. I...

> I've got something that passes the full decimal mode test suite for both processors including all flags and invalid operands, I'll clean that up for submission. Excellent. Thanks for...

> Any chance BBR/BBS/BBT will be added to the emulator? Yes. The intention is that it will support all the opcodes of the WDC W65C02S.

Contents of `termios.patch.gz` from above: ```diff :100644 100644 b63db62 0000000 M py65/monitor.py :100644 100644 eb15df0 0000000 M py65/utils/console.py diff --git a/py65/monitor.py b/py65/monitor.py index b63db62..096f974 100644 --- a/py65/monitor.py +++ b/py65/monitor.py @@...

> problem is reproducable: native linux and cygwin, python3.6 Can you please provide instructions for how to reproduce it? I have not been able to observe this error.

I have committed a version of your patch in 7ed4d95885f91b70c5814ec308d5d2eb78d13f23. Please let me know if this fixes the problems that you were having running the Steckschwein tests. We can continue...