summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Minor Sega games documentation update (nw) braintro2018-12-131-1/+1
* Fixed macOS build, nw mooglyguy2018-12-091-2/+2
* -mb86235, sh7604, sharc: Removed MCFG macros, nw mooglyguy2018-12-091-158/+153
* scsp.cpp : Updates cam9002018-11-291-7/+7
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-4/+4
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+4
* hotdp: corrected ROM labels, notes (nw) MetalliC2018-09-081-8/+8
* new NOT_WORKING clone MetalliC2018-09-061-0/+50
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-4/+4
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-3/+3
* vgmplay: Added SCSP support [smf] smf-2018-08-161-372/+376
* some tweaks to 315-5838 (decathlt) based on further observations (nw) (#3831) David Haywood2018-08-061-15/+41
* Implement 315-5838 compression / encryption chip used by Decathete [Peter Wil... David Haywood2018-08-061-5/+45
* model2.cpp: Cut-n-paste fix (nw) braintro2018-07-211-1/+1
* model2.cpp: Minor doc update (nw) braintro2018-07-211-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more MCFG_ gone (nw) Vas Crabb2018-07-091-120/+137
* remove more macros (nw) Vas Crabb2018-07-071-64/+65
* devcb3 Vas Crabb2018-07-071-25/+24
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-57/+57
* More custom MCFG results, nw mooglyguy2018-06-051-2/+2
* vcop: Adjust dips for new I/O board, remove I/O board ROM from driver Dirk Best2018-05-261-10/+4
* model2io2: Support Virtua Cop Dirk Best2018-05-261-9/+18
* model2.cpp: Use required_device_array for timers (nw) AJR2018-05-201-4/+0
* model1io: Various updates Dirk Best2018-05-201-1/+47
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-30/+30
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-30/+30
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-76/+76
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-79/+79
* model2: Fix input issue with srallyc (possibly others) Dirk Best2018-05-021-4/+3
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-2/+2
* model2: fix lightgun games (nw) Dirk Best2018-04-291-1/+1
* 315_5649: Allow side effects of analog read to be disabled (nw) AJR2018-04-271-1/+1
* model2.cpp: Use MB8421 DPRAM device (nw) AJR2018-04-261-74/+25
* model2: Use 315-5649 device. Improve and clean up all inputs. Dirk Best2018-04-251-749/+767
* srcclean (nw) Vas Crabb2018-04-221-3/+3
* model2.cpp: No main board EEPROM for original Model 2 (nw) AJR2018-04-181-1/+0
* new working game angelosa2018-04-181-1/+1
* model1/model2: Emulate Model 1 I/O board, remove I/O RAM device Dirk Best2018-04-181-53/+91
* fixed building with Visual Studio (nw) smf-2018-04-121-1/+1
* model2: Proper default values for lightgun games Dirk Best2018-04-101-74/+90
* model2: Fix some input related isses after the last change Dirk Best2018-04-091-7/+39
* Rename 315-5338a to m1io since it doesn't actually represent that device Dirk Best2018-04-081-15/+15
* model2: Use sega_315_5338a_device and improve inputs/outputs. Dirk Best2018-04-081-127/+173
* Clang is being annoying (nw) Olivier Galibert2018-04-051-13/+22
* partially fix Clang compile (nw) arbee2018-04-051-10/+10