Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06718 Crash/Freeze Major Always Oct 16, 2017, 22:19 Nov 20, 2018, 11:33
Tester demotester View Status Public Platform MAME (Official Binary)
Assigned To AJR Resolution Fixed OS Other
Status [?] Resolved Driver
Version 0.190 Fixed in Version 0.204 Build 32-bit
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 06718: mbc55x: Basic freezes after syntax error
Description Load dos 125 or 211 and type basic.
Now in the basic type something that produce an syntax error like: load (enter)
It will show the message Syntax error and then freeze, it will not show the Ready prompt.
(Tested to work fine in an older 0.145 version, for example.)
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.168
Affected Sets / Systems mbc55x
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.14286
Tafoid
Administrator
Oct 17, 2017, 00:45
Confirmed regression version
User avatar
No.14293
Osso
Moderator
Oct 18, 2017, 11:07
This can be made to work by adding
MCFG_I8251_RTS_HANDLER(DEVWRITELINE(I8251A_KB_TAG, i8251_device, write_cts))
at line 270 of drivers/mbc55x.cpp

Not really sure about this, if anyone experienced with UARTs want to have a look..