| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some prep work for extending offs_t to 64 bits. [Vas Crabb, Ryan Holtz] |  Vas Crabb | 2026-03-18 | 2 | -2/+2 |
| * | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 2 | -6/+6 |
| * | srcclean and cleanup |  Vas Crabb | 2024-10-27 | 1 | -1/+1 |
| * | f2mc16: Created devices for the onboard analogue to digital converter, clock ... |  smf- | 2024-10-25 | 24 | -751/+3556 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 2 | -7/+7 |
| * | Cleaned up various stuff. |  Vas Crabb | 2024-06-30 | 1 | -420/+420 |
| * | f2mc16: Fix copy-paste mistakes |  AJR | 2024-06-25 | 1 | -2/+2 |
| * | f2mc16: Flesh out CPU emulation |  AJR | 2024-06-25 | 2 | -10/+617 |
| * | srcclean and manual cleanup. |  Vas Crabb | 2024-06-23 | 1 | -1/+1 |
| * | f2mc16: Disassembly updates |  AJR | 2024-06-04 | 1 | -11/+3 |
| * | cpu/f2mc16: Add additional instructions from Prin-C disassembly (#12443) |  qufb | 2024-06-04 | 2 | -0/+79 |
| * | cpu/f2mc16: Removed ancient diagnostic printf. [R. Belmont] |  arbee | 2024-06-01 | 1 | -1/+1 |
| * | tomy/tomy_princ.cpp: Emulate graphics and inputs (#12428) |  qufb | 2024-06-01 | 2 | -1/+81 |
| * | cpu/f2mc16: Add and fix several instructions (#12427) |  qufb | 2024-06-01 | 2 | -154/+1756 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -4/+4 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -3/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -10/+6 |
| * | -emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles. |  Vas Crabb | 2021-11-27 | 1 | -1/+1 |
| * | srcclean for upcoming release |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | f2mc16: Updates |  AJR | 2021-07-28 | 2 | -15/+402 |
| * | f2mc16: General cleanup |  AJR | 2021-07-28 | 2 | -378/+277 |
| * | New machines marked as NOT_WORKING |  AJR | 2021-07-26 | 2 | -1/+33 |
| * | f2mc16: Updates and fixes |  AJR | 2021-07-26 | 3 | -65/+428 |
| * | f2mc16: Rewrite disassembler |  AJR | 2021-07-21 | 5 | -2198/+1703 |
| * | f2mc16: Disassembly fixes: |  AJR | 2020-06-02 | 1 | -43/+506 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -12/+12 |
| * | some Visual Studio 2019 fixes (nw) |  smf- | 2019-09-29 | 1 | -1/+1 |
| * | (nw) please try to ensure #include guards will trip special-casing in dumb pr... |  Vas Crabb | 2019-09-16 | 1 | -1/+1 |
| * | f2mc16: more opcodes, improved disassembly (nw) |  arbee | 2019-09-02 | 4 | -48/+313 |
| * | f2mc16: more diassembler opcodes (nw) |  arbee | 2019-08-29 | 1 | -1/+127 |
| * | f2mc16: added more opcodes to diassembler, normalized bit syntax [R. Belmont] |  arbee | 2019-08-29 | 1 | -6/+182 |
| * | f2mc16: fixed BBC branch offset, add savestates, cleanup variable usage in ut... |  arbee | 2019-08-29 | 2 | -44/+66 |
| * | f2mc16: More opcodes and more robust IRQ handling [R. Belmont] |  arbee | 2019-08-27 | 5 | -47/+588 |
| * | Enable precompiled header usage in the Visual Studio compiler (#5473) |  S.Z | 2019-08-13 | 1 | -0/+1 |
| * | f2mc16: checkpoint (nw) |  arbee | 2019-08-03 | 3 | -2/+70 |
| * | f2mc16: First pass with working IRQs. [R. Belmont] |  arbee | 2019-07-24 | 5 | -10/+285 |
| * | f2mc16: More opcodes and fixes. (nw) |  arbee | 2019-07-14 | 3 | -8/+287 |
| * | f2mc16: Many more opcodes supported, several bugfixes to both disassembly and... |  arbee | 2019-07-14 | 3 | -40/+514 |
| * | f2mc16: Fix a few subtle mistakes (nw) |  AJR | 2019-07-10 | 2 | -4/+4 |
| * | f2mc16: Checkpoint 2. princ runs far enough to jump into RAM where it hasn't... |  arbee | 2019-07-10 | 3 | -7/+108 |
| * | f2mc16: Apply the same fix as last time (nw) |  AJR | 2019-07-09 | 1 | -2/+0 |
| * | F2MC16: Checkpoint (nw) |  arbee | 2019-07-08 | 3 | -81/+949 |
| * | f2mc16: Fix debug assert (nw) |  AJR | 2019-07-05 | 1 | -2/+0 |
| * | F2MC-16: start executing instructions [R. Belmont] |  arbee | 2019-07-05 | 3 | -58/+771 |
| * | f2mc16: more prep work (nw) |  arbee | 2019-07-04 | 2 | -3/+105 |
| * | f2mc16: add MB90610A and MB90611A microcontrollers. [R. Belmont] |  arbee | 2019-07-03 | 3 | -3/+165 |
| * | f2mc16: start populating the core (nw) |  arbee | 2019-07-03 | 2 | -22/+64 |
| * | Preliminary Fujitsu F2MC-16 CPU core, currently disassembly only [R. Belmont] |  arbee | 2019-07-01 | 4 | -0/+1381 |