summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midvunit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-4/+4
* cleaned up midvunit inputs and outputs. cleaned up seattle outputs. (#3355) Risugami2018-03-191-121/+62
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-52/+54
* midvunit.cpp: Cruis'n USA documentation updates Ivan Vangelista2018-02-191-7/+8
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-2/+2
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-1/+1
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-1/+1
* midvunit: Use ADC0844 device Dirk Best2017-11-061-22/+13
* srcclean (nw) Vas Crabb2017-08-271-3/+3
* Better documentation for midvunit wheel board (#2546) Risugami2017-08-051-64/+82
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* more work on anonymous timers. sprint8.cpp gets save state support (nw) Ivan Vangelista2017-04-121-1/+3
* Renamed wargods CHD to reflect actual version on disk therealmogminer@gmail.com2016-10-251-2/+4
* srcclean (nw) Vas Crabb2016-10-231-5/+5
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Added clickable buttons to a few Midway layouts and cleaned up some code. Risugami2016-10-031-60/+95
* Fixed Midway V Unit wheel output. It seems the diagnostics test for the wheel... Risugami2016-09-021-1/+1
* Finished implementing motion controller. Motion test will succeed and everyth... Risugami2016-08-241-29/+51
* Know everything the Galil console interface will send and receive. Faking one... Risugami2016-08-241-14/+17
* Finished implementing the Galil command communication. Still don't know what ... Risugami2016-08-231-8/+29
* Dumping Galil commands to osd_printf_error for now. Not confident enough in t... Risugami2016-08-231-7/+17
* Added basic wheel force feedback reference and made notes on other outputs. Risugami2016-08-221-10/+19
* Reverting original commit that I thought was removed already. Risugami2016-08-211-37/+9
* Fixed commit. Risugami2016-08-211-18/+0
* Merge Risugami2016-08-211-1/+38
* Added layout for Midway V-Unit games: Cruis'n USA, Cruis'n World, and Off Roa... Risugami2016-08-211-26/+56
* Devfind revision phase 2 (nw) AJR2016-08-051-3/+2
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-5/+10
* Make watchdog timer a separate device AJR2016-04-301-3/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1828