Commit Graph

21 Commits

Author SHA1 Message Date
Christopher Mosher d3068e35e6 refactor: add TransCache 2013-12-15 14:00:43 -05:00
Christopher Mosher 55df84b305 refactor: add top-level Emu6502 class 2013-12-15 01:13:44 -05:00
Christopher Mosher da174b54cd refactor: 2 pull bools to 1 enum; remove gate backptr 2013-12-15 00:03:46 -05:00
Christopher Mosher 48249ccb60 add doxygen to build 2013-12-14 23:37:39 -05:00
Christopher Mosher 5b009ee67e refactor: further split Common and SegmentCache 2013-12-14 22:48:06 -05:00
Christopher Mosher ca692a6fc8 refactor: add Cpu6502Helper; extract Common 2013-12-14 21:04:57 -05:00
Christopher Mosher 40ba79a34d fixed inconsistent breaking; other refactoring
the sets of Segment* 's needed to be sorted consistently
2013-12-14 18:10:32 -05:00
Christopher Mosher e05f941086 fix mem leak and -Wall warnings 2013-12-14 01:49:50 -05:00
Christopher Mosher fd7bd7a4a2 remove old index-based code 2013-12-13 23:15:55 -05:00
Christopher Mosher 61c95521b1 fix link target in makefile 2013-12-13 09:57:31 -05:00
Christopher Mosher 09acc8940b Revert "remove default cmds from makefile"
This reverts commit 306a9465ad.
2013-12-13 09:56:08 -05:00
Christopher Mosher 306a9465ad remove default cmds from makefile 2013-12-13 00:02:48 -05:00
Christopher Mosher af2fe80221 (WIP) more changes for new data structures 2013-12-12 23:31:47 -05:00
Christopher Mosher b6624094be (WIP) add more low-level segment stuff 2013-12-12 17:05:33 -05:00
Christopher Mosher 654d0510c8 done reading trans network 2013-12-12 08:37:45 -05:00
Christopher Mosher e8ae299597 more WIP on new pointer-based data structure 2013-12-11 17:13:46 -05:00
Christopher acd93b877b add SegmentCache class 2013-12-10 23:58:09 -05:00
Christopher Mosher 9b0bc1bb15 incorporate new transistor format file into code 2013-12-09 19:17:26 -05:00
Christopher Mosher ba9cc7596d add debug info to build 2013-12-03 08:32:05 -05:00
Christopher Mosher f8d5955b6e minor cleanup; init mem with $95 2013-11-26 01:21:17 -05:00
Christopher Mosher 3a0229555b first version to compile and link OK
removed redundant code from v6502.cpp;
moved relevant code from v6502.cpp to addressbus.h
added crude Makefile
fix other compilation errors
2013-11-25 23:14:22 -05:00