summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rebalance sound after ymz280b change DavidHaywood2020-12-308-26/+32
* ncr5380n: fix MAME lockup introduced in the previous change [R. Belmont] arbee2020-12-301-0/+1
* Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, b... arbee2020-12-291-0/+5
* hitpoker.cpp: Fix mistake in allocation size AJR2020-12-291-1/+1
* konamigx: missing part of the patch Olivier Galibert2020-12-281-2/+0
* k053247: put the real memory size. Fixes the soccerss crashes, if not the me... Olivier Galibert2020-12-282-8/+6
* tms57002: clear some forgotten registers Olivier Galibert2020-12-281-0/+3
* storming: fix videoram oob access Olivier Galibert2020-12-281-4/+4
* gaelco_gae1_device: fix channels init, fixes random crashes and possibly audi... Olivier Galibert2020-12-282-0/+6
* imagetek_i4100_device: Add some missing initializations, hopefully fixing ran... Olivier Galibert2020-12-281-0/+19
* views: pre-inline h_make_1, reduces the memory a little more Olivier Galibert2020-12-281-55/+50
* views: Remove the lambdas, seems to make the compiler usage resources less ca... Olivier Galibert2020-12-282-74/+78
* srcclean for 0.227 Vas Crabb2020-12-2797-1193/+1193
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-271-5/+25
* Fixed crash of dcat16 at start Robbbert2020-12-271-7/+10
* util/wavwrite.cpp: Hopefully fix build with clang libc++. Vas Crabb2020-12-271-0/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-2747-694/+621
* New machines marked as NOT_WORKING Ivan Vangelista2020-12-263-0/+219
* Updated RX-78 hash/driver comments (#7597) David 'Foxhack' Silva2020-12-261-35/+1
* snk68: remove an extra space in string hap2020-12-261-17/+18
* -sa1111, sed1356: Turned logging back off. [Ryan Holtz] Ryan Holtz2020-12-262-2/+2
* -sa1110: Added initial attempt at UART receiving. LSB of received data seems ... Ryan Holtz2020-12-265-26/+131
* -arm7: Fixed the build. [Ryan Holtz] Ryan Holtz2020-12-261-8/+8
* -arm7: Added rudimentary TLB support. Allows HP Jornada 720 to boot further. ... Ryan Holtz2020-12-263-117/+500
* New working clones Brian Troha2020-12-252-15/+42
* -jornada: Turned off error logging, fixed ROM hashes, and tidied savestate re... Ryan Holtz2020-12-251-5/+4
* -sa1110, sa1111, sed1356: Turned off error logging. [Ryan Holtz] Ryan Holtz2020-12-253-3/+3
* next.cpp: Use logerror rather than printf for debugging output. (#7592) Davide Cavalca2020-12-251-6/+6
* Updated RX-78 machine / software information [Dave 'Foxhack' Silva] (#7593) David 'Foxhack' Silva2020-12-251-6/+32
* miuchiz.cpp: Added more notes, added CPU crystal, more emulation progress, OT... Lord-Nightmare2020-12-244-20/+33
* New machines marked as NOT_WORKING (#7591) ClawGrip2020-12-253-0/+142
* bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) tim lindner2020-12-254-1/+131
* datacast: Fixed clang build. Nigel Barnes2020-12-251-1/+1
* New machines marked as NOT_WORKING Nigel Barnes2020-12-253-0/+260
* accomm: Added SAA5240 teletext device, and SCN2641 for RS423 port. Nigel Barnes2020-12-251-18/+76
* i2cmem.cpp: Added PCF8582 device. Nigel Barnes2020-12-252-0/+8
* saa5240.cpp: Preliminary SAA5240/43 Computer Controlled Teletext emulation. Nigel Barnes2020-12-252-0/+968
* pcf8583: Reimplemented I2C protocol, and added clock and alarm modes. Nigel Barnes2020-12-252-137/+334
* Fix clang error: constexpr if condition evaluates to 2, which cannot be narro... AJR2020-12-241-1/+1
* New machines marked as NOT_WORKING Ryan Holtz2020-12-2412-140/+5181
* Machines promoted to working hap2020-12-245-23/+505
* shuffle a few things around re: the BBL ST2302U based handhelds, give bbl338 ... David Haywood2020-12-244-25/+89
* mits680b: Use BRG device instead of hardcoded clock; correct XTAL value AJR2020-12-241-6/+22
* a2bus: Add (corrected) ROM dumps and emulation of CCS Model 7710 Asynchronous... AJR2020-12-245-0/+216
* New device: Fairchild 4702B Bit Rate Generator AJR2020-12-244-24/+452
* champbwl.cpp: minor adjustment to foreground offset in flip screen Ivan Vangelista2020-12-241-12/+10
* amstrad: add support for the Cheetah 125 Special rotational joystick, support... Barry Rodewald2020-12-243-19/+54
* drgnmst.cpp: Add PCB layout for Master's Fury. [Brian Troha] Brian Troha2020-12-241-0/+49
* mastfury - tweak some priorities, although still not 100% how they derive fro... DavidHaywood2020-12-241-22/+34
* snova: added lcd screen hap2020-12-231-3/+13