visual6502.org Javascript simulator ported to C++
Go to file
Christopher Mosher 55df84b305 refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
.gitignore add doxygen to build 2013-12-14 23:37:39 -05:00
Circuit.cpp refactor: 2 pull bools to 1 enum; remove gate backptr 2013-12-15 00:03:46 -05:00
Circuit.h refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
Common.cpp refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
Common.h refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
Cpu6502.cpp refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
Cpu6502.h refactor: further split Common and SegmentCache 2013-12-14 22:48:06 -05:00
Cpu6502Helper.cpp refactor: further split Common and SegmentCache 2013-12-14 22:48:06 -05:00
Cpu6502Helper.h refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
DoxygenLayout.xml add doxygen to build 2013-12-14 23:37:39 -05:00
Emu6502.cpp refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
Emu6502.h refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
Makefile refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
SegmentCache.cpp refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
SegmentCache.h refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
StateCalculator.cpp fixed inconsistent breaking; other refactoring 2013-12-14 18:10:32 -05:00
StateCalculator.h refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
Trace.cpp refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
Trace.h refactor: further split Common and SegmentCache 2013-12-14 22:48:06 -05:00
TransNetwork.cpp refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
TransNetwork.h refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
addressbus.h minor cleanup; init mem with $95 2013-11-26 01:21:17 -05:00
ptr_less.h refactor: add Cpu6502Helper; extract Common 2013-12-14 21:04:57 -05:00
setpSeg.h refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
trans.h refactor: extract setpSeg typedef to own header 2013-12-15 00:23:25 -05:00
transistors flag VCC as having pullup (just for consistency) 2013-12-09 19:20:53 -05:00
v6502.Doxyfile add doxygen to build 2013-12-14 23:37:39 -05:00
v6502.cpp refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00