Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC6502 Apple 1 SBC unresponsiveness #35

Open
denjhang opened this issue Jan 13, 2022 · 7 comments
Open

RC6502 Apple 1 SBC unresponsiveness #35

denjhang opened this issue Jan 13, 2022 · 7 comments

Comments

@denjhang
Copy link

截图未命名0113225257

@denjhang
Copy link
Author

Pressing the reset key on the sbc will bring up a "/", nothing happens to keyboard input, it seems to freeze.

@denjhang
Copy link
Author

Press the reset button on the arduino nano, "RC6502 Apple 1 Replica" will appear

@0cjs
Copy link
Contributor

0cjs commented Jan 18, 2022

The RC6502 Apple 1 Replica message is from the Nano, and that just indicates that the Nano is talking to the PC and thinks it's talking to the SBC. Resetting that is entirely independent of resetting the SBC.

The \ prompt is from the SBC; that's how WozMon says that you can start typing input. So if you're seeing that, you know that the Nano is reading the "screen" output from the SBC. If typing doesn't echo the characters you've typed (or a new prompt if you hit Return or Esc), it could be that your typing is not getting to the Nano, but more likely there's a problem with the connection between the Nano and the SBC's keyboard circuitry.

@denjhang
Copy link
Author

I've replaced a few sets of chips and the situation is still the same, it doesn't seem to be a chip problem. Can anyone tell me what to do?

@denjhang denjhang changed the title RC6502 Apple 1 SBC using MC68B21 causes unresponsiveness RC6502 Apple 1 SBC unresponsiveness Jan 19, 2022
@0cjs
Copy link
Contributor

0cjs commented Jan 20, 2022

I guess the next step might be to put a 'scope or logic probe on the "keyboard" outputs from the Nano to the PIA and make sure it's toggling those lines when you type at the console?

@denjhang
Copy link
Author

At the moment I found out that the cause is a bug caused by corrupted SRAM.

@explit7
Copy link

explit7 commented Nov 23, 2023

I had exact the same Problem. Used HM65256 instead of HM62256 Chip. This was my mistake. Thank you for pointing this out, @denjhang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants