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