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
2020-12-31
version bump for 0.227, some documentation clean-up
mame0227
Vas Crabb
6
-19
/
+32
2020-12-30
rebalance sound after ymz280b change
DavidHaywood
8
-26
/
+32
2020-12-30
ncr5380n: fix MAME lockup introduced in the previous change [R. Belmont]
arbee
1
-0
/
+1
2020-12-29
Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, b...
arbee
1
-0
/
+5
2020-12-29
hitpoker.cpp: Fix mistake in allocation size
AJR
1
-1
/
+1
2020-12-28
konamigx: missing part of the patch
Olivier Galibert
1
-2
/
+0
2020-12-28
k053247: put the real memory size. Fixes the soccerss crashes, if not the me...
Olivier Galibert
2
-8
/
+6
2020-12-28
tms57002: clear some forgotten registers
Olivier Galibert
1
-0
/
+3
2020-12-28
storming: fix videoram oob access
Olivier Galibert
1
-4
/
+4
2020-12-28
gaelco_gae1_device: fix channels init, fixes random crashes and possibly audi...
Olivier Galibert
2
-0
/
+6
2020-12-28
imagetek_i4100_device: Add some missing initializations, hopefully fixing ran...
Olivier Galibert
1
-0
/
+19
2020-12-28
views: pre-inline h_make_1, reduces the memory a little more
Olivier Galibert
1
-55
/
+50
2020-12-28
views: Remove the lambdas, seems to make the compiler usage resources less ca...
Olivier Galibert
2
-74
/
+78
2020-12-27
Fix linking the virutal subtarget.
Vas Crabb
1
-2
/
+5
2020-12-27
srcclean for 0.227
Vas Crabb
103
-1242
/
+1242
2020-12-27
Expose a couple more things to Lua so the plugins can show the actual key map...
Vas Crabb
5
-30
/
+78
2020-12-27
Fixed crash of dcat16 at start
Robbbert
1
-7
/
+10
2020-12-27
util/wavwrite.cpp: Hopefully fix build with clang libc++.
Vas Crabb
1
-0
/
+1
2020-12-27
docs: Fix up the instantiation sections in the Lua reference.
Vas Crabb
1
-60
/
+60
2020-12-27
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
68
-871
/
+1312
2020-12-26
New machines marked as NOT_WORKING
Ivan Vangelista
4
-0
/
+220
2020-12-26
Updated RX-78 hash/driver comments (#7597)
David 'Foxhack' Silva
2
-36
/
+2
2020-12-26
snk68: remove an extra space in string
hap
1
-17
/
+18
2020-12-26
-sa1111, sed1356: Turned logging back off. [Ryan Holtz]
Ryan Holtz
2
-2
/
+2
2020-12-26
-sa1110: Added initial attempt at UART receiving. LSB of received data seems ...
Ryan Holtz
5
-26
/
+131
[...]