summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/f2mc16 (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-4/+4
* Interrupt callback rationalization AJR2023-03-111-3/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Debugger feature improvements AJR2022-03-271-10/+6
* -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-282-15/+402
* f2mc16: General cleanup AJR2021-07-282-378/+277
* New machines marked as NOT_WORKING AJR2021-07-262-1/+33
* f2mc16: Updates and fixes AJR2021-07-263-65/+428
* f2mc16: Rewrite disassembler AJR2021-07-215-2198/+1703
* f2mc16: Disassembly fixes: AJR2020-06-021-43/+506
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-12/+12
* some Visual Studio 2019 fixes (nw) smf-2019-09-291-1/+1
* (nw) please try to ensure #include guards will trip special-casing in dumb pr... Vas Crabb2019-09-161-1/+1
* f2mc16: more opcodes, improved disassembly (nw) arbee2019-09-024-48/+313
* f2mc16: more diassembler opcodes (nw) arbee2019-08-291-1/+127
* f2mc16: added more opcodes to diassembler, normalized bit syntax [R. Belmont] arbee2019-08-291-6/+182
* f2mc16: fixed BBC branch offset, add savestates, cleanup variable usage in ut... arbee2019-08-292-44/+66
* f2mc16: More opcodes and more robust IRQ handling [R. Belmont] arbee2019-08-275-47/+588
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+1
* f2mc16: checkpoint (nw) arbee2019-08-033-2/+70
* f2mc16: First pass with working IRQs. [R. Belmont] arbee2019-07-245-10/+285
* f2mc16: More opcodes and fixes. (nw) arbee2019-07-143-8/+287
* f2mc16: Many more opcodes supported, several bugfixes to both disassembly and... arbee2019-07-143-40/+514
* f2mc16: Fix a few subtle mistakes (nw) AJR2019-07-102-4/+4
* f2mc16: Checkpoint 2. princ runs far enough to jump into RAM where it hasn't... arbee2019-07-103-7/+108
* f2mc16: Apply the same fix as last time (nw) AJR2019-07-091-2/+0
* F2MC16: Checkpoint (nw) arbee2019-07-083-81/+949
* f2mc16: Fix debug assert (nw) AJR2019-07-051-2/+0
* F2MC-16: start executing instructions [R. Belmont] arbee2019-07-053-58/+771
* f2mc16: more prep work (nw) arbee2019-07-042-3/+105
* f2mc16: add MB90610A and MB90611A microcontrollers. [R. Belmont] arbee2019-07-033-3/+165
* f2mc16: start populating the core (nw) arbee2019-07-032-22/+64
* Preliminary Fujitsu F2MC-16 CPU core, currently disassembly only [R. Belmont] arbee2019-07-014-0/+1381