Skip to content

Commit

Permalink
BUG IN ORIGINAL arlet 6502.v: WE has held HIGH during RESET sequence …
Browse files Browse the repository at this point in the history
…writing arbitrary values to devices due to a floating address / data bus!
  • Loading branch information
rejunity committed Oct 24, 2024
1 parent f8aba68 commit 162c005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6502.v
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ always @*
JSR0,
JSR1,
PUSH1,
WRITE: WE = 1;
WRITE: WE = ~res;

INDX3, // only if doing a STA, STX or STY
INDY3,
Expand Down

0 comments on commit 162c005

Please sign in to comment.