summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* Update to new save interface to avoid collision Aaron Giles2021-04-202-28/+33
* Don't forget to call parent device. Aaron Giles2021-04-201-0/+2
* Fix voodoo and sharc saving to abide by new rules. Aaron Giles2021-04-193-6/+10
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-1938-113/+0
* Remove final cases where people directly registered state data with the core ... Aaron Giles2021-04-148-148/+242
* Replace remaining STRUCT_MEMBER macros with proper structured saves. Aaron Giles2021-04-147-363/+427
* Convert STRUCT_MEMBERs into proper struct saves for devices/sound/* Aaron Giles2021-04-1447-596/+893
* Convert STRUCT_MEMBERs into proper struct saves for devices/machine/* Aaron Giles2021-04-1418-309/+434
* Replace STRUCT_MEMBER usage from cpu devices with structured saves. Allow uni... Aaron Giles2021-04-1326-451/+558
* Add support for std::array and for custom types that map to integers/FP value... Aaron Giles2021-04-1327-203/+295
* Add explicit unique_ptr/vector containers. Fix registration checks. Added mod... Aaron Giles2021-04-096-92/+125
* mn1880d.h: Fix comment AJR2021-04-081-1/+1
* unidasm: Add preliminary MN1860 disassembler (still missing a few opcodes due... AJR2021-04-082-8/+74
* cdu75s: start the driver Olivier Galibert2021-04-083-0/+128
* mephisto_polgar.cpp: split driver into polgar, risc, milano hap2021-04-071-3/+4
* h8: Add the h8/3032 Olivier Galibert2021-04-072-0/+345
* bus/a2bus: Suppress side effects of Grappler C0nX reads for debugger. Vas Crabb2021-04-071-4/+7
* Add bus/adb for real ADB device emulation [O. Galibert, R. Belmont] arbee2021-04-064-0/+215
* bus/a2bus: Added Orange Micro Grappler printer interface card. Vas Crabb2021-04-072-113/+392
* machine/spg_renderer.cpp: Fixed incorrect handling of 2-bit blend level. (#79... MooglyGuy2021-04-071-1/+5
* bus/a2bus: More improvements for Orange Micro buffered Grappler+: [Vas Crabb,... Vas Crabb2021-04-062-15/+77
* new WORKING software list entries (#7884) David Haywood2021-04-055-1/+160
* new NOT WORKING machines (plug+play - JAKKS Pacific etc.) [Sean Riddle] (#7892) David Haywood2021-04-051-0/+4
* Mac 128/512/Plus/SE: Emulate the lowpass audio filter, and fix the volume con... Lord-Nightmare2021-04-052-13/+35
* ymfm: Better fix for wrong sounds in megadriv sor2; mark the system modified ... Aaron Giles2021-04-051-0/+3
* Revert "ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sou... Aaron Giles2021-04-052-19/+5
* ymfm: Latch the multi-frequency state at key on. Fixes sor2 punch sound on me... Aaron Giles2021-04-042-5/+19
* ymadpcm: Initialize ADPCM-A pans and instrument volume. Fixes some homebrew n... Aaron Giles2021-04-041-0/+5
* ymfm: Don't pre-mask status bits with the status mask; apply instead at time ... Aaron Giles2021-04-042-5/+5
* ymf278b: Fix ID register implementation; fixes several metro games that were ... Aaron Giles2021-04-041-14/+17
* spkrdev: fix regression with filtering hap2021-04-042-38/+28
* spkrdev: not authored by nicola, introduced in MESS 0.36r1 hap2021-04-046-25/+24
* bus/a2bus: Fix Buffered Grappler+ ROM digests, use silkscreend mask IDs for l... Vas Crabb2021-04-051-3/+13
* a2mockingboard.cpp: Fix 2 more off-by-ones in the Phasor address decoding [To... arbee2021-04-031-2/+2
* bus/a2bus: Fix clang build (no idea how GCC didn't fail to compile that). Vas Crabb2021-04-041-1/+1
* bus/a2bus: Made Buffered Grappler+ DRAM size configurable, fixed a bad Vas Crabb2021-04-042-11/+44
* bus/a2bus: Also synchronise data and asserting strobe for Apple II Parallel I... Vas Crabb2021-04-042-37/+44
* bus/a2bus updates: [Vas Crabb, Golden Child] Vas Crabb2021-04-044-183/+736
* a2mockingboard.cpp: fix two off-by-ones on the Phasor address decoding [TomCh] arbee2021-04-031-2/+2
* ymfm: Fix OPL3 output channels and waveform mask in compatibility mode. Aaron Giles2021-04-021-6/+6
* More friendly behavior when OPLL writes are performed out of range. Aaron Giles2021-04-021-1/+7
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-0250-10756/+5010
* rf5c68: update stream before writing to wave ram hap2021-04-022-10/+8
* r4000: simplify branch state Patrick Mackinlay2021-04-022-124/+69
* a2mockingboard.cpp: Updates [R. Belmont, TomCh] arbee2021-04-011-9/+41
* multipcm: retrigger after writing to sample register if key is on (YMF278 als... hap2021-04-014-29/+38
* gameboy: Fixed crash with momocol2 and varpack Robbbert2021-04-021-4/+3
* r4000: physical address space is 36 bits Patrick Mackinlay2021-04-011-3/+3
* r4000: timing improvements Patrick Mackinlay2021-04-012-20/+80
* bus/coco: Renamed Games Master cartdige slot option to gmc to match the Drago... tim lindner2021-03-311-1/+1