| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update to new save interface to avoid collision |  Aaron Giles | 2021-04-20 | 2 | -28/+33 |
| * | Don't forget to call parent device. |  Aaron Giles | 2021-04-20 | 1 | -0/+2 |
| * | Fix voodoo and sharc saving to abide by new rules. |  Aaron Giles | 2021-04-19 | 3 | -6/+10 |
| * | Detect array members that can't be replicated and manually register each item... |  Aaron Giles | 2021-04-19 | 38 | -113/+0 |
| * | Remove final cases where people directly registered state data with the core ... |  Aaron Giles | 2021-04-14 | 8 | -148/+242 |
| * | Replace remaining STRUCT_MEMBER macros with proper structured saves. |  Aaron Giles | 2021-04-14 | 7 | -363/+427 |
| * | Convert STRUCT_MEMBERs into proper struct saves for devices/sound/* |  Aaron Giles | 2021-04-14 | 47 | -596/+893 |
| * | Convert STRUCT_MEMBERs into proper struct saves for devices/machine/* |  Aaron Giles | 2021-04-14 | 18 | -309/+434 |
| * | Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... |  Aaron Giles | 2021-04-13 | 26 | -451/+558 |
| * | Add support for std::array and for custom types that map to integers/FP value... |  Aaron Giles | 2021-04-13 | 27 | -203/+295 |
| * | Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... |  Aaron Giles | 2021-04-09 | 6 | -92/+125 |
| * | 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 |
| * | ymfm: Don't pre-mask status bits with the status mask; apply instead at time ... |  Aaron Giles | 2021-04-04 | 2 | -5/+5 |
| * | ymf278b: Fix ID register implementation; fixes several metro games that were ... |  Aaron Giles | 2021-04-04 | 1 | -14/+17 |
| * | spkrdev: fix regression with filtering |  hap | 2021-04-04 | 2 | -38/+28 |
| * | spkrdev: not authored by nicola, introduced in MESS 0.36r1 |  hap | 2021-04-04 | 6 | -25/+24 |
| * | bus/a2bus: Fix Buffered Grappler+ ROM digests, use silkscreend mask IDs for l... |  Vas Crabb | 2021-04-05 | 1 | -3/+13 |
| * | a2mockingboard.cpp: Fix 2 more off-by-ones in the Phasor address decoding [To... |  arbee | 2021-04-03 | 1 | -2/+2 |
| * | bus/a2bus: Fix clang build (no idea how GCC didn't fail to compile that). |  Vas Crabb | 2021-04-04 | 1 | -1/+1 |
| * | bus/a2bus: Made Buffered Grappler+ DRAM size configurable, fixed a bad |  Vas Crabb | 2021-04-04 | 2 | -11/+44 |
| * | bus/a2bus: Also synchronise data and asserting strobe for Apple II Parallel I... |  Vas Crabb | 2021-04-04 | 2 | -37/+44 |
| * | bus/a2bus updates: [Vas Crabb, Golden Child] |  Vas Crabb | 2021-04-04 | 4 | -183/+736 |
| * | a2mockingboard.cpp: fix two off-by-ones on the Phasor address decoding [TomCh] |  arbee | 2021-04-03 | 1 | -2/+2 |
| * | ymfm: Fix OPL3 output channels and waveform mask in compatibility mode. |  Aaron Giles | 2021-04-02 | 1 | -6/+6 |
| * | More friendly behavior when OPLL writes are performed out of range. |  Aaron Giles | 2021-04-02 | 1 | -1/+7 |
| * | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 50 | -10756/+5010 |
| * | rf5c68: update stream before writing to wave ram |  hap | 2021-04-02 | 2 | -10/+8 |
| * | r4000: simplify branch state |  Patrick Mackinlay | 2021-04-02 | 2 | -124/+69 |
| * | a2mockingboard.cpp: Updates [R. Belmont, TomCh] |  arbee | 2021-04-01 | 1 | -9/+41 |
| * | multipcm: retrigger after writing to sample register if key is on (YMF278 als... |  hap | 2021-04-01 | 4 | -29/+38 |
| * | gameboy: Fixed crash with momocol2 and varpack |  Robbbert | 2021-04-02 | 1 | -4/+3 |
| * | r4000: physical address space is 36 bits |  Patrick Mackinlay | 2021-04-01 | 1 | -3/+3 |
| * | r4000: timing improvements |  Patrick Mackinlay | 2021-04-01 | 2 | -20/+80 |
| * | bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... |  tim lindner | 2021-03-31 | 1 | -1/+1 |