summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New working clones Ivan Vangelista2020-03-114-277/+284
| | | | | ------------------ Jungler (Olympia) [f205v]
* Plug & Play work (#6426) David Haywood2020-03-115-33/+659
| | | | | | | | | | | | | | | | | | | * new NOT WORKING ---- Spider-Man Web Master (JAKKS Pacific TV Motion Game) [Sean Riddle, David Haywood] * new WORKING machine ---- Who Wants To Be A Millionaire (UK, Character Options) [Sean Riddle, David Haywood] * sh6578.work (nw) * (nw) * sh6578 work (nw) * main screen turn on (nw) * allow workram writes via DMA (nw)
* roland_d10.cpp: Use bankdev instead of membank to map banked ROM/RAM; ↵ AJR2020-03-111-35/+62
| | | | | | improve banking setup for d10 (nw) This fixes the "invalid bank entry" error with d10. The schematics don't make it easy to correct this, since most of the banking and chip selection logic is embedded in custom gate arrays.
* New working clones hap2020-03-112-12/+42
| | | | | ------------------ Elite Avant Garde 2100 (set 2) [Berger]
* drw80pkr: Hook up 6845, screen raw parameters Dirk Best2020-03-111-33/+15
|
* triviaquiz.cpp : Fix compile (#6427) cam9002020-03-111-2/+2
|
* tilemap: that macro has contributed nothing but obfuscation since we moved ↵ Vas Crabb2020-03-11597-1394/+1394
| | | | to C++
* Merge pull request #6423 from clawgrip/patch-4 R. Belmont2020-03-101-0/+6
|\ | | | | sidearms.cpp: Add note about starfield ROM [jordigahan]
| * sidearms.cpp: Add note about starfield ROM [jordigahan] ClawGrip2020-03-101-0/+6
| |
* | triviaquiz.cpp: input addresses (nw) Ivan Vangelista2020-03-101-1/+32
| |
* | triviaquiz.cpp: updated vram size, thanks to hap (nw) Ivan Vangelista2020-03-101-3/+5
| |
* | New machines marked as NOT_WORKING Ivan Vangelista2020-03-103-0/+152
| | | | | | | | | | | | | | | | | | ---------------------------------- Trivia Quiz (set 1) [Slowcade] New clones marked as NOT_WORKING -------------------------------- Trivia Quiz (set 2) [Slowcade]
* | Confirm Zeus 2's cab linking is firewire/IEEE 1394 (#6425) Hydreigon2020-03-101-1/+5
| | | | | | | | | | | | | | | | | | * Confirm Zeus 2's cab linking is firewire/IEEE 1394 none * ok, but the note in the above comment box (nw) Co-authored-by: hap <happppp@users.noreply.github.com>
* | (nw) Cleanup on the way: Vas Crabb2020-03-103-13/+13
| | | | | | | | | | | | | | | | | | | | * Add doxygen comments for bit manipulation functions * Add an overload of BIT that works like the AArch64 UBFX instruction * Kill off some of the silly concatenating overloads for emu_file::open * Make searchpath acually useful for devices This is a checkpoint - I'm planning to improve ROM loading behaviour at least a little.
* | namcos11.cpp: minor documentation update by Guru (nw) Ivan Vangelista2020-03-101-1/+2
|/
* pengadvb: add notes (nw) hap2020-03-092-15/+24
|
* Merge pull request #6416 from belegdol/williams-fix-msvc-build R. Belmont2020-03-091-256/+256
|\ | | | | Use floating point literals to stop MSVC warning C4305
| * Use floating point literals to stop MSVC warning C4305 Julian Sikorski2020-03-081-256/+256
| |
* | Merge pull request #6420 from cam900/patch-135 R. Belmont2020-03-091-0/+2
|\ \ | | | | | | toaplan2.cpp : Add notes of bbakraid music timing
| * | toaplan2.cpp : Add notes of bbakraid music timing cam9002020-03-091-0/+2
| | |
* | | Merge pull request #6421 from cam900/patch-136 R. Belmont2020-03-091-3/+3
|\ \ \ | | | | | | | | itech32.cpp : Add notes of register usage
| * | | itech32.cpp : Add notes of register usage cam9002020-03-091-3/+3
| | | |
* | | | New working clones Ivan Vangelista2020-03-092-3/+74
| | | | | | | | | | | | | | | | | | | | ------------------ Penguin Adventure (bootleg of MSX version, not encrypted) [caius]
* | | | subsino2.cpp: demoted xplan to MNW (nw) Ivan Vangelista2020-03-091-1/+2
| | | |
* | | | Plug and Play work (#6411) David Haywood2020-03-094-44/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New machines marked as NOT_WORKING ---------------------------------- Power Rangers Force In Time (JAKKS Pacific TV Motion Game) [Sean Riddle, Kev (FBN)] Domyos Step Concept (Domyos Interactive System) [Sean Riddle, 404_11] Tinker Bell and the Lost Treasure (JAKKS Pacific TV Motion Game) [Sean Riddle, David Haywood] Phineas and Ferb: Best Game Ever! (JAKKS Pacific TV Motion Game) [Sean Riddle, David Haywood] * some paccon visual improvements (nw) * some bits for gormiti (nw) * this seems to be # of sprites to draw, paccon uses it extensively (nw) * realistic address mode select (nw) * notes on flipping (nw)
* | | | New working clones Ivan Vangelista2020-03-092-1/+12
| | | | | | | | | | | | | | | | | | | | ------------------ Tetris (bootleg set 4) [jordigahan]
* | | | korg707: Correct system name; reduce LCD size (nw) AJR2020-03-091-3/+24
|/ / /
* | | sharrier: Better protection simulation [Adrian Smethurst] Olivier Galibert2020-03-091-2/+2
| | |
* | | New machines marked as NOT_WORKING AJR2020-03-093-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------------------- K4 16-bit Digital Synthesizer [DBWBP] New clones marked as NOT_WORKING -------------------------------- K4r 16-bit Digital Synthesizer Module [DBWBP]
* | | New machines marked as NOT_WORKING AJR2020-03-094-0/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------------------- K1 Digital Multi-Dimensional Synthesizer [DBWBP] K1rII Digital Multi-Dimensional Synthesizer Module [DBWBP] K5 Digital Multi-Dimensional Synthesizer [DBWBP] New clones marked as NOT_WORKING -------------------------------- K1m Digital Multi-Dimensional Synthesizer Module [DBWBP] K1r Digital Multi-Dimensional Synthesizer Module [DBWBP] K5m Digital Multi-Dimensional Synthesizer Module [DBWBP]
* | | polgar10: faster irq (nw) hap2020-03-091-10/+13
|/ /
* | (nw) Cut-n-paste & pluralization fix braintro2020-03-082-4/+4
| |
* | New working clone braintro2020-03-082-20/+50
| | | | | | | | | | | | New working clone ------------------ Undercover Cops - Alpha Renewal Version (US) [Brian Troha, The Dumping Union]
* | New working clone braintro2020-03-082-20/+62
| | | | | | | | | | | | New working clone ------------------ The Outfoxies (Korea?) [CoolMod, The Dumping Union]
* | New working clone braintro2020-03-082-51/+96
| | | | | | | | | | | | | | | | New working clone ------------------ Cobra-Command (World/US) [caius, The Dumping Union] dec8.cpp: Added PCB locations to Cobra-Command sets. [caius]
* | taito_z.cpp: Dumped missing BPROMs and PALs for the Special Criminal ↵ braintro2020-03-081-13/+48
| | | | | | | | Investigation sets. [Brian Troha, The Dumping Union]
* | New machines marked as NOT_WORKING AJR2020-03-083-35/+82
| | | | | | | | | | ---------------------------------- Roland D-10 Multi Timbral Linear Synthesizer [DBWBP]
* | upd7810: Add configuration option to disable port pullups for output (nw) AJR2020-03-081-0/+1
| |
* | metro.cpp: Fix random hanging in gunmast (and probably other games with ↵ AJR2020-03-082-38/+25
| | | | | | | | uPD7810 sound) by not syncing on each shift (nw)
* | New working clones Ivan Vangelista2020-03-083-1/+38
|/ | | | | ------------------ Pang! 3 (bootleg, set 2) [Hammy, rtw, ekorz]
* fp1100: Improve synchronization for CPU communications by using generic ↵ AJR2020-03-071-37/+8
| | | | latch devices
* (nw) mz2000 : validation error Robbbert2020-03-081-1/+1
|
* skyarmy: Fix bitrot, makes the game fully playable [O. Galibert] Olivier Galibert2020-03-071-6/+1
|
* Plug and Play work (#6396) David Haywood2020-03-077-17/+491
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gcm394 / paccon - use screen resolution to determine tilemap limits nstead of hardcoding it (nw) * debugging (nw) * tweaks to video (nw) * new NOT WORKING ---- Super Game 36-in-1 (TimeTop SuperGame) [JP_Ronny, TeamEurope] (actually seems playable, but there are some details I want to verify / figure out before promoting it) * map 'X' for timetp36 (nw) * extra io notes (nw) * confirm difficulty mapping (nw) * set to PAL timings (nw) * new NOT WORKING ---- Digi Makeover (Girl Tech) [Sean Riddle, Clawgrip] * move digimakeover to its own driver (nw) * hack to force IRQ on (nw) * alt mode for rad_digi (nw) * some buton notes (nw) * flips for rallyx (nw) * make some IRQ code closer to spg2xx (nw) * improve raster for Xevious (nw) * no macro (nw) * new NOT WORKING ---- Gormiti Game Arena (Spain) [Sean Riddle, Clawgrip] * new NOT WORKING ---- MobiGo (Spain) [Sean Riddle, Clawgrip] * don't use smartfp inputs (nw)
* Add softlist for mz2200 (#6398) Rebecca Wallander2020-03-071-0/+1
| | | | | | | * Add softlist to mz2200 * Format * Jレ -> ル
* Williams2: Improve color processing. [Couriersud] couriersud2020-03-073-33/+52
| | | | | | offsets now cut off before gain is applied. This is how the "cutoff" monitor controls on arcade monitors worked. Adjusted R,G,B gains and offsets.
* galaxian.cpp: bastardized poor René Pierre's name (nw) Ivan Vangelista2020-03-072-2/+2
|
* (nw) More license shuffling Vas Crabb2020-03-07870-4636/+6857
| | | | | | | | Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
* Neogeo: Added unibios 4.0 Robbbert2020-03-071-28/+30
|
* New working clones Ivan Vangelista2020-03-072-18/+36
| | | | | ------------------ Galaxian (René Pierre bootleg) [Michel Blanco]