summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
...
* | Miscellaneous minor changes: Vas Crabb2026-01-301-1/+1
* | luna/dma: implement what I think is what really happens Olivier Galibert2026-01-281-0/+1
* | Miniforce and CPU1 (#14873) Joakim Larsson Edström2026-01-281-0/+113
|/
* noscreens.lay: no mame lingo in warning msg hap2026-01-201-2/+2
* noscreens.lay: add footnote with more verbose msg hap2026-01-181-0/+2
* noscreens.lay: add red background hap2026-01-181-0/+15
* noscreens.lay: make warning msg more generic and brief, and put it in a colle... hap2026-01-181-9/+5
* -scripts: Cleaned up devices build scripts a bit: Vas Crabb2026-01-081-1/+1
* lisa: Massive updates Olivier Galibert2026-01-0716-319/+376
* -plugins/inputmacro: Added support for non-wrapping analog inputs. Vas Crabb2026-01-064-32/+1
* cpu/drccache.cpp: Defer allocating to start, allow forcing W^X mode. (#14760) Vas Crabb2026-01-042-1/+4
* xtal.cpp: Add value for later use AJR2025-12-311-0/+1
* sound: Add error for problematic initial sample rates Olivier Galibert2025-12-241-0/+3
* layout: go over my .lay files again to fix text align issues with wide width ... hap2025-12-241-9/+9
* Correct for my inability to type today. Vas Crabb2025-12-241-1/+1
* Tidy some stuff, bump version in documentation. Vas Crabb2025-12-241-1/+1
* add artfont option for changing default font of .lay files text elements hap2025-12-233-6/+8
* emu/machine.cpp: Got rid of long-obsolete driver_data. Vas Crabb2025-12-171-1/+0
* emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte.... AJR2025-12-131-4/+5
* Start addressing alignment/endianness issues: Vas Crabb2025-12-122-26/+32
* sound: typo fix Olivier Galibert2025-12-051-1/+1
* sound: fatalerror when trying to change the sample rate while in stream_updat... Olivier Galibert2025-12-051-0/+3
* sound: also sync the speaker streams, fixes the crashing after ~24hours at 48... Olivier Galibert2025-12-051-2/+1
* -igs/igs017.cpp: Support both control panels for Tarzan train games. Vas Crabb2025-12-021-6/+6
* rendlay: guard against possible divide by 0 hap2025-12-011-3/+4
* Fix text clipping introduced by https://github.com/mamedev/mame/pull/14550 (#... Christian Brunschen2025-11-301-4/+19
* rendlay.cpp: Improve accuracy and performance calculating text aspect ratio, ... Christian Brunschen2025-11-301-29/+11
* emu/video/rgbutil.cpp: Hopefully fix PowerPC build. Vas Crabb2025-12-011-2/+3
* bus/a2bus/a2ultraterm.cpp: Various fixes AJR2025-11-161-0/+1
* New systems marked not working Ivan Vangelista2025-11-151-0/+1
* emu/video/rgbutil.cpp: Fixed signature of methods for Altivec/VMX. Vas Crabb2025-11-131-2/+2
* emu/device.h: Added more sanity checks to device types. Vas Crabb2025-10-301-2/+33
* new cpu core (start of disassembler): dsp563xx Olivier Galibert2025-10-261-1/+3
* emu/video: Removed most specialisations of the RGB utilities, added ARM NEON ... Vas Crabb2025-10-249-2218/+978
* Added skeleton for Convergent AWS-220, hooked up basic display, boots until i... Barry Rodewald2025-10-231-0/+1
* fill q.value was not working, you will not guess what the bug was Olivier Galibert2025-10-211-1/+1
* emumem.cpp: Fix typo in comment AJR2025-10-181-1/+1
* Only allow command line image creation when file is not found; save startup i... AJR2025-10-151-2/+3
* Prevent automatic attempts at loading or creating loose image files with the ... AJR2025-10-151-8/+8
* Fix debugger's memdump command. (#14257) tim lindner2025-10-134-47/+108
* swp30: Overhaul Olivier Galibert2025-09-271-1/+2
* Fix parsing of unary ! operator in debug expressions AJR2025-09-261-1/+1
* igs/igs_m027xa.cpp, misc/whtm68k.cpp: Improved inputs for Jungle King 2004 an... Vas Crabb2025-09-262-2/+2
* Remove PORT_ROTATED from the core. This automatic joystick remapping feature ... ajrhacker2025-09-254-49/+5
* laserbas: correct clocks (music pitch and speed) hap2025-09-221-0/+1
* emu/ioport.cpp: Removed the "optional" field flag. Vas Crabb2025-09-221-13/+7
* video/ym7101.cpp: fix name tables with uppermost bit discarded in 64 KiB mode angelosa2025-09-211-1/+1
* emumem_mud: Short-term fix to some crashes, need more thinking though Olivier Galibert2025-09-181-1/+1
* emu/emumem_mud.cpp: Prevent subunit offsets from being masked out in handlers... AJR2025-09-171-2/+3
* -dynax/ddenlovr: Credit limit should be multiplied by coin rate for Hana Goko... Vas Crabb2025-09-181-9/+11