| Commit message (Expand) | Author | Age | Files | Lines |
| * | Further System 23 checkpoints23-firewire |  Ryan Holtz | 2025-11-25 | 1 | -6/+15 |
| * | machine/upd765.cpp: Add support for machines that have non-standard TS (two-s... |  arbee | 2025-11-24 | 2 | -0/+5 |
| * | v5x: clear m_brc_enable in constructor |  cracyc | 2025-11-24 | 1 | -0/+1 |
| * | bus/pc98_cbus: add SNE Sound Orchestra |  angelosa | 2025-11-24 | 5 | -20/+165 |
| * | (ut)dsp563xx: Lots of fixes |  Olivier Galibert | 2025-11-24 | 4 | -16/+26 |
| * | dsp563xx: Correct a test, a couple of instructions, and add the opcode to the... |  Olivier Galibert | 2025-11-24 | 2 | -14/+17 |
| * | dsp563xx: Add unit tests (virtual driver utdsp563xx) |  Olivier Galibert | 2025-11-23 | 8 | -342/+2056 |
| * | bus/pc98_cbus/speakboard.cpp: document known games using this card |  angelosa | 2025-11-23 | 2 | -5/+11 |
| * | bus/nscsi/dtc510.cpp: speed up the data byte period a bit |  angelosa | 2025-11-23 | 1 | -1/+3 |
| * | bus/pc98_cbus/pc9801_27.cpp: hookup dip switches |  angelosa | 2025-11-23 | 3 | -12/+63 |
| * | akai/s3000.cpp: Updates [R. Belmont] |  arbee | 2025-11-23 | 2 | -6/+65 |
| * | a2videoterm: Fix out-of-bounds error with video RAM access and screen corrupt... |  AJR | 2025-11-23 | 1 | -13/+13 |
| * | bus/pc98_cbus: implement eop |  angelosa | 2025-11-22 | 6 | -6/+28 |
| * | bus/nscsi/dtc510.cpp: reorganize command set |  angelosa | 2025-11-22 | 2 | -64/+103 |
| * | bus/pc98_cbus/pc9801_27.cpp: assign DMA params |  angelosa | 2025-11-22 | 1 | -5/+11 |
| * | pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean. |  Vas Crabb | 2025-11-23 | 35 | -187/+187 |
| * | ega: invert color don't care and make mode 1 work in the debugger |  cracyc | 2025-11-22 | 1 | -3/+3 |
| * | New systems marked not working |  arbee | 2025-11-22 | 1 | -0/+1 |
| * | ega: read mode 1 |  cracyc | 2025-11-21 | 1 | -2/+17 |
| * | Revert "floppy: Revised floppy sound system, allows definition of custom samp... |  Vas Crabb | 2025-11-22 | 2 | -584/+268 |
| * | Current Plug and Play additions (7 sets + changes needed to improve support f... |  mamehaze | 2025-11-21 | 1 | -5/+15 |
| * | bus/nscsi/dtc510.cpp: bulk rename into dtc510 |  angelosa | 2025-11-21 | 4 | -18/+18 |
| * | bus/pc98_cbus: preliminary hookup for a PC-9801-27 SASI interface |  angelosa | 2025-11-21 | 19 | -107/+743 |
| * | sound/cem3394.cpp: Fixed "FREQENCY" typo and updated comments. (#14561) |  m1macrophage | 2025-11-21 | 2 | -6/+8 |
| * | floppy: Revised floppy sound system, allows definition of custom sample lists... |  Michael Zapf | 2025-11-21 | 2 | -268/+584 |
| * | cpu/nec/v5x.cpp: Hook up V53 timer 1 routing to the SCU, and made more SCU-re... |  arbee | 2025-11-19 | 2 | -1/+46 |
| * | machine/swim1.cpp: Guard against machine().time() going randomly in reverse. ... |  arbee | 2025-11-19 | 1 | -0/+8 |
| * | mcs51: Add read/write slave address registers to 80c51 |  Olivier Galibert | 2025-11-19 | 2 | -0/+46 |
| * | machine/82c100.cpp: New 82C100 IBM PS/2 Model 30 and Super XT device. |  Nigel Barnes | 2025-11-18 | 6 | -0/+1243 |
| * | machine/upd765.cpp: Added Control Port C4 and C6 outputs for TC8566AF. |  Nigel Barnes | 2025-11-18 | 2 | -7/+28 |
| * | video/82c425.cpp: New 82C245 CGA LCD/CRT Controller device. |  Nigel Barnes | 2025-11-18 | 2 | -0/+578 |
| * | bus/pc98_cbus/options.cpp: Fix build for the moment |  AJR | 2025-11-17 | 1 | -1/+0 |
| * | nec/pc98_cbus: untangle SpeakBoard card from pc9801_86 |  angelosa | 2025-11-18 | 13 | -89/+179 |
| * | nec/pc88va.cpp: cleanups around FDC |  angelosa | 2025-11-18 | 1 | -3/+8 |
| * | sequential/sixtrak.cpp: Emulated audio and promoted to working. (#14531) |  m1macrophage | 2025-11-17 | 1 | -0/+1 |
| * | a2bus/a2ultraterm.cpp: Implemented font selection and cleaned up logging. [R.... |  arbee | 2025-11-16 | 1 | -19/+40 |
| * | machine/sega_scu.cpp: rename to saturn_scu, move to Sega folder, relicense to... |  angelosa | 2025-11-16 | 2 | -940/+0 |
| * | cpu/sh/sh7604.cpp: fix BCR1/BCR2 and VCRDIV accessing |  angelosa | 2025-11-16 | 3 | -18/+45 |
| * | machine/smpc.cpp: remove device_memory_interface, fix open bus access, move t... |  angelosa | 2025-11-16 | 2 | -1150/+0 |
| * | bus/a2bus/a2ultraterm.cpp: Various fixes |  AJR | 2025-11-16 | 1 | -38/+40 |
| * | dsp563xx: Try not to crash when disassembling invalid data |  AJR | 2025-11-15 | 1 | -1/+1 |
| * | sound/l4003: Fix include guard. [R. Belmont] |  arbee | 2025-11-15 | 1 | -4/+3 |
| * | akai/mpc60.cpp: Apply the same drum pad order fix as the MPC3000 and hook up ... |  arbee | 2025-11-15 | 2 | -0/+329 |
| * | machine/ticket.cpp: Forgot to git add this. |  Vas Crabb | 2025-11-16 | 1 | -1/+1 |
| * | -machine/ticket.cpp: Added a sensor test input for convenience. |  Vas Crabb | 2025-11-16 | 2 | -60/+72 |
| * | pc98_cbus/pc9801_55.cpp: needs increment address for wdc related registers |  angelosa | 2025-11-15 | 2 | -9/+20 |
| * | current Plug and Play work (6 new VT sets) (#14526) |  mamehaze | 2025-11-14 | 1 | -1/+3 |
| * | swp00: Overhaul of the synthesis part, effects to follow |  Olivier Galibert | 2025-11-14 | 4 | -688/+1399 |
| * | spg_renderer: Split off GeneralPlus renderer (#14508) |  mamehaze | 2025-11-14 | 7 | -464/+1018 |
| * | bus/rs232/null_modem.cpp: Improved text transmission options |  AJR | 2025-11-13 | 2 | -15/+71 |