Skip to content

Commit

Permalink
FIXUP SBC/README: Correct RAM/ROM enable descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
0cjs committed May 20, 2020
1 parent f85c114 commit 9c0b2d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RC6502 Apple 1 SBC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ box around the pins that enable.
- Bottom pair shorted: Disable PIA. Connects `CS1` to ground.

- `RAM_EN`
- Left pair shorted: Enable RAM. Connects RAM `C̅S̅`/`O̅E̅` to ground.
- Left pair shorted: Enable RAM. Connects RAM `C̅S̅`/`O̅E̅` to address
decoding logic (`CS_RAM`).
- Right pair shorted: Disable RAM. Connects RAM `C̅S̅`/`O̅E̅` to Vcc.

- `ROM_EN`
- Top pair shorted: Enable ROM. Connects ROM `C̅E̅`/`O̅E̅` to ground.
- Top pair shorted: Enable ROM. Connects ROM `C̅E̅`/`O̅E̅` to address
decoding logic (`CS_ROM`).
- Bottom pair shorted: Enable ROM. Connects ROM `C̅E̅`/`O̅E̅` to Vcc.

- `A14_W`, `A13_W`
Expand Down

0 comments on commit 9c0b2d2

Please sign in to comment.