summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-27115-1056/+1057
| | | | | | | | * use plural names for output finders when there are multiple outputs (nw) * use plural names for output finders when there are multiple outputs (nw) * use plural names for output finders when there are multiple outputs (nw)
* motogonki checkpoint, seems running and showing something (nw) MetalliC2018-05-261-2/+71
|
* srcclean (nw) Vas Crabb2018-05-2734-149/+149
|
* tatsumi.cpp: fixed broken sound in bigfight/cyclwarr, demoted cyclwarr and ↵ angelosa2018-05-261-8/+16
| | | | apache3 to not_working (missing important game elements) (nw)
* trivial stuff (nw) Vas Crabb2018-05-272-32/+32
|
* I can't even do simple changes (nw) smf-2018-05-261-1/+1
|
* exidy440.cpp, vertigo.cpp: Improve encapsulation for audio device AJR2018-05-262-138/+56
|
* new WORKING machine smf-2018-05-261-0/+11
| | | | | ----------------------- Jikkyou Powerful Pro Yakyuu EX '98 (GC811 VER. JAA) [Charles MacDonald, Candy Wolff, Henrique Areias Pontes, Sean Sutton, Surgeville, Dane Biegert, Smitdogg, The Dumping Union, smf]
* a7150: pass usart/timer and graphics board tests; hook up 8087 (nw) (#3556) Sergey Svishchev2018-05-271-10/+52
| | | | | | * a7150: pass usart/timer and graphics board tests; hook up 8087 (nw) * a7150: follow-up on PR#3556
* nmk16.cpp: redumped tomagic background rom (nw) angelosa2018-05-261-1/+1
|
* new NOT WORKING machine MetalliC2018-05-261-1/+22
| | | | | ----------------------- Motogonki [IgorR76]
* gamemasters.cpp: Silly mistake (nw) AJR2018-05-261-1/+2
|
* atarist.cpp: Use device finder for floppies (nw) AJR2018-05-262-14/+5
| | | | blitz68k.cpp: Of course this has to be optional (nw)
* blitz68k.cpp: Replace machine().device with finder (nw) AJR2018-05-261-8/+7
|
* dectalk.cpp: Eliminate machine().device (nw) AJR2018-05-261-3/+3
| | | | pc9801_26: Fix clang build (nw)
* (nw) quick protection before freeze Robbbert2018-05-276-9/+23
|
* k001005: use device_finder, nw Ryan Holtz2018-05-262-6/+3
|
* New working machines Nigel Barnes2018-05-261-5/+28
| | | | | -------------------- Dragon MSX-64 [David F.Gisbert aka Tromax, AUIC, Robcfg]
* tp84: device_finder stuff. Also removed a bunch of commented-out stuff that ↵ Ryan Holtz2018-05-267-21/+14
| | | | was tripping my device_finder search. (nw)'
* sms: device finder. (nw) Ryan Holtz2018-05-261-2/+2
|
* vcop: Adjust dips for new I/O board, remove I/O board ROM from driver Dirk Best2018-05-261-10/+4
|
* pgm2.cpp: removed tag look-up (nw) Ivan Vangelista2018-05-261-1/+1
|
* malzak.cpp: removed unused tag look-up (nw) Ivan Vangelista2018-05-261-21/+19
|
* atarisy2.cpp: removed tag lookup (nw) Ivan Vangelista2018-05-261-1/+1
|
* new not working clone Ivan Vangelista2018-05-261-0/+32
| | | | | --------------------------------- LD Quiz 4 - Kotaemon Gachi (Japan) [italiandoh]
* new not working clone Ivan Vangelista2018-05-261-0/+16
| | | | | --------------------------------- Batman (1.03 France) [PinMAME]
* new not working machine Ivan Vangelista2018-05-261-0/+175
| | | | | ------------------------------------- Fonz [Andrew Welburn, The Dumping Union]
* aces1.cpp: minor documentation update (nw) Ivan Vangelista2018-05-261-21/+27
|
* royalmah.cpp: Eliminate machine().device (nw) AJR2018-05-251-1/+1
|
* model2io2: Support Virtua Cop Dirk Best2018-05-261-9/+18
| | | | | | | | | * Also improve dip switches * Hook up watchdog MB3773 * Map second RS232 port and connect control signals * Clock for 315-5338A and MSM6253 * Improve documentation * Remove rxtxcb_w from tmp84c015
* segaxbd.cpp: Forgot to update this config (nw) AJR2018-05-251-0/+4
|
* sega_315_5250: Interrupt callback modernization (nw) AJR2018-05-251-62/+19
|
* pc9801.cpp: added SpeakBoard sound card emulation [Angelo Salese, Takahiro Nogi] angelosa2018-05-251-1/+1
|
* taito_b.cpp: Add clock for TC0180VCU; use device finder instead of ↵ AJR2018-05-251-62/+60
| | | | machine().device (nw)
* williams.cpp: Clean up scanline timers (nw) AJR2018-05-252-9/+15
|
* pc9801.cpp: Improved and reorganized -26 and -86 sound card ROM readbacks ↵ angelosa2018-05-251-52/+3
| | | | [Angelo Salese, Takahiro Nogi]
* nmk16.cpp: tomagic bg tiles ROM is half size (nw) angelosa2018-05-251-2/+2
|
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-251-11/+3
| | | | | | | | | | | | * interpro: lle keyboard working * lle keyboard working, mapping incomplete * slow down cpu, fixes keyboard boot and graphic glitching * remove unnecessary reset suspend/timer * 6700/6800 eprom confirmed to match 2700/2800 * fix line clipping crash and remove noisy logging * interpro: don't use UCHAR_MAMEKEY (nw)
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-257-76/+76
| | | | | | | | | | | | overloads, remove some absolute device lookups, remove some absolute device tags, and generally clean up stuff fix incorrect device class for PCI APIC (nw) xbox machine config looks ugly now - the devices should expose proper constructor overloads that accept the parts of the PCI ID that are in system PROM or customisable by the OEM and hard-code the parts inherent to the device
* New clones marked as NOT_WORKING Nigel Barnes2018-05-251-8/+44
| | | | | -------------------------------- Autocue 1500 [Mikko Heinonen]
* acrnsys1: Add XTAL and correct year (nw) Nigel Barnes2018-05-251-8/+8
|
* poly.cpp: Use original encrypted ROMs, and decrypt. Nigel Barnes2018-05-251-139/+359
| | | | | | | | | | | - Implemented banking and system/user mode switching. - Added PolyBASIC 3.0, 3.1, and 3.4. New clones marked as NOT_WORKING -------------------------------- Poly 1 Educational Computer (early) [Nigel Barnes, Andrew Trotman] Poly 2 Learning System [Nigel Barnes, Andrew Trotman] Poly Development System [Nigel Barnes, Andrew Trotman]
* tomagic: Players 1 and 2 are the ordinary way around (nw) AJR2018-05-241-27/+27
|
* tomagic: Identify more inputs and DSWs (nw) AJR2018-05-241-35/+40
|
* tomagic: Add sound system and some basic inputs AJR2018-05-241-28/+47
|
* new machines marked as NOT WORKING DavidHaywood2018-05-241-0/+173
| | | | | | Tom Tom Magic [Jeffrey Gray, ranger_lennier, Evan Korzon, Dane Biegert, MrGoodwraith, Charles MacDonald, Brian Troha, The Dumping Union] (it's cloned nmk16.cpp hardware, with some changes)
* new working clone Ivan Vangelista2018-05-241-0/+47
| | | | | ------------------------------------------------- The King of Dragons (ETC 910731) [Sergio Galiano, Recre_Piscis, Spain]
* wicat: Small improvements because more ambitious ones tend to break things (nw) AJR2018-05-241-26/+22
| | | | | | - Better guesses at character width and screen raw parameters - Add reverse-video cursor - Double pixels for characters
* barata/montec: fix regressions (nw) Wilbert Pol2018-05-241-1/+1
|
* pc9801.cpp: fix sound ROM mapping, fixed sound board initialize for Eikan wa ↵ angelosa2018-05-241-6/+8
| | | | Kimi ni 2 [Angelo Salese]