summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* -bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized text... MooglyGuy2019-10-231-4/+8
* argus.cpp: Separate state classes; simplify handlers; eliminate legacy overri... AJR2019-10-223-239/+254
* (nw) m72.cpp updates braintro2019-10-222-154/+119
* m72.cpp: Improve reset behavior (nw) AJR2019-10-221-0/+4
* -bgfx: Fix crash when scrolling current effect to 'none', nw MooglyGuy2019-10-221-1/+1
* m107.cpp: fixed MT7457 (nw) Ivan Vangelista2019-10-221-1/+7
* f1gp.cpp: switch button order as per service mode (nw) Angelo Salese2019-10-221-3/+4
* sms1000: Map PDP-11 code ROM and add a second CPU (nw) AJR2019-10-221-4/+30
* new not working clones Ivan Vangelista2019-10-222-0/+16
* m72.cpp: Remove now-unused simulation (nw) AJR2019-10-222-9/+0
* 3b1: Improve system description (nw) AJR2019-10-221-3/+3
* airduelm72: Fix sample communications (nw) AJR2019-10-222-1/+15
* m72.cpp: Fix sample-related communications on 8751-protected games AJR2019-10-222-22/+6
* -bgfx: Rework chain updating to minimize primlist locking, nw MooglyGuy2019-10-227-111/+186
* (nw) m72.cpp: Mark dbreedm72 set's MCU code as NO_DUMP braintro2019-10-211-1/+1
* (nw) m72.cpp: Restore dbreedm72 set to working braintro2019-10-212-14/+27
* m72.cpp: Replace MCU simulation / hack with proper MCU code for 2 M72 titles ... braintro2019-10-212-26/+11
* -bgfx: Fixed opengl backend, nw MooglyGuy2019-10-211-0/+2
* New machines marked as NOT_WORKING AJR2019-10-213-0/+116
* rs232 null_modem: add DTR flow control 68bit2019-10-212-12/+20
* Fix spelling (#5770) Zoë Blade2019-10-212-12/+12
* Fix spelling, tidy whitespace Zoë Blade2019-10-215-51/+50
* Ref count in flight calls when a tap is installed, plus fix for less permissi... smf-2019-10-212-4/+12
* ref count in flight calls, fixes MT07456 [O. Galibert, smf] smf-2019-10-211-0/+8
* msm5832: Simplify handlers (nw) AJR2019-10-218-15/+15
* Separate V50/V53 common peripherals and former device from V33 base; add V40 ... AJR2019-10-204-234/+357
* Merge pull request #5767 from DavidHaywood/201019 Phil Bennett2019-10-201-5/+5
|\
| * use macros, leave initial time on first race in comment as it increases later... DavidHaywood2019-10-201-4/+4
| * spdheat - timer setting dips were reversed, add actual timer values too (nw) DavidHaywood2019-10-201-5/+5
* | Put program ROM postfixes back, changed some input bits to UNUSED as they're ... Philip Bennett2019-10-201-10/+10
|/
* Fix some spelling mistakes Zoë Blade2019-10-215-16/+16
* spdheat: Fixed DIP switches, ROM names and clocks according to schematics/man... Philip Bennett2019-10-201-69/+131
* spdheat - add layout with shifters [David Haywood] (#5765) David Haywood2019-10-202-6/+92
* (nw) m72.cpp: More label verification braintro2019-10-201-2/+2
* (nw) karnov.cpp: Updated label info & correct MCU dump size for sidepckt.cpp braintro2019-10-202-10/+10
* sidepckt.cpp: Correct ROM labels and add PCB locations [Corrado Tomaselli, Br... braintro2019-10-201-40/+53
* MT 07452 (nw) AJR2019-10-202-12/+3
* rd100: Add extra PIAs (nw) AJR2019-10-191-0/+4
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-1921-1036/+1017
* fix Clang compile (nw) arbee2019-10-191-1/+1
* (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1
* (nw) upd7801: reworked following unfavourable comments Robbbert2019-10-201-3/+4
* (nw) pasopia: alterations due to unfavourable comments Robbbert2019-10-203-217/+134
* Machines promoted to working Robbbert2019-10-201-1/+1
* (nw) sorcererb: added another bios Robbbert2019-10-201-0/+5
* Machines promoted to working Sandro Ronco2019-10-204-11/+975
* -snes_ppu: Fixed some breakage from the port of bsnes ppu-fast, nw MooglyGuy2019-10-202-26/+18
* rd100: Add preliminary keyboard inputs AJR2019-10-191-52/+52
* Merge pull request #5758 from vadosnaprimer/luaengine_ram R. Belmont2019-10-191-1081/+1122
|\
| * luaengine: reduce memory usage during compilation feos2019-10-191-1081/+1122