Try Breaks Debugger: viewtopic.php?f=8&t=6973
https://github.com/emu-russia/breaks/re ... s-debug-18
There's a tab that shows what's going on at the bottom of the processor.
Search found 201 matches
- Fri Jul 08, 2022 2:13 pm
- Forum: Emulation and Simulation
- Topic: Help in understanding what happens each cycle
- Replies: 11
- Views: 9766
- Thu May 19, 2022 9:46 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
Both are an approximation of what is actually there.
Logisim does not support bidirectional connections, which are used in large numbers at the bottom of the processor (buses).
The one in the book contains no special "hacks" to handle bus conflicts.
You need to figure out on your own how best to ...
Logisim does not support bidirectional connections, which are used in large numbers at the bottom of the processor (buses).
The one in the book contains no special "hacks" to handle bus conflicts.
You need to figure out on your own how best to ...
- Wed May 18, 2022 10:04 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
See more about very first half-cycle here: https://github.com/emu-russia/breaks/bl ... ops/brk.md
- Wed May 18, 2022 10:03 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
I get it. You are looking at the state after the very first half cycle (PHI1), during which 6502's behavior is Undefined.
This is due to the fact that the command latches for the lower part are only updated during PHI2, so on the first half-cycle of PHI1 the lower part "goes crazy", as almost all ...
This is due to the fact that the command latches for the lower part are only updated during PHI2, so on the first half-cycle of PHI1 the lower part "goes crazy", as almost all ...
- Fri May 13, 2022 5:57 pm
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
Yes, the 6502.circ works well.
Maybe they downloaded the "Evo" version (for Logisim Evolution), which may still contain bugs since it hasn't been updated in a while.
Maybe they downloaded the "Evo" version (for Logisim Evolution), which may still contain bugs since it hasn't been updated in a while.
- Thu May 05, 2022 9:18 am
- Forum: Hardware
- Topic: NES PPU dissection
- Replies: 17
- Views: 5539
Re: NES PPU dissection
Finally, this monumental work is published! Congratulations!
Minor errors will be corrected in time. Those who have been engaged in circuitry for a long time know that "digital logic is very logical", so the circuits will settle down properly sooner or later. :)
Enjoy your trip with 6522 :)
Minor errors will be corrected in time. Those who have been engaged in circuitry for a long time know that "digital logic is very logical", so the circuits will settle down properly sooner or later. :)
Enjoy your trip with 6522 :)
- Thu Apr 07, 2022 8:51 pm
- Forum: General Discussions
- Topic: 6502 svg schematic
- Replies: 37
- Views: 7234
Re: 6502 svg schematic
They denote the group of transistors that form the flip-flop.
- Thu Apr 07, 2022 7:38 pm
- Forum: General Discussions
- Topic: 6502 Book
- Replies: 9
- Views: 1910
Re: 6502 Book
Big upgrade, resulting in the "B" revision.
https://github.com/emu-russia/breaks/re ... -book-revB
Enjoy your reading!
https://github.com/emu-russia/breaks/re ... -book-revB
Enjoy your reading!
- Wed Apr 06, 2022 7:47 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
joelnoche wrote:
@org, thank you very much. I'll show you their work when they're finished (a few months from now).
- Tue Apr 05, 2022 11:05 am
- Forum: Emulation and Simulation
- Topic: 6502 in Logisim
- Replies: 32
- Views: 24779
Re: 6502 in Logisim
No problem, but it's better to mention the `Breaks` project on GitHub (https://github.com/emu-russia/breaks) rather than me, since it's a team effort 
- Tue Mar 15, 2022 7:54 am
- Forum: Emulation and Simulation
- Topic: Gate-level schematics of 6502?
- Replies: 8
- Views: 20134
- Mon Feb 28, 2022 10:05 am
- Forum: Hardware
- Topic: 6509 dissection: IDKFA
- Replies: 65
- Views: 11501
Re: 6509 dissection: IDKFA
I understand. Then we'll wait to see how it ends.
- Fri Feb 18, 2022 7:29 am
- Forum: Hardware
- Topic: 6509 dissection: IDKFA
- Replies: 65
- Views: 11501
Re: 6509 dissection: IDKFA
On behalf of the entire staff of the Breaking NES project, I express our gratitude to you!
Спасибо!
Спасибо!
- Tue Feb 08, 2022 6:36 pm
- Forum: Emulation and Simulation
- Topic: How long should Klaus functional test take?
- Replies: 19
- Views: 21266
Re: How long should Klaus functional test take?
I got a value of 96241361 cycles, not including the initial BRK reset sequence. The test stopped as soon as the PC was 0x3469 (`success`).
- Mon Feb 07, 2022 9:25 pm
- Forum: Emulation and Simulation
- Topic: How long should Klaus functional test take?
- Replies: 19
- Views: 21266
Re: How long should Klaus functional test take?
If we're talking about slow... Our 6502 model in Logisim will run the Klaus tests for about 44 days. (Measurements have shown that the speed in Logisim is about 1500 CLK per minute).
https://github.com/emu-russia/breaks/tr ... /6502.circ
https://github.com/emu-russia/breaks/tr ... /6502.circ