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
Branch
Commit message
Author
Age
addrbus-64
Update parse_number in unidasm.cpp, plus alignment with code style guide.
MooglyGuy
3 weeks
cbm_joy_swap
c65.cpp: added machine configuration switch to swap joystick ports on the fly...
etabeta78
4 weeks
cdtv_subcode
cdtv: Subcode support
Dirk Best
10 months
dsp563xx
virusb: goes all the way to the main program
Olivier Galibert
7 months
floppysound
floppy_sound: Minor cleanup
Michael Zapf
4 weeks
master
namcos2.cpp: Correct Final Lap 2 ROM labels. [sjy96525] (#15359)
sjy555525
3 hours
release0288
ui/menu.cpp: Better handling of active pointers when resetting items.
Vas Crabb
4 hours
s23-firewire
Further System 23 checkpoint
Ryan Holtz
6 months
script-eof-marker
scripts/build: add a python script for checking EoF markers across source tree
angelosa
9 months
taitotz-pixxiii
Initial PIXXIII instrumentation framework for taitotz; rest of the hookup sti...
Ryan Holtz
7 months
[...]
Tag
Download
Author
Age
mame0287
commit e776c98438...
Vas Crabb
8 weeks
mame0286
commit ca48656c92...
Vas Crabb
3 months
mame0285
commit f379cd060a...
Vas Crabb
4 months
mame0284
commit 7b4d4c14e9...
Vas Crabb
5 months
mame0283
commit 494babc311...
Vas Crabb
6 months
mame0282
commit 7b051ce4af...
Vas Crabb
7 months
mame0281
commit 2843a3deb8...
Vas Crabb
8 months
mame0280
commit ec9abd86c6...
Vas Crabb
9 months
mame0279
commit 7589dee02c...
Vas Crabb
10 months
mame0278
commit eb05584a2b...
Vas Crabb
11 months
[...]
Age
Commit message
Author
Files
Lines
2026-05-04
Update parse_number in unidasm.cpp, plus alignment with code style guide.
addrbus-64
MooglyGuy
1
-303
/
+208
2026-05-04
Another attempt at fixing unidasm.
MooglyGuy
1
-4
/
+4
2026-05-04
More compile fixes.
MooglyGuy
2
-5
/
+5
2026-05-04
Attempting a different fix for unidasm compile errors.
MooglyGuy
1
-2
/
+20
2026-05-01
Attempt at fixing the CI builds by expanding parse_number to take a u64
MooglyGuy
1
-1
/
+1
2026-05-01
Point unidasm.cpp at the properly-namespaced declaration of offs_t
MooglyGuy
1
-1
/
+1
2026-05-01
Redoing offs_t to 64-bits expansion.
MooglyGuy
47
-547
/
+421
2026-04-29
namcos21_c67: fix comment typo
hap
1
-1
/
+1
2026-04-29
namcos21: change camelCase to snake_case
hap
6
-120
/
+122
2026-04-29
namcos21_dsp: remove winrun_ prefix
hap
4
-102
/
+102
2026-04-29
namcos21_dsp: correct some dsp edge triggered ports, remove c67 underclock hack
hap
5
-37
/
+34
2026-04-29
namcos21: assume reset_all_subcpus also resets the associated c148
hap
3
-5
/
+14
2026-04-29
(emu.h) dimemory: add remove_addrmap
hap
9
-13
/
+14
2026-04-29
Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working...
mamehaze
23
-399
/
+955
2026-04-29
pengo,jrpacman: derive mcfg from pacman
hap
4
-137
/
+60
2026-04-29
New systems marked not working
Ivan Vangelista
4
-15
/
+94
2026-04-29
apple2video: fix low-memory -ramsize crash by protecting HGR reads (#15277)
arekkusu42
6
-18
/
+34
2026-04-29
mschamp: add speed dsw
hap
2
-28
/
+18
2026-04-29
pacman: remove crush4/5 rombanks
hap
2
-184
/
+137
2026-04-29
pacman: Fix mschamp timer selection and I/O mux behavior (#15287)
Liron486
2
-24
/
+104
2026-04-29
namcos21_3d: remove some obsolete stuff
hap
6
-89
/
+71
2026-04-29
Fix mem-mem MOV on i8089 (#15286)
bytex64
1
-0
/
+2
2026-04-29
sequential/prophet5.cpp: Added oscillators (no tuning yet). (#15285)
m1macrophage
1
-34
/
+283
2026-04-29
cxd1185.cpp: Ensure appropriate ID register is mapped (#15279)
Brice Onken
2
-3
/
+3
2026-04-28
namcos22: make pointrom access a bit more similar to namcos21 (and added a mi...
hap
4
-38
/
+39
[...]