summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* cgang.lay: small tweak hap2020-10-041-1/+1
* in213: Hook up banking and SCC Dirk Best2020-10-041-33/+56
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-056-456/+440
* galaga: re-add max quantum for multi cpu synchronization hap2020-10-041-0/+8
* ti99_4: fixed ., natural keys Robbbert2020-10-041-1/+1
* sidepckt.cpp: very minor clean-up Ivan Vangelista2020-10-043-5/+9
* ui: Show software selection menu before doing system audit, for casual browsing. Vas Crabb2020-10-045-52/+61
* apple2: adjust Mockingboard and Phasor balances, and properly clock the Phaso... arbee2020-10-031-10/+11
* 3rdparty/sqlite3: Updated to SQLite 3.33.0 Vas Crabb2020-10-044-30673/+78635
* frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. Vas Crabb2020-10-044-56/+157
* apple2: correct value for floating bus offset, fixes a bunch of Deater raster... arbee2020-10-032-2/+2
* apple2: fixed glitches when switching lo-res, double-lo-res, or text pages mi... arbee2020-10-031-118/+151
* sidepckt.cpp: Correct ROM labels, add correct sound ROM and misc informationa... Brian Troha2020-10-031-23/+23
* tmaster.cpp: Correct ROM label. It's actually "SPAN" (as in Spanish) and not ... Brian Troha2020-10-031-2/+2
* kim1: fixed paste Robbbert2020-10-041-4/+9
* elwro800: fixed natural keyboard Robbbert2020-10-041-24/+24
* hec2hrp: fixed natural keyboard Robbbert2020-10-041-49/+57
* *atom: removed lowercase natural keys, since machine only has uppercase. Robbbert2020-10-041-29/+29
* c128: added ^ natural key Robbbert2020-10-041-1/+1
* shine: added ^ natural key Robbbert2020-10-041-2/+2
* vector06: fixed brackets natural keys Robbbert2020-10-041-4/+4
* z80ne: added notes about paste Robbbert2020-10-031-1/+9
* frontend/mame/audit.cpp: Fix failure to recognise device ROMs that use contin... Vas Crabb2020-10-032-43/+36
* emu/rendlay.cpp: Pre-load image components when changing video options. Vas Crabb2020-10-033-68/+141
* netlist: fix VS build. couriersud2020-10-032-4/+4
* nl_boxingb: Fix error in formula. couriersud2020-10-031-1/+1
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-032-1/+8
* lviv: fixed asterisk and colon natural keys Robbbert2020-10-031-2/+2
* Fix stray space char in osd_opengl.h Miodrag Milanović2020-10-031-1/+1
* sidepckt: Hook up MCU, remove simulation [Brian Troha, TeamEurope, Dirk Best] Dirk Best2020-10-032-99/+66
* z80scc: Fix vector modification in high bits Dirk Best2020-10-031-0/+1
* 6840ptm.cpp: updated m_gate initialization as per comments to d026d1ba845f899... Ivan Vangelista2020-10-033-7/+14
* Exception specifications on deleted operators/constructors aren't useful. Vas Crabb2020-10-032-6/+6
* champbas.cpp: redumped exctscc2. Added correct PROMs (fixes MT05026). Verifed... Ivan Vangelista2020-10-032-9/+31
* sound/namco: Eliminate more auto_alloc AJR2020-10-022-19/+47
* sound/namco: Eliminate auto_alloc AJR2020-10-022-39/+29
* ut88: fixed ^ natural key; ut88mini: added note Robbbert2020-10-031-2/+2
* pmatrix_cr.h: More logical fix for the nothrow issue AJR2020-10-021-1/+1
* netlist: Revert changes intended to make the code work on OSX 10.10. couriersud2020-10-032-4/+4
* bus/hexbus/hexbus.cpp: Fix initialization problem (device_start was overridde... AJR2020-10-022-4/+6
* Update darius.cpp (#7311) eito2020-10-031-2/+2
* drdmania: add some basics, still seems to do nothing of note (#7308) David Haywood2020-10-021-10/+115
* - split off the handhelds that seem to be based around gpl162xx technology in... David Haywood2020-10-025-821/+923
* upd765: Explicitly emulate reset line AJR2020-10-0218-190/+203
* Fix clang error: exception specification of explicitly defaulted move assignm... AJR2020-10-022-6/+6
* emu/render.cpp: Consider that screens can be hidden when choosing a default v... Vas Crabb2020-10-036-47/+49
* netlist: simplify code. couriersud2020-10-027-77/+46
* netlist: move core_terms to netlist_state. couriersud2020-10-028-61/+71
* netlist: more clang lint fixes. couriersud2020-10-0222-346/+384
* netlist: Add parse optimization to pfunction. couriersud2020-10-022-20/+99