summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/splash.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1561/+0
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* splash.cpp: fixed regressions Ivan Vangelista2020-11-211-5/+6
* splash.cpp: added some notes about ringball inputs Ivan Vangelista2020-08-241-1/+78
* splash.cpp: decrypted ringball. Currently stuck at initialization / test mode. Ivan Vangelista2020-08-221-8/+39
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-18/+18
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-3/+3
* splash.cpp: Add dipswitch locations to Funny Strip [Brian Troha] braintro2020-01-181-7/+7
* splash.cpp: added a note about a Rebus year hack which has been dumped (nw) Ivan Vangelista2020-01-071-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* (nw) coin fixes for various gaelco games. Robbbert2019-08-031-2/+2
* machine/74259.cpp : Simplify handlers cam9002019-05-011-8/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5
* srcclean and cleanup (nw) Vas Crabb2019-01-271-5/+5
* splash.cpp: Update ROM names as per labels silkscreened on the PCB (nw) (#4445) ClawGrip2018-12-301-41/+41
* -2203intf: Removed MCFG macro, nw mooglyguy2018-12-301-76/+75
* Start cleaning up palette configuration: Vas Crabb2018-12-291-12/+9
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-7/+7
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-5/+5
* devcb3 Vas Crabb2018-07-071-5/+5
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-3/+3
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+7
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-7/+7
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* splash.cpp: document some undumped plds [f205v] Ivan Vangelista2018-05-071-0/+29
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* (nw) last bunch for tonight Robbbert2018-04-121-5/+6
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-87/+101
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-11/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* roldfrog: Add NMI ack (nw) AJR2017-08-241-2/+3
* splash.cpp: Soundlatch modernization (nw) AJR2017-08-241-31/+12
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-2/+2
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-7/+3
* roldfrog: Fix coin lockout (nw) AJR2017-07-251-2/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-17/+36
* funystrp: Separate driver state class (nw) AJR2017-07-241-37/+28