summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3566/+0
* -qx10.cpp: DeMorgan is your friend. Vas Crabb2021-04-161-119/+1
* midyunit.cpp: Add documentation about the known NARC sound program ROMs and s... Brian Troha2021-04-111-0/+10
* midyunit.cpp: Don't split the PCB layout information. Brian Troha2021-04-111-7/+6
* Additional notes, documentation & history of Williams/Midway games based on s... Brian Troha2021-04-101-4/+42
* Document an undumped Trog PA3-PAC ROMs as documented in the Trog source dump. Brian Troha2021-04-101-0/+11
* midyunit.cpp: Total Carnage Proto v3.00 not fully sorted, so remove it. Brian Troha2021-04-091-50/+0
* New working clones Brian Troha2021-04-091-16/+297
* New working clones Ivan Vangelista2021-03-251-0/+24
* midyunit.cpp: Dumped the correct REV1 sound ROMs for Narc (rev 1.80) [Brian T... Brian Troha2021-03-081-6/+6
* midtunit.cpp + midyunit.cpp: Correct ROM labels for the Mortal Kombat sets Brian Troha2021-01-261-257/+258
* New working clones Brian Troha2020-12-221-501/+610
* New working clones Brian Troha2020-12-211-0/+104
* midyunit.cpp: Re-add deleted line - not sure why test build was successful wi... Brian Troha2020-12-161-0/+1
* midyunit.cpp: Correct ROM labels for the Narc sets. Brian Troha2020-12-161-262/+261
* Fix midyunit, similar to midvunit Olivier Galibert2020-11-241-1/+1
* Various comments added and updated to add input port details, more detailed r... Lord-Nightmare2020-11-191-5/+6
* 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