summaryrefslogtreecommitdiff
path: root/emu/emul.c
AgeCommit message (Collapse)Author
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-28introduced cyclesAndreas Baumann
2020-12-21more testsAndreas Baumann
2020-12-10some more unit testingAndreas 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-11-297-segment display is now drawnAndreas 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