summaryrefslogtreecommitdiff
path: root/emu
AgeCommit message (Collapse)Author
2021-02-25updated copyrightAndreas Baumann
2021-01-30improved debug mode (d) for togglingAndreas Baumann
2021-01-02added VIAAndreas Baumann
added some more opcodes (SEI, CLI)
2020-12-30- 7seg is a subdevice of the VIA 6522 now, registering toAndreas Baumann
a small sub-bus
2020-12-29- testing of correct cyclesAndreas Baumann
- fixed some SDL includes
2020-12-28introduced cyclesAndreas Baumann
2020-12-25more testingAndreas Baumann
2020-12-21more testsAndreas Baumann
2020-12-20cleanup and more testsAndreas Baumann
2020-12-19some cleanup and refactoring in testsAndreas Baumann
2020-12-12some more testingAndreas Baumann
2020-12-10some more unit testingAndreas Baumann
2020-12-09some more work on test result generationAndreas Baumann
2020-12-06added testing framework (check)Andreas Baumann
2020-12-05- have some emulation modes for single stepping, breaking, changing ↵Andreas Baumann
emulation speed - started to make a better CPU state output with opcode mnemonics
2020-12-03some more opcodes for delay 7-seg exampleAndreas Baumann
2020-11-297-segment display is now drawnAndreas Baumann
2020-11-28addressed initializiation of components and valgrindifiedAndreas Baumann
2020-11-27emulator uses a bus now in the cpu, ROM, RAM and VIA (7-seg) are devices ↵Andreas Baumann
connected to the bus
2020-11-26more work on emulator, mainly debug and 7seg stuffAndreas Baumann
2020-11-25some work on emulator, also added gengetopt and cmake support for itAndreas Baumann
2020-11-22more work on emulatorAndreas Baumann
2020-11-21started a simple emulatorAndreas Baumann