Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06735 Original Reference Minor Always Oct 28, 2017, 14:53 Oct 28, 2017, 20:09
Tester demotester View Status Public Platform MAME (Official Binary)
Assigned To Duke Resolution Fixed OS Other
Status [?] Resolved Driver
Version 0.191 Fixed in Version 0.192 Build 32-bit
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 06735: einstei2: Cursor not visiable in 80 cols b/w screen!
Description According to the "80 column manual" (Einstein Reborn):
-------------------------------------------------------------------------------
The 80 column unit will respond to the following codes:
HEX VALUE.......CONTROL CODE......FUNCTION
....11........................CTRL - Q............Cursor on
....14........................CTRL - T.............Cursor off
-------------------------------------------------------------------------------

In the current einstein driver implementation, the "CTRL - Q" does not show the cursor in the 80 cols b/w screen!
(only in the 40 cols color screen)

Ps. In 40 cols screen it shows the cursor, and also works fine if called from Xtal BASIC with:
PRINT CHR$(17) - Cursor on
PRINT CHR$(20) - Cursor off
Steps To Reproduce Start the emu with 80 cols card and press "CTRL - P" keys to change to 80 cols mode screen (if not already)!

In 80 cols mode there is not cursor visible! (and is pretty difficult to work w/o cursor)
- pressing "CTRL - Q" keys does not show the cursor in 80 cols mode!

(Note: press "CTRL - N" for 40 col mode color screen.)
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems einstei2
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.