summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homedata.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
* New working clone braintro2020-01-131-10/+43
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* homedata.cpp: ioport array for the mahjong keys, added 2nd player inputs for ... Ivan Vangelista2019-05-091-38/+88
* homedata.cpp: updated row selection in pteacher_keyboard_r, fixes inconsisten... Ivan Vangelista2019-05-081-46/+46
* homedata.cpp: fixed MT7314. This restores working state, though the move to u... Ivan Vangelista2019-05-061-0/+2
* homedata.cpp: removed MACHINE_IMPERFECT_SOUND and updated comments for mjikag... Ivan Vangelista2019-05-021-3/+2
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-214/+216
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-216/+214
* volt_reg: set default m_output (nw) hap2019-02-191-3/+0
* sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-1/+1
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* homedata.cpp: Minor doc update (nw) braintro2019-01-181-15/+15
* homedata.cpp : Update / Cleanups cam9002019-01-181-195/+200
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-14/+10
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-12/+12
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-38/+33
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-36/+36
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-21/+21
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-21/+21
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-25/+25
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-48/+48
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-10/+10
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-78/+78
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-98/+108
* homedata: All of these should be 6809E (nw) AJR2018-02-171-5/+5
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-3/+3
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-7/+7
* homedata.cpp: Battlecry prototype to working status. I botched rom loading (nw) Ivan Vangelista2017-11-241-5/+5
* new working clone Ivan Vangelista2017-11-231-1/+100
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-1/+1
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-1/+1
* Apply part of "Fix MT #00490" lost in merge [Kale] smf-2017-09-051-0/+2
* fix upd7801 & upd78c05 internal ram size & removed ram from memory maps. (nw) smf-2017-07-121-2/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-22/+22
* homedata.cpp: various updates [Bad-A-Billy] Bad-A-Billy2017-03-171-35/+37
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3