summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj8891.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-18/+18
* PORT_CUSTOM simplification (nw) AJR2019-09-141-5/+5
* nb1413m3.cpp: kill nb1413m3 busy flag publicness, kill busyflag hack in three... Angelo Salese2019-06-021-30/+25
* new WORKING machine Angelo Salese2019-06-021-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-113/+111
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-111/+113
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-110/+107
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-69/+50
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-14/+13
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-10/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-92/+92
* 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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-65/+54
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-56/+56
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-29/+29
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-306/+330
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-27/+54
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-24/+24
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-28/+28
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-8/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+8
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-8/+8
* MT 06592 Robbbert2017-07-081-24/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-29/+29
* nbmj8891.cpp: fixed MT06526 (nw) Ivan Vangelista2017-03-281-26/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* nbmj8891.cpp: corrected scandal mahjong dips system11b2016-10-261-28/+5
* jangou.cpp: corrected dip switches for Jangou Lady system11b2016-10-241-24/+2
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-22/+24
* nbmj8891: Corrected scandal dips system11b2016-10-091-15/+16
* Added dips for Lady Maker system11b2016-10-041-20/+21
* Corrected Hana no Momoko gumi dip switches system11b2016-10-031-30/+7
* srcclean (nw) Vas Crabb2016-09-261-14/+14
* Fixed more Mahjong dips as per manuals - system11 system11b2016-09-221-14/+14
* Add "Memory Reset" input type to Nichibutsu mahjong games as designated in so... AJR2016-08-081-24/+24
* Cleanups and version bump Miodrag Milanovic2016-07-271-17/+17
* Fixed dips for Mahjong Focus & Peep Show [system11] system11b2016-07-111-100/+8
* More Mahjong dip switch corrections system11b2016-07-071-117/+8
* Dip switches - lots of them system11b2016-07-051-31/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-31/+31