index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "netlist: Remove redundant usages of fatal logger (#15218)"
Vas Crabb
2026-04-14
9
-1
/
+53
*
netlist: Remove redundant usages of fatal logger (#15218)
FlykeSpice
2026-04-13
9
-53
/
+1
*
util/delegate.h: Got rid of MAME_DELEGATE_DIFFERENT_MEMBER_ABI hack.
Vas Crabb
2026-04-03
1
-15
/
+3
*
Eliminated many temporary std::string objects.
Vas Crabb
2026-04-03
3
-69
/
+96
*
Switched language standard to C++20, bumped compiler requirement to GCC 11. (...
Vas Crabb
2026-04-02
2
-54
/
+101
*
{flopimg,esq16_dsk}.cpp: Allow specifying explicit start and end sectors when...
Christian Brunschen
2026-03-28
3
-5
/
+11
*
Fixed things C++20 doesn't allow:
Vas Crabb
2026-03-29
1
-4
/
+4
*
sord/m5.cpp: Modernised driver (#14491)
dlabi
2026-03-28
3
-3
/
+78
*
formats/wavfile.cpp: Use helper functions from multibyte.h
AJR
2026-03-08
1
-55
/
+22
*
Add support for cassette images in AIFF format [AJR]
AJR
2026-03-08
3
-1
/
+187
*
apricot: Add support for plain sector format disk images
Dirk Best
2026-03-05
3
-0
/
+90
*
-cpu/e132xs: Log analysed instructions in UML log when using recompiler.
Vas Crabb
2026-03-05
2
-15
/
+13
*
Tidy some things.
Vas Crabb
2026-02-25
1
-1
/
+1
*
formats/mz_cas.cpp: Fixed gross copy/pasta.
Vas Crabb
2026-02-25
1
-376
/
+181
*
formats/mz_cas.cpp: Convert constants to constexpr. [R. Belmont]
arbee
2026-02-21
1
-19
/
+19
*
formats/mz_cas.cpp: Fix MZ-80B cassette loading/multi-block load hang (format...
GameTorchDev
2026-02-21
3
-2
/
+284
*
emu/romentry.h: constexpr at namespace scope implies static for variables and...
Vas Crabb
2026-02-04
1
-12
/
+12
*
bus/nscsi/tape.cpp, util/ioprocs.cpp: Fixed last remaining tautological compa...
Vas Crabb
2026-01-26
1
-1
/
+10
*
LUA: Ensuring that `entry:default_value()` returns the correct type (#14825)
npwoods
2026-01-19
2
-0
/
+35
*
formats/fs_prodos.cpp: Add loading address to metadata
AJR
2026-01-16
1
-0
/
+2
*
-util/options.cpp: Shuffled numeric option conversions:
Vas Crabb
2026-01-13
2
-23
/
+64
*
frontend/mame/luaengine.cpp: Better handling of options:
Vas Crabb
2026-01-13
1
-2
/
+2
*
-scripts: Cleaned up devices build scripts a bit:
Vas Crabb
2026-01-08
2
-16
/
+12
*
commodore/pet: Floppy code cleanup. [Curt Coder]
Curt Coder
2026-01-07
2
-2
/
+2
*
lisa: Massive updates
Olivier Galibert
2026-01-07
4
-34
/
+60
*
formats/csw_cas.cpp: Fix confusion between 16-bit and 32-bit values
AJR
2026-01-02
1
-2
/
+2
*
formats/ap_dsk35.cpp: Recognize .po extension for 400K/800K raw sector images
AJR
2025-12-28
1
-1
/
+1
*
emu/save.cpp, util/png.cpp, various disk and cassette formats: Use multibyte....
AJR
2025-12-13
8
-86
/
+76
*
fs_coco_os9.cpp: Remove incorrectly copy-pasted validator
AJR
2025-12-13
1
-1
/
+1
*
fs_cbmdos.cpp: Add disk_id and os_version to volume metadata
AJR
2025-12-13
4
-1
/
+11
*
floptool: Add flopblocks and hdblocks commands to enumerate blocks used by ev...
AJR
2025-12-12
12
-14
/
+452
*
formats/fsblk.cpp: Add error code for when a circular reference is countered ...
AJR
2025-12-10
3
-12
/
+20
*
formats/fs_vtech.cpp: Properly recognize end of directory; fix block overrun ...
AJR
2025-12-05
1
-14
/
+17
*
formats/fs_prodos.cpp: Insert NUL padding when reading sparse files, rather t...
AJR
2025-12-05
1
-2
/
+9
*
att6300p.cpp: Add support for 1.2MB drive (525hd) (#14577)
donohoe00
2025-12-01
1
-1
/
+1
*
formats/fsblk.cpp: Internal API change
AJR
2025-11-30
14
-221
/
+288
*
pc/pc_t1t.h: Missing change corresponding to previous commit. Also srcclean.
Vas Crabb
2025-11-23
2
-14
/
+14
*
util/zippath.cpp: Handle "." directory and going up to or up from it. This im...
AJR
2025-11-13
1
-8
/
+22
*
as_dsk.cpp: Fix size of FLUX chunk in MOOF files (#14499)
Thomas
2025-11-09
1
-1
/
+1
*
flopimg: add support for bad address field crc in basic fm and mfm images
cracyc
2025-11-08
28
-36
/
+73
*
formats/all.cpp: Add 'wren' floppy format
AJR
2025-11-07
1
-0
/
+9
*
New working systems
Nigel Barnes
2025-11-07
2
-0
/
+77
*
Fixed up various broken stuff:
Vas Crabb
2025-10-30
2
-6
/
+6
*
adamnet/fdc.cpp: Add compatibility matrix for convenient reference
AJR
2025-10-27
1
-0
/
+1
*
Coleco Adam floppy disk emulation improvements
AJR
2025-10-26
2
-58
/
+339
*
terak: de-skeletonize -- add video boards. (#14383)
shattered
2025-10-22
2
-0
/
+56
*
floptool: New filesystem-based commands [AJR]
AJR
2025-10-17
1
-3
/
+3
*
adam_fdc: Enable 320KB format (with appropriate BIOS and drive option); add f...
AJR
2025-10-15
2
-0
/
+7
*
fsblk_vec.cpp: Sanity check for debug builds
AJR
2025-10-08
1
-0
/
+2
*
-cpu/drcbex64.cpp: Optimised a couple more cases of GETFLGS, replaced a few m...
Vas Crabb
2025-10-09
2
-138
/
+126
[next]