1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 12 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dump_R now returs registar dump and cli uses it to dump registers state More... over 16 years ago
Probably last commit in original implementation based around modified More... over 16 years ago
generate interrupt on illegal instruction More... over 16 years ago
don't confess, but just warn of write access to read-only memory More... over 16 years ago
debug and trace shouldn't be remembered More... over 16 years ago
implement own Op6502 also! More... over 16 years ago
j 1000 now sets next command to r 1 More... over 16 years ago
more cli improvements: More... over 16 years ago
I *should* really fix segfaulting some other way :-) More... over 16 years ago
fix number of lines that e cli command displays More... over 16 years ago
don't run if there isn't any cycles. Still known to segfault More... over 16 years ago
make html target More... over 16 years ago
another refactoring: extract preferences to Prefs class More... over 16 years ago
more pod tweaks More... over 16 years ago
pod tweak More... over 16 years ago
test architecture More... over 16 years ago
tweaks More... over 16 years ago
re-add ram (needed for tests :-) but with slightly differenet semantic, more akin to poke_code More... over 16 years ago
- remove unused M6502::ram (can access @mem directly :-), More... over 16 years ago
- trace and debug are off during init phase (to speed up things) More... over 16 years ago
don't leek memory More... over 16 years ago
hexdump directly access @mem More... over 16 years ago
added _write_chunk which fills in memory and refresh vram if needed More... over 16 years ago
print vram accesses if trace is on More... over 16 years ago
just run emulator (so that cli would work) More... over 16 years ago
update vram display from prompt More... over 16 years ago
- use M6502::run_for to Exec6502 with run_for cycles More... over 16 years ago
better output mostly More... over 16 years ago
fetch cycles to run from M6502::run_for More... over 16 years ago
various tweaks to make it work somewhat More... over 16 years ago