summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add misc pal dumps TwistedTom2020-09-021-17/+17
* mkyawdim2 fix sound, add pal dumps (#6884) Tom2020-06-301-31/+75
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-8/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-68/+59
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-59/+68
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-32/+37
* tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-061-1/+0
* audio/williams.cpp : Remove unnecessary arguments in handlers cam9002019-02-021-2/+2
* remove some MCFG macros that were barely used any more (nw) Vas Crabb2019-01-061-35/+22
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+6
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* tms34010: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-051-16/+16
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* midyunit.cpp: Add SL1 revision sound ROM to Smash T.V. V3.01 [Jim Hernandez] braintro2018-11-071-85/+85
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-7/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-56/+56
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+3
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+25
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* term2: Hardware note (nw) AJR2017-11-151-1/+1
* term2: Add ADC0844 (nw) AJR2017-11-071-11/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* trogpa4: Use different inputs for this prototype AJR2017-03-221-1/+32
* trog: Change joystick inputs to 4-way AJR2017-03-221-16/+16
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-13/+13
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* midyunit.cpp: Label the PA2 Terminator 2 set as "prototype" as per other sets... briantro2016-09-011-3/+3
* Update midyunit.cpp MASH2016-09-011-1/+1
* Terminator 2 - Judgment Day Proto clone added briantro2016-08-311-0/+34
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
* minor doc update / rom name correction - NW briantro2016-08-221-89/+89
* midyunit.cpp: Spelling correction - NW briantro2016-08-161-1/+1
* new German Terminator 2 - Judgment Day clone briantro2016-08-161-90/+123
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-1/+1
* more gen_latch (nw) Ivan Vangelista2016-06-071-3/+4
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1