summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mappy.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mappy: output_finder Dirk Best2018-05-171-2/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+20
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-54/+54
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* namco, polepos: Clean up some line write handlers (nw) AJR2018-05-011-3/+3
* mappy.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) AJR2018-03-281-15/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-58/+65
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-2/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+9
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-9/+9
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-9/+9
* flower.cpp: actually using Nsmco xtal so most likely runs at 60.606060 ... (nw) angelosa2017-11-031-1/+1
* mappy.cpp: Clean up I/O handlers (nw) AJR2017-07-251-331/+37
* New 74LS259/9334/CD4099 devices AJR2017-07-251-152/+67
* mappy.cpp: Use LS157 device for DSW2 mux (nw) AJR2017-07-011-75/+85
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-39/+39
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* More DAC identification and Namco sound research (nw) AJR2017-01-131-7/+7
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-16/+12
* Make watchdog timer a separate device AJR2016-04-301-7/+12
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2477