summaryrefslogtreecommitdiffstatshomepage
BranchCommit messageAuthorAge
addrbus-64Update parse_number in unidasm.cpp, plus alignment with code style guide. MooglyGuy3 weeks
cbm_joy_swapc65.cpp: added machine configuration switch to swap joystick ports on the fly... etabeta784 weeks
cdtv_subcodecdtv: Subcode support Dirk Best10 months
dsp563xxvirusb: goes all the way to the main program Olivier Galibert7 months
floppysoundfloppy_sound: Minor cleanup Michael Zapf4 weeks
masternamcos2.cpp: Correct Final Lap 2 ROM labels. [sjy96525] (#15359) sjy5555253 hours
release0288ui/menu.cpp: Better handling of active pointers when resetting items. Vas Crabb4 hours
s23-firewireFurther System 23 checkpoint Ryan Holtz6 months
script-eof-markerscripts/build: add a python script for checking EoF markers across source tree angelosa9 months
taitotz-pixxiiiInitial PIXXIII instrumentation framework for taitotz; rest of the hookup sti... Ryan Holtz7 months
[...]
 
TagDownloadAuthorAge
mame0287commit e776c98438... Vas Crabb8 weeks
mame0286commit ca48656c92... Vas Crabb3 months
mame0285commit f379cd060a... Vas Crabb4 months
mame0284commit 7b4d4c14e9... Vas Crabb5 months
mame0283commit 494babc311... Vas Crabb6 months
mame0282commit 7b051ce4af... Vas Crabb7 months
mame0281commit 2843a3deb8... Vas Crabb8 months
mame0280commit ec9abd86c6... Vas Crabb9 months
mame0279commit 7589dee02c... Vas Crabb10 months
mame0278commit eb05584a2b... Vas Crabb11 months
[...]
 
AgeCommit messageAuthorFilesLines
2020-12-31version bump for 0.227, some documentation clean-upmame0227 Vas Crabb6-19/+32
2020-12-30rebalance sound after ymz280b change DavidHaywood8-26/+32
2020-12-30ncr5380n: fix MAME lockup introduced in the previous change [R. Belmont] arbee1-0/+1
2020-12-29Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, b... arbee1-0/+5
2020-12-29hitpoker.cpp: Fix mistake in allocation size AJR1-1/+1
2020-12-28konamigx: missing part of the patch Olivier Galibert1-2/+0
2020-12-28k053247: put the real memory size. Fixes the soccerss crashes, if not the me... Olivier Galibert2-8/+6
2020-12-28tms57002: clear some forgotten registers Olivier Galibert1-0/+3
2020-12-28storming: fix videoram oob access Olivier Galibert1-4/+4
2020-12-28gaelco_gae1_device: fix channels init, fixes random crashes and possibly audi... Olivier Galibert2-0/+6
2020-12-28imagetek_i4100_device: Add some missing initializations, hopefully fixing ran... Olivier Galibert1-0/+19
2020-12-28views: pre-inline h_make_1, reduces the memory a little more Olivier Galibert1-55/+50
2020-12-28views: Remove the lambdas, seems to make the compiler usage resources less ca... Olivier Galibert2-74/+78
2020-12-27Fix linking the virutal subtarget. Vas Crabb1-2/+5
2020-12-27srcclean for 0.227 Vas Crabb103-1242/+1242
2020-12-27Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb5-30/+78
2020-12-27Fixed crash of dcat16 at start Robbbert1-7/+10
2020-12-27util/wavwrite.cpp: Hopefully fix build with clang libc++. Vas Crabb1-0/+1
2020-12-27docs: Fix up the instantiation sections in the Lua reference. Vas Crabb1-60/+60
2020-12-27More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb68-871/+1312
2020-12-26New machines marked as NOT_WORKING Ivan Vangelista4-0/+220
2020-12-26Updated RX-78 hash/driver comments (#7597) David 'Foxhack' Silva2-36/+2
2020-12-26snk68: remove an extra space in string hap1-17/+18
2020-12-26-sa1111, sed1356: Turned logging back off. [Ryan Holtz] Ryan Holtz2-2/+2
2020-12-26-sa1110: Added initial attempt at UART receiving. LSB of received data seems ... Ryan Holtz5-26/+131
[...]