| Commit message (Expand) | Author | Age | Files | Lines |
* | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 2 | -7/+5 |
* | emu/devfind.h: Added a lookup() member function to device finders. |  Vas Crabb | 2023-06-12 | 2 | -10/+12 |
* | h8_sci: Bring interface up in the cpu |  Olivier Galibert | 2023-06-08 | 2 | -11/+9 |
* | h8 io: More simplifications, thanks everyone for the pointers |  Olivier Galibert | 2023-06-08 | 1 | -8/+8 |
* | h8_adc, h8_port: convert i/o to devcb at cpu level |  Olivier Galibert | 2023-06-08 | 2 | -14/+8 |
* | votrax: It's more than good enough to remove the flag |  Olivier Galibert | 2023-06-03 | 1 | -2/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 43 | -133/+133 |
* | sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the... |  Vas Crabb | 2023-05-31 | 1 | -25/+20 |
* | srcclean in preparation for MAME 0.255 branch |  Vas Crabb | 2023-05-28 | 1 | -1/+1 |
* | nn71003: RB recognized a SPI interface |  Olivier Galibert | 2023-05-27 | 2 | -32/+33 |
* | hrdvd: Add placeholders for all the chips, thanks Guru for tracing the pcb |  Olivier Galibert | 2023-05-26 | 2 | -0/+126 |
* | sound/es5503.cpp: Support sync and AM modes and the last oscillator volume bu... |  arbee | 2023-05-25 | 1 | -9/+60 |
* | namco/namcos10.cpp, namco/ns10crypt.cpp: Added partial decrypter for Point Bl... |  987123879113 | 2023-05-23 | 2 | -1/+8 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 12 | -196/+154 |
* | cdda: Modernize a little |  Olivier Galibert | 2023-05-18 | 2 | -17/+11 |
* | Add support for the older Votrax SC-01 chip; currently only used by Bally Ast... |  Lord-Nightmare | 2023-05-16 | 2 | -3/+35 |
* | sound/mp3_audio: Implement save states for MP3 decoder (#11232) |  987123879113 | 2023-05-15 | 4 | -0/+19 |
* | namco/namcos10.cpp: Add MP3 decoder support to the MEM(P3) board. (#11210) |  987123879113 | 2023-05-15 | 6 | -65/+533 |
* | xt446: fix typo |  Olivier Galibert | 2023-05-12 | 1 | -1/+1 |
* | ata/gdrom.cpp: overhaul (#11140) |  Angelo Salese | 2023-05-08 | 1 | -4/+5 |
* | mcs51: implement serial input/output as bit stream (#11190) |  Patrick Mackinlay | 2023-05-08 | 2 | -35/+0 |
* | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 2 | -5/+5 |
* | mn1400: add disassembler |  hap | 2023-05-01 | 1 | -1/+1 |
* | Use correct attack/decay time nominal value when the lower 3 bits of attack/d... |  eito | 2023-04-26 | 1 | -3/+5 |
* | Corrected capalisation of "SpongeBob SquarePants" and "SpongeBob Schwammkopf"... |  Vas Crabb | 2023-04-26 | 2 | -43/+42 |
* | msm5232: revise caps and resistors values [Yaei, TremiRodomi] (#11127) |  Olivier Galibert | 2023-04-23 | 1 | -47/+26 |
* | yamaha: new GEW7 and GEW12 machines, various GEW8/MultiPCM improvements (#11105) |  Devin Acker | 2023-04-22 | 6 | -765/+1056 |
* | namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131) |  987123879113 | 2023-04-21 | 2 | -1/+6 |
* | tms5110: Initialize some more variables at reset. Fixes nonexistent or errati... |  AJR | 2023-04-08 | 1 | -0/+4 |
* | m68000: some variables were missing from savestate/zerofill |  hap | 2023-04-03 | 2 | -18/+19 |
* | k053260: allow to change rev flag on the fly |  hap | 2023-04-02 | 1 | -8/+11 |
* | k053260: add sample reverse flag |  hap | 2023-04-02 | 2 | -26/+46 |
* | sn76477: Make it less verbose |  Curt Coder | 2023-04-02 | 1 | -1/+1 |
* | namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053) |  987123879113 | 2023-04-01 | 3 | -445/+457 |
* | New working systems |  hap | 2023-03-26 | 2 | -2/+2 |
* | cpu/nec: Fixed build; also, srcclean |  Vas Crabb | 2023-03-26 | 2 | -5/+5 |
* | Various devices: Correct placement of U integer suffix in definitions of shif... |  AJR | 2023-03-23 | 1 | -10/+14 |
* | hash/pcecd.xml: QA notes (#10956) |  Angelo Salese | 2023-03-19 | 2 | -10/+24 |
* | dac.h: fix mistake on prev commit |  hap | 2023-03-13 | 1 | -2/+2 |
* | dac.h: add generic 5bit dac |  hap | 2023-03-13 | 1 | -0/+2 |
* | upd7759: only detect mode change in idle state |  hap | 2023-03-13 | 2 | -65/+22 |
* | sound/es5506.cpp: Converted comments to C++ style, and added notes and additi... |  cam900 | 2023-03-13 | 1 | -172/+178 |
* | es5503: cleaner fix for preserving the full accumulator phase on looping. [Ke... |  arbee | 2023-03-09 | 1 | -25/+2 |
* | es5503.cpp: preserve fractional phase, allows high-freq sample play [Peter Fe... |  Peter Ferrie | 2023-03-09 | 1 | -2/+4 |
* | l7a1045_l6028_dsp_a.cpp: misc notes |  Angelo Salese | 2023-02-26 | 1 | -5/+9 |
* | sound/l7a1045_l6028_dsp_a.cpp: use 44'100 Hz for sound stream, disable all so... |  angelosa | 2023-02-26 | 2 | -5/+23 |
* | snk/hng64_v.cpp: Improved rendering: (#10891) |  David Haywood | 2023-02-15 | 1 | -12/+14 |
* | cothello: add coin handling and sound |  hap | 2023-02-01 | 1 | -1/+1 |
* | New systems marked not working |  hap | 2023-02-01 | 1 | -16/+16 |
* | gladiatr: patch mcu roms to fix coin issue |  hap | 2023-01-27 | 2 | -16/+17 |