visual6502.org Javascript simulator ported to C++
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Christopher Mosher 556a3ebd44
Create LICENSE
4 years ago
.gitignore add doxygen to build 10 years ago
Circuit.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
Circuit.h refactoring: add final class, remove redundant code, etc. 10 years ago
Common.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
Common.h refactoring: add final class, remove redundant code, etc. 10 years ago
Cpu6502.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
Cpu6502.h add trace of transistors 10 years ago
Cpu6502Helper.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
Cpu6502Helper.h refactoring: add final class, remove redundant code, etc. 10 years ago
DoxygenLayout.xml add doxygen to build 10 years ago
Emu6502.cpp refactor: add top-level Emu6502 class 10 years ago
Emu6502.h add trace of transistors 10 years ago
LICENSE Create LICENSE 4 years ago
Makefile refactor: add TransCache 10 years ago
README.md Create README.md 4 years ago
SegmentCache.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
SegmentCache.h add trace of transistors 10 years ago
SegmentTypes.h refactor: add TransCache 10 years ago
StateCalculator.cpp refactoring: add final class, remove redundant code, etc. 10 years ago
StateCalculator.h refactoring: add final class, remove redundant code, etc. 10 years ago
Trace.cpp add trace of transistors 10 years ago
Trace.h add trace of transistors 10 years ago
TransCache.cpp refactor: add TransCache 10 years ago
TransCache.h add trace of transistors 10 years ago
TransNetwork.cpp refactor: add TransCache 10 years ago
TransNetwork.h refactor: add TransCache 10 years ago
addressbus.h minor cleanup; init mem with $95 10 years ago
ptr_less.h refactor: add Cpu6502Helper; extract Common 10 years ago
trans.h add trace of transistors 10 years ago
transistors fix trans list: all Vxx to c2, sort, dedup 10 years ago
v6502.Doxyfile refactoring: add final class, remove redundant code, etc. 10 years ago
v6502.cpp refactor: add top-level Emu6502 class 10 years ago

README.md

v6502cpp

visual6502.org Javascript simulator https://github.com/trebonian/visual6502 ported to C++

Incorporated into https://github.com/cmosher01/Epple-II (as a compile-time option).