summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/niyanpai.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-40/+28
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-28/+40
* tmp68301: Merge on-chip peripheral emulation with CPU device AJR2019-03-221-15/+3
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-27/+27
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-1/+1
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-4/+4
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-62/+62
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Bulk move includes/nb141*m*.h -> machine/nb141*m.h (nw) angelosa2018-04-211-1/+0
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* freekick.cpp, nbmj91915.cpp, niyanpai.cpp: Replace MCFG_CPU_VBLANK_INT with l... AJR2018-03-281-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-119/+123
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Eliminate some machine().firstcpu usage (nw) AJR2018-01-021-0/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* Fix niyanpai.cpp:689:31: error: unused variable 'daisy_chain_sound' [-Werror,... Phil Bennett2017-07-161-5/+0
* Wrote a new device container for nichibutsu sound HW, merged usage for csplay... angelosa2017-07-161-61/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* srcclean (nw) Vas Crabb2016-10-231-52/+52
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+14
* Added dips for Lady Maker system11b2016-10-041-8/+14
* Corrected Hana no Momoko gumi dip switches system11b2016-10-031-92/+74
* Designate more memory reset inputs in mahjong games; regularize service input... AJR2016-08-251-4/+4
* nbmj9195,csplayh5,kenseim,niyanpai: Fix the memory maps (collision with the c... Olivier Galibert2016-06-201-2/+1
* more gen_latch (nw) Ivan Vangelista2016-06-071-6/+8
* duhhhhhhhhhh (nw) Olivier Galibert2016-04-271-1/+1
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+901