summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* ns32000: avoid potential slave dependency issue Patrick Mackinlay2020-10-061-1/+1
|
* ns32000: undefined operation assumptions Patrick Mackinlay2020-10-061-16/+27
|
* ms32.cpp: extend ROZ notes (nw) Angelo Salese2020-10-051-3/+16
|
* fix compile error due to nested c-style comments by changing some of the ↵ Lord-Nightmare2020-10-051-14/+14
| | | | comment types
* namcos10.cpp: Add EXIO and MEM(P3) PCB config skeleton, Add notes (#7294) cam9002020-10-051-27/+51
|
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-059-310/+7517
| | | | | | * netlist: Explicitly trim connection names. * Hook up Borderline netlist, provided by 'beta-tester' * brdrline: Add static solver, using dynamic timestep, update driver flags.
* darius2 darius2d warriorb: fix: stereo output channels are inverted (#7320) eito2020-10-052-0/+2
|
* deco_mlc.cpp: Add notes for zoom algorithm (#7319) cam9002020-10-051-0/+1
|
* New working clones (#7305) ClawGrip2020-10-062-13/+48
| | | | | | | | | * rltennis.cpp: Added PLD dump to 'rltennis' [caius] * Also fixed the clock per the crystal on the PCB * As per the game speed, we've recorded a small video for reference: https://www.youtube.com/watch?v=C1rzWiFDItA New working clones ------------------ Reality Tennis (set 2) [Maria Morpalier, jordigahan, ClawGrip]
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-052-14/+9
| | | | | | | Now based on upstream cc6c08d3a80f1a305021af3d6394cdf1535d02a2. Among other things, this version is supposed to be less sensitive to the global locale.
* ns32081: new device Patrick Mackinlay2020-10-052-0/+690
|
* ns32000: add slave processor interface Patrick Mackinlay2020-10-053-317/+940
| | | | | | | * implement slave processor interface and protocol * decode and issue fpu operands * improve operand access class and size logic * support 64-bit immediate operands
* ns32000dasm: floating point fixes Patrick Mackinlay2020-10-052-14/+36
| | | | | * show floating point register names * correct floating point immediate lengths
* New working clones Brian Troha2020-10-042-49/+88
| | | | | ------------------ Bagman (Stern Electronics, revision A3) [Steven McLeod]
* Merge pull request #7322 from Onmp314/patch-5 ajrhacker2020-10-041-1/+1
|\ | | | | segasp.cpp: Change from MNS to MIS
| * Change from MNS to MIS Onmp3142020-10-041-1/+1
| | | | | | I used to test it and the sound works similar to NAOMI. Additionally, MACHINE_IMPERFECT_GRAPHICS.
* | Merge pull request #7324 from sp1187/unsp ajrhacker2020-10-041-5/+5
|\ \ | | | | | | unsp: Fix copy-paste typo in debugger registering
| * | unsp: Fix copy-paste typo in debugger registering Simon Eriksson2020-10-041-5/+5
| | |
* | | apple2: Phasor only goes to double clock when native mode is enabled. [R. ↵ arbee2020-10-042-4/+24
|/ / | | | | | | Belmont]
* | unkeinv.lay: use parameter animation for the player led row hap2020-10-042-166/+70
| |
* | bus/vsmile/rom.cpp: fixed reported crash Ivan Vangelista2020-10-043-4/+2
|/
* 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-055-444/+410
| | | | -cgang.cpp: Make internal artwork more fun.
* 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 ↵ arbee2020-10-031-10/+11
| | | | Phasor AYs twice as fast [R. Belmont]
* frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. Vas Crabb2020-10-044-56/+157
| | | | | | This should address at least some of the remaining issues from MT07410 and GitHub #7314. If this causes issues like MT07756 to reappear, it will need to be fixed/reverted before release.
* apple2: correct value for floating bus offset, fixes a bunch of Deater ↵ arbee2020-10-032-2/+2
| | | | rastersplit demos [R. Belmont]
* apple2: fixed glitches when switching lo-res, double-lo-res, or text pages ↵ arbee2020-10-031-118/+151
| | | | mid-raster. (GitHub issue #5595) [R. Belmont]
* sidepckt.cpp: Correct ROM labels, add correct sound ROM and misc ↵ Brian Troha2020-10-031-23/+23
| | | | informational updates for Side Pocket (Japan, Cocktail)
* tmaster.cpp: Correct ROM label. It's actually "SPAN" (as in Spanish) and not ↵ Brian Troha2020-10-031-2/+2
| | | | "Spain"
* 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
| | | | - Removed duplicate keys assigned to ESC.
* 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 ↵ Vas Crabb2020-10-032-43/+36
| | | | continue/ignore load commands (see GitHub #7314).
* 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
|