| Commit message (Expand) | Author | Age | Files | Lines |
* | evo: Some progress, kinda hitting a wall though |  Olivier Galibert | 2023-10-31 | 1 | -1/+2 |
* | evo: Some more stuff |  Olivier Galibert | 2023-10-31 | 1 | -5/+8 |
* | evo: generalize some |  Olivier Galibert | 2023-10-31 | 2 | -12/+10 |
* | evolution: First stab at understanding the cpu |  Olivier Galibert | 2023-10-31 | 2 | -0/+84 |
* | ks0164: Fix registers on nonloop so that the voice is freed correctly. Bonus... |  Olivier Galibert | 2023-10-29 | 1 | -1/+1 |
* | ks0164: Fix neg/not, add volume and envelopes, fix looping |  Olivier Galibert | 2023-10-29 | 1 | -1/+2 |
* | ks0164: CPU refinements |  AJR | 2023-10-28 | 2 | -10/+22 |
* | g65816: use properly sized types for registers, fixes snes-test wanting execu... |  arbee | 2023-10-28 | 1 | -7/+7 |
* | wswan: zerofill class variables, swap button orientation |  hap | 2023-10-27 | 1 | -2/+0 |
* | sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) |  qufb | 2023-10-28 | 2 | -0/+79 |
* | m68705: add preliminary support for analog input ports |  hap | 2023-10-24 | 2 | -14/+33 |
* | jaleco/megasys1.cpp: Emulate microcontroller for bigstrik. (#11629) [Sergio G... |  mamehaze | 2023-10-22 | 2 | -24/+139 |
* | srcclean in preparation for MAME 0.260 release branch |  Vas Crabb | 2023-10-22 | 1 | -1/+1 |
* | cpu/sh/sh.cpp - Fix MAC_W regression |  Philip Bennett | 2023-10-17 | 1 | -2/+2 |
* | cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] |  Phil Bennett | 2023-10-16 | 22 | -2196/+4594 |
* | nmk/ddealer.cpp: replace MCU simulation in ddealer with emulated NMK-110 MCU ... |  mamehaze | 2023-10-13 | 1 | -3/+6 |
* | ...reverting the mcs48 unneeded changes. |  Roberto Fresca | 2023-10-10 | 1 | -1/+0 |
* | Major rewrite of Recreativos Franco MCS48-based slots driver. [Roberto Fres... |  Roberto Fresca | 2023-10-10 | 1 | -0/+1 |
* | workaround compile issue with tms57002.h / tms57002.hxx (#11593) |  mamehaze | 2023-10-09 | 1 | -3/+1652 |
* | gmaster: update notes |  hap | 2023-10-05 | 1 | -1/+0 |
* | cpu/sh: Explicitly #include prefix header (fixes GitHub #11591). |  Vas Crabb | 2023-10-03 | 2 | -0/+2 |
* | dgpix: Use intelfsh + improvements to sound emulation (#11582) |  987123879113 | 2023-09-30 | 2 | -12/+53 |
* | mu50: Add the db50xg roms. They may even be the correct ones |  Olivier Galibert | 2023-09-29 | 1 | -1/+1 |
* | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 1 | -2/+2 |
* | adsp2100: Fix one operation |  AJR | 2023-09-25 | 1 | -1/+1 |
* | adsp2100: Fix a couple of disassembly regressions |  AJR | 2023-09-25 | 1 | -2/+2 |
* | mips1: cache diagnostic fixes |  Patrick Mackinlay | 2023-09-22 | 1 | -4/+23 |
* | namco/namcos12.cpp: Emulated games with CDXA board. (#11558) |  987123879113 | 2023-09-22 | 14 | -0/+3165 |
* | z80: fix rop() opcode read call |  hap | 2023-09-16 | 1 | -1/+1 |
* | nitendo/n8080.cpp: Encapsulated sound boards. |  Vas Crabb | 2023-09-10 | 1 | -1/+0 |
* | Miscellaneous cleanups of recent commits. |  Vas Crabb | 2023-09-03 | 2 | -64/+82 |
* | cpu/z80/z80.cpp: Improved flags, and removed timing tables. (#11522) |  holub | 2023-09-03 | 4 | -735/+613 |
* | adsp2100: Fix more comments in disassembler |  AJR | 2023-09-01 | 1 | -2/+2 |
* | sparc: One more use for util::sext; fix probable copy-and-paste error in disa... |  AJR | 2023-08-31 | 2 | -3/+3 |
* | adsp2100: Code cleanup |  AJR | 2023-08-31 | 5 | -799/+774 |
* | tdracula: correct output pla |  hap | 2023-08-31 | 1 | -3/+0 |
* | epg3231: Add Timers 1 & 2 |  AJR | 2023-08-30 | 2 | -17/+97 |
* | cpu/z80: Revert a94254a while we figure out the severe performance regression... |  arbee | 2023-08-30 | 4 | -2757/+2818 |
* | z80: Rewrite the core to handle interruptibility |  holub | 2023-08-30 | 4 | -2818/+2757 |
* | m6805: Use vector_mask parameter for HD6305 variants |  AJR | 2023-08-28 | 1 | -10/+3 |
* | cpu16: Add most of the MAC unit instructions |  AJR | 2023-08-27 | 2 | -11/+302 |
* | -cpu/powerpc: Don't overwrite RA in lmw instruction. (#11512) |  987123879113 | 2023-08-28 | 2 | -7/+35 |
* | cpu16dasm.cpp: Use util::sext to sign-extend 4-bit constants |  AJR | 2023-08-27 | 1 | -9/+1 |
* | cpu/sh: Refactored SH-2 refactored code to separate onboard peripherals from ... |  987123879113 | 2023-08-27 | 15 | -2158/+2218 |
* | srcclean, #include order cleanup, and self-closing XML tag cleanup before MAM... |  Vas Crabb | 2023-08-27 | 1 | -1/+1 |
* | ui/info: add \n before btanb warning strings, |  hap | 2023-08-24 | 1 | -1/+1 |
* | unidasm: Support v620f as a separate architecture from v620 and refactor thes... |  AJR | 2023-08-21 | 3 | -66/+138 |
* | samples: add getters for num channels and loaded samples, |  hap | 2023-08-17 | 3 | -3/+3 |
* | hd63705: Split into specific types; move on-chip memory into internal maps |  AJR | 2023-08-15 | 2 | -30/+161 |
* | unidasm: Add disassemblers for DDP-516 and Prime S, R, V architectures |  AJR | 2023-08-14 | 2 | -0/+1738 |