summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f2mc16/f2mc16.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean and cleanup Vas Crabb2024-10-271-1/+1
* f2mc16: Created devices for the onboard analogue to digital converter, clock ... smf-2024-10-251-105/+191
* Cleaned up various stuff. Vas Crabb2024-06-301-420/+420
* f2mc16: Fix copy-paste mistakes AJR2024-06-251-2/+2
* f2mc16: Flesh out CPU emulation AJR2024-06-251-4/+592
* srcclean and manual cleanup. Vas Crabb2024-06-231-1/+1
* cpu/f2mc16: Add additional instructions from Prin-C disassembly (#12443) qufb2024-06-041-0/+78
* cpu/f2mc16: Removed ancient diagnostic printf. [R. Belmont] arbee2024-06-011-1/+1
* cpu/f2mc16: Add and fix several instructions (#12427) qufb2024-06-011-148/+1583
* Interrupt callback rationalization AJR2023-03-111-3/+4
* -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. Vas Crabb2021-11-271-1/+1
* srcclean for upcoming release Vas Crabb2021-08-221-1/+1
* f2mc16: Updates AJR2021-07-281-14/+398
* f2mc16: General cleanup AJR2021-07-281-340/+187
* f2mc16: Updates and fixes AJR2021-07-261-29/+381
* f2mc16: Rewrite disassembler AJR2021-07-211-2/+2
* f2mc16: more opcodes, improved disassembly (nw) arbee2019-09-021-4/+225
* f2mc16: fixed BBC branch offset, add savestates, cleanup variable usage in ut... arbee2019-08-291-1/+23
* f2mc16: More opcodes and more robust IRQ handling [R. Belmont] arbee2019-08-271-46/+276
* f2mc16: checkpoint (nw) arbee2019-08-031-0/+68
* f2mc16: First pass with working IRQs. [R. Belmont] arbee2019-07-241-9/+137
* f2mc16: More opcodes and fixes. (nw) arbee2019-07-141-6/+224
* f2mc16: Many more opcodes supported, several bugfixes to both disassembly and... arbee2019-07-141-27/+438
* f2mc16: Fix a few subtle mistakes (nw) AJR2019-07-101-2/+2
* f2mc16: Checkpoint 2. princ runs far enough to jump into RAM where it hasn't... arbee2019-07-101-6/+87
* f2mc16: Apply the same fix as last time (nw) AJR2019-07-091-2/+0
* F2MC16: Checkpoint (nw) arbee2019-07-081-74/+730
* f2mc16: Fix debug assert (nw) AJR2019-07-051-2/+0
* F2MC-16: start executing instructions [R. Belmont] arbee2019-07-051-54/+648
* f2mc16: more prep work (nw) arbee2019-07-041-2/+91
* f2mc16: add MB90610A and MB90611A microcontrollers. [R. Belmont] arbee2019-07-031-3/+6
* f2mc16: start populating the core (nw) arbee2019-07-031-8/+53
* Preliminary Fujitsu F2MC-16 CPU core, currently disassembly only [R. Belmont] arbee2019-07-011-0/+78