summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2198/+0
* New working clones Ivan Vangelista2022-03-171-1/+45
* New working clones Ivan Vangelista2022-03-031-0/+44
* New machines marked as NOT_WORKING Ivan Vangelista2021-11-271-9/+38
* Fix midvunit, simple share allocation/width issue Olivier Galibert2020-11-241-2/+2
* -hp3478a.cpp: Made LCD segments dark in internal artwork. Vas Crabb2020-11-041-1/+1
* New working clones Brian Troha2020-08-291-15/+58
* midvunit.cpp: crusnwld uses newer type PIC MetalliC2020-08-141-37/+9
* redo prev using 'full' PIC dumps with ID and config word (nw) MetalliC2020-08-111-6/+6
* add security PIC dumps for wargods, mace, blitz99, carnevil, gauntleg, gauntd... MetalliC2020-08-111-0/+8
* midvunit.cpp: Document Cruis'n World mask ROM format. braintro2020-08-021-0/+13
* midvunit.cpp: Confirmed the P2 and L1 revision U2 sound code to be identical ... braintro2020-07-271-4/+4
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* New Working Clone - Cruis'n USA (rev L4.4) [Brian Troha, The Dumping Union] braintro2020-07-201-378/+455
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-40/+40
* a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-1/+1
* Change DCS reset control to active low in Midway drivers (nw) AJR2020-04-101-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-17/+17
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* srcclean (nw) Vas Crabb2019-09-221-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-161-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* Redump A19993 PAL Hydreigon2232019-09-021-6/+22
* Midway V Unit linking stub (#5336) Risugami2019-08-031-2/+56
* (nw) Remove outdated comment about War God sound on boot up braintro2019-05-081-2/+0
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+0
* devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-311-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+20
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-10/+11
* Merge pull request #4575 from cam900/midwayic_args R. Belmont2019-02-041-6/+6
|\
| * midwayic.cpp : Reduce unnecessary arguments in handlers cam9002019-02-011-6/+6
* | adc0844.cpp : Remove unnecessary arguments in handlers cam9002019-02-031-2/+2
|/
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-261-14/+6
* Fix build, and start removing MCFG from tms32031, nw mooglyguy2018-12-071-5/+4
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-14/+16
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-3/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-11/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-31/+31
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-9/+2
* 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-29/+29
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-18/+18