| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up delay implementation a bit. Move delay setting to immediately after ...ymfm-delay |  Aaron Giles | 2021-04-21 | 2 | -23/+32 |
| * | ymfm: Implement delay in OPM/OPN operators. Not sure this really affects much... |  Aaron Giles | 2021-04-21 | 2 | -31/+39 |
| * | ymfm: Check for decay->sustain transitions even if we just transitioned from ... |  Aaron Giles | 2021-04-21 | 1 | -2/+8 |
| * | ibm5170: fix validity error |  hap | 2021-04-20 | 3 | -13/+2 |
| * | upd7220: Support DMAW and DMAR commands |  Brian Johnson | 2021-04-20 | 2 | -59/+147 |
| * | upd7220: Fixed mixed mode display area partition parsing |  Brian Johnson | 2021-04-20 | 1 | -5/+0 |
| * | twinspri: Fix missing samples by masking the ADPCM-A end address properly. |  Aaron Giles | 2021-04-20 | 2 | -26/+68 |
| * | New working software list additions |  hap | 2021-04-20 | 1 | -4/+7 |
| * | rx01: Preliminary, untested host interface |  AJR | 2021-04-20 | 3 | -20/+176 |
| * | Purge various obsolete and redundant #includes |  AJR | 2021-04-19 | 1 | -1/+1 |
| * | mn1880d.cpp: Minor documentation fixes |  AJR | 2021-04-19 | 1 | -2/+2 |
| * | smartboard: changes to make tasc smartboard test program work |  hap | 2021-04-20 | 3 | -43/+22 |
| * | mn1860: Identify another 2 opcodes in disassembly |  AJR | 2021-04-19 | 1 | -4/+14 |
| * | mn1860: Recognize two more opcodes in disassembly |  AJR | 2021-04-19 | 1 | -4/+10 |
| * | smartboard: add user config to allow duplicate piece ids |  hap | 2021-04-19 | 2 | -2/+22 |
| * | smartboard: add internal artwork for the pc version |  hap | 2021-04-19 | 2 | -6/+9 |
| * | smartboard: add support to connect it to pc printer port |  hap | 2021-04-19 | 8 | -11/+485 |
| * | thomson,bm3: Correct compile errors due to incorrectly pushing a not entirely... |  Olivier Galibert | 2021-04-19 | 2 | -4/+7 |
| * | New machines marked as NOT_WORKING (#7904) |  Angelo Salese | 2021-04-19 | 2 | -4/+11 |
| * | thomson: Turn the extensions into slot devices, modernize the floppies |  Olivier Galibert | 2021-04-19 | 18 | -817/+2407 |
| * | cdu75s: Add internal rom dump [Al Kossow] |  Olivier Galibert | 2021-04-19 | 1 | -23/+1 |
| * | cdu561_25: Add third BIOS dump; add info on CXD2568M; correct typo [Bitsavers] |  AJR | 2021-04-18 | 1 | -2/+5 |
| * | nscsi: Add dump and skeleton device for Sony CDU561-25 CD-ROM drive [Bitsavers] |  AJR | 2021-04-16 | 5 | -0/+151 |
| * | mc68hc11: Fix bug causing DES to decrement IX rather than the stack pointer |  AJR | 2021-04-16 | 1 | -1/+1 |
| * | tasc/chessmachine/modular_tm: use install_ram/rom for the bootrom bankswitch ... |  hap | 2021-04-15 | 2 | -23/+31 |
| * | Allow UI file manager to create floppy images before machine is started |  AJR | 2021-04-14 | 1 | -2/+3 |
| * | ti99: Change floppy step rate defaults. Change Corcomp controller monoflop co... |  Michael Zapf | 2021-04-14 | 2 | -9/+9 |
| * | cdu415: Add skeleton |  Olivier Galibert | 2021-04-14 | 4 | -4/+116 |
| * | h8: Fix disassembly of abs16 |  Olivier Galibert | 2021-04-13 | 1 | -1/+1 |
| * | swp30: Make the stream synchronous, add dummy-ish internal register read, mor... |  Olivier Galibert | 2021-04-12 | 2 | -107/+165 |
| * | cdu75s: Add some comments |  Olivier Galibert | 2021-04-12 | 1 | -1/+15 |
| * | ymadpcm: Fix coverity issue, document differences between YM2608/10 and Y8950... |  Aaron Giles | 2021-04-09 | 2 | -4/+7 |
| * | Adding technical details on the SVP chip internal ROM and fixing start addres... |  Javier de Silóniz Sandino | 2021-04-09 | 1 | -0/+20 |
| * | mn1880d.h: Fix comment |  AJR | 2021-04-08 | 1 | -1/+1 |
| * | unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... |  AJR | 2021-04-08 | 2 | -8/+74 |
| * | cdu75s: start the driver |  Olivier Galibert | 2021-04-08 | 3 | -0/+128 |
| * | mephisto_polgar.cpp: split driver into polgar, risc, milano |  hap | 2021-04-07 | 1 | -3/+4 |
| * | h8: Add the h8/3032 |  Olivier Galibert | 2021-04-07 | 2 | -0/+345 |
| * | bus/a2bus: Suppress side effects of Grappler C0nX reads for debugger. |  Vas Crabb | 2021-04-07 | 1 | -4/+7 |
| * | Add bus/adb for real ADB device emulation [O. Galibert, R. Belmont] |  arbee | 2021-04-06 | 4 | -0/+215 |
| * | bus/a2bus: Added Orange Micro Grappler printer interface card. |  Vas Crabb | 2021-04-07 | 2 | -113/+392 |
| * | machine/spg_renderer.cpp: Fixed incorrect handling of 2-bit blend level. (#79... |  MooglyGuy | 2021-04-07 | 1 | -1/+5 |
| * | bus/a2bus: More improvements for Orange Micro buffered Grappler+: [Vas Crabb,... |  Vas Crabb | 2021-04-06 | 2 | -15/+77 |
| * | new WORKING software list entries (#7884) |  David Haywood | 2021-04-05 | 5 | -1/+160 |
| * | new NOT WORKING machines (plug+play - JAKKS Pacific etc.) [Sean Riddle] (#7892) |  David Haywood | 2021-04-05 | 1 | -0/+4 |
| * | Mac 128/512/Plus/SE: Emulate the lowpass audio filter, and fix the volume con... |  Lord-Nightmare | 2021-04-05 | 2 | -13/+35 |
| * | ymfm: Better fix for wrong sounds in megadriv sor2; mark the system modified ... |  Aaron Giles | 2021-04-05 | 1 | -0/+3 |
| * | Revert "ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sou... |  Aaron Giles | 2021-04-05 | 2 | -19/+5 |
| * | ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me... |  Aaron Giles | 2021-04-04 | 2 | -5/+19 |
| * | ymadpcm: Initialize ADPCM-A pans and instrument volume. Fixes some homebrew n... |  Aaron Giles | 2021-04-04 | 1 | -0/+5 |