Open
Conversation
Add CPU-21 front panel layout with: - Interactive RST and ABT buttons (directly via INPUT_CHANGED_MEMBER) - LED indicators (decorative, not yet wired to hardware) - DB25 connector display with connection status for P4/P3 RS232 ports - Three views: Front Panel, Front Panel with Terminal, Terminal The reset button doesn't fully work yet - needs ROM mapping restoration before releasing reset for the 68020 to read the correct reset vector. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
happppp
reviewed
Jan 28, 2026
| } | ||
| }); | ||
|
|
||
| // Detect connected RS232 devices and update connector status outputs |
Member
There was a problem hiding this comment.
That looks hacky IMO. Why does it need to know this? Is it only for aesthetics? I saw the same thing in your previous commit.
edit: maybe can be done with luascript in the .lay file? Still hacky, but better there than in the device.
Contributor
Author
There was a problem hiding this comment.
Might be, since there are no possibility to view any cables when plugged in it is helpful to know what device is plugged in where so I just added some text to indicate that. Manuals usually talk about plugin the terminal in port p2 and printer in p4 or whatever. But there might be a better way to know that, apart from remember it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added panel view for sys68k-cpu20 with reset and abort buttons