summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* version bump (nw)mame0218 Vas Crabb2020-02-022-4/+4
|
* isa/s3virge.cpp: using save_pointer on regular arrays is error-prone (nw) Vas Crabb2020-02-021-12/+14
|
* more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-024-49/+49
|
* sc3c24xx: debugging leftovers, also logmacro.h uses (1U << 0) for the ↵ Vas Crabb2020-02-011-38/+33
| | | | built-in LOG_GENERAL/LOG, and this file now has enough log categories to need 64-bit masks (nw)
* get mame.lst back in alphabetical order by source file (nw) Vas Crabb2020-02-011-95/+95
|
* avoiding PCH pitfalls is annoying (nw) Vas Crabb2020-02-0117-4/+37
|
* cpu/gigatron: spacing was still all over the place - make it use Allman (nw) Vas Crabb2020-02-011-148/+155
|
* likely resolve sunplus crashes on linux (nw) DavidHaywood2020-01-312-4/+7
|
* stray tab (nw) Vas Crabb2020-01-311-1/+1
|
* srcclean, manual adjustments (nw) Vas Crabb2020-01-2695-1006/+1006
|
* gigatron: Many CPU fixes (nw) AJR2020-01-253-24/+39
| | | | | | | | | | | | - Fix width of program counter (8 bits is not enough) - Add PC and NPC to debug state - Register save state - Make jumps actually work - Recognize but not yet emulate 'ctrl' instruction (this was only undefined originally) - Add RAM to data space - Fix RAM address masking - Remove nonfunctional speaker device - Misc. code cleanup
* netlist: clang lint readability fixes. (nw) couriersud2020-01-2542-296/+243
|
* netlist: clang lint fixes, srcclean and nlwav fix. (nw) couriersud2020-01-2512-71/+74
|
* Plug and Play work (#6218) David Haywood2020-01-253-210/+357
| | | | | | | | | | | | | | * improvements to sudopptv and some style cleanups (nw) * improvements to carlecfg (nw) * (nw) * (nw) * (nw) * (nw)
* gigatron: Fix copyrights. (#6211) Sterophonick2020-01-254-36/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gigatron: Fix copyrights. (nw) * gigatron: make capitalization consistent (nw) * gamedrv: fix a minor spelling mistake (nw) * gigatron: change the ROM names to valid characters * gigatron: cpu device work (nw) * gigatron: cpu work (nw) * gigatron: cpu work (nw) * gigatron: cpu device work (nw) * gigatron: cpu device progress * gigatron: driver + cpu work (nw) * gigatron: some more instructions * gigatron: slight fixes (nw) * gigatron: fixes (nw) * gigatron: whoops (nw) * gigatron: make some fixes thanks hap (nw) * gigatron: temporarily fix error with mem address (nw) * gigatron: do a bit of work (nw)
* konmedal.cpp added hackfix for mariourou scrolling, documented observed ↵ MetalliC2020-01-252-1/+16
| | | | row/col scroll K052109 tilemaps issues
* (nw) arcade.lua, nl.lua : fixed spacing Robbbert2020-01-262-41/+41
|
* konendev: hooked up DPRAM [R. Belmont] arbee2020-01-251-0/+3
|
* Revert accidentally committed changes. (nw) couriersud2020-01-252-33/+5
|
* segas16b: Added analog filters. [Couriersud] couriersud2020-01-258-7/+417
| | | | Analog filters added to systems with YM2151 and UPD7759. Reviewers can use USE_NL define to produce unfiltered sound.
* netlist: New devices and some fixes. [Couriersud] couriersud2020-01-2517-50/+251
| | | | | | | | | - add CD4006 and CD4070 devices - add TL084 opamp model - Clock now supports proxies, i.e. can be connected to analog devices. - Fixed netlists using CLOCK - added some comments - removed a forgotten header file.
* m68705prg: fix output-before-reset problem (nw) hap2020-01-251-2/+7
|
* Plug and Play work (#6215) David Haywood2020-01-259-18/+194
| | | | | | | | | | | | | | | | | | * start looking at alt video modes used by elan hw sudoku (nw) * new NOT WORKING ---- Carl Edwards' Chase For Glory [Sean Riddle, TODO add credit] * new NOT WORKING ---- Golden Nugget Casino [Sean Riddle, TODO add credit] * new NOT WORKING ---- Sudoku Plug & Play TV Game (VT based) [Sean Riddle, TODO add credits] * notes / corrections as per Sean (nw)
* New machines marked as NOT_WORKING Ivan Vangelista2020-01-252-3/+17
| | | | | ---------------------------------- Flashman [PinMAME]
* New clones marked as NOT_WORKING Ivan Vangelista2020-01-252-0/+25
| | | | | -------------------------------- The Lord Of The Rings (3.00) [PinMAME]
* (nw) document the difference in versions of Relief Pitcher as per Atari Bulletin braintro2020-01-241-15/+61
|
* (nw) minor language updates / corrections braintro2020-01-242-3/+3
|
* Merge pull request #6192 from FakeShemp/com64 ajrhacker2020-01-241-1/+30
|\ | | | | c64_cass.xml - Add two new dumps
| * c64_cass.xml - Add two new dumps Rebecca Wallander2020-01-211-1/+30
| |
* | Fix PC-FX ADPCM frequency behavior (#6213) cam9002020-01-245-25/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix PC-FX ADPCM frequency behavior but it's still noisy and imperfect; Add imperfect_features for this. huc6230.cpp : Fix ADPCM frequency, Make ADPCM less louder, Fix naming related to patents, Fix stream sample rate related to PSG output rate, Add notes huc6272.cpp : Fix ADPCM frequency * huc6230.cpp : Fix spacing * huc6272.cpp : Add patent for reference * huc6230.cpp, huc6272.cpp : Add patent for reference
* | konmedal.cpp few more fixes (nw) MetalliC2020-01-251-5/+5
| |
* | (nw) laziness Robbbert2020-01-251-0/+1
| |
* | toki_ms.cpp: irq 0 is routed on MSM (nw) angelosa2020-01-241-11/+29
| |
* | k054156_k054157_k056832.cpp: Fix syntax (nw) AJR2020-01-241-1/+1
| |
* | Merge branch 'master' of https://github.com/mamedev/mame angelosa2020-01-2412-19/+610
|\ \
| * | Plug and Play work (#6214) David Haywood2020-01-2412-19/+610
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new WORKING machines ---- Vs Maxx Texas Hold'em TV Poker - 6 Player Edition (US) [Sean Riddle, David Haywood] Deluxe TV Poker - Texas Hold'em, Blackjack & Video Poker (US) [Sean Riddle, David Haywood] * (nw) * (nw) * new WORKING machines --- TV Sports 10-in-1 / Decathlon Atlhetic Sport Games [TeamEurope, David Haywood] new NOT WORKING machines --- Lexibook Compact Cyber Arcade - Frozen [TeamEurope] * (nw) * new NOT WORKING ---- Sudoku (Elan type hardware) [Sean Riddle] * new NOT WORKING --- Lexibook Compact Cyber Arcade - 250-in-1 (JL2375) [TeamEurope, David Haywood] * new NOT WORKING ---- Plug and Play Sudoku (VT based) [Sean Riddle, David Haywood] * (nw) * new clones --- Excite Sports Wireless Interactive TV Game - 48-in-1 (set 2, PAL) [TeamEurope] * (nw)
* | | Clones promoted to working angelosa2020-01-241-19/+154
|/ / | | | | | | | | ---------------------------- Toki (Modular System) [Angelo Salese]
* | monmedal.cpp checkpoint, promoted to working MetalliC2020-01-243-108/+259
| |
* | fdes2265: wrong interrupt pin (nw) hap2020-01-241-1/+4
| |
* | New working clones hap2020-01-248-25/+48
| | | | | | | | | | ------------------ Excel 68000 Mach IV 68020 Master 2325 [hap, Berger]
* | (nw) spectrum_cass: fixed invalid characters in rom name Robbbert2020-01-241-1/+1
| |
* | (nw) gigatron validation fix Robbbert2020-01-241-4/+4
| |
* | (nw) housekeeping, again Robbbert2020-01-242-2/+18
| |
* | jazz: diagnostic led (nw) Patrick Mackinlay2020-01-243-10/+62
| |
* | jazz: video notes (nw) Patrick Mackinlay2020-01-241-4/+2
| |
* | mips1: alignment checking/exceptions (nw) Patrick Mackinlay2020-01-242-52/+87
| |
* | williams.cpp: De-virtualize functions to fix blasterkit using the wrong ↵ AJR2020-01-241-9/+9
| | | | | | | | override (nw)
* | m88000: Use split memory spaces for MC88100; fix masking logic in ↵ AJR2020-01-234-11/+26
| | | | | | | | disassembler (nw)
* | fix build with clang 9.0.0 on windows smf-2020-01-241-1/+1
| | | | | | | | | | | | ../../../../../src/osd/modules/input/input_winhybrid.cpp:107:16: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] : m_variant({0})
* | bitwise comparison always evaluates to false [-Werror=tautological-compare] smf-2020-01-241-1/+1
| | | | | | | | | | 1014 | (inst & 0xfc007c00) == 0x84004200 ? 'x' : 'r', | ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~