summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/midwayic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-221-2/+2
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-13/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-10/+10
* space.machine -> machine (nw) Olivier Galibert2017-12-141-6/+6
* improved wheel board on seattle and vegas Risugami2017-07-221-47/+3
* midwayic: Added auxillary output callback. (nw) Ted Green2017-06-291-6/+16
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* vegas: Add proper ioasic shuffling for nbagold and add sio fpga register rese... Ted Green2017-05-191-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-28/+13
* midwayic: Block register updates until unlocked. (nw) Ted Green2017-04-221-7/+11
* Added serial input Ted Green2017-03-171-9/+33
* Device validation fixes: Galaxy Games, Midway, Sega, DECO (nw) AJR2017-03-031-9/+2
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* removed unused MCFG_PIC16C5x_T0_CB callbacks (nw) hap2017-02-111-7/+0
* midwayic: Squelch logerror from interrupt control (nw) Ted Green2016-12-281-1/+1
* first srcclean pass (nw) Vas Crabb2016-12-251-7/+7
* decapped and read out security pics for umk3 and rmpgwt [Caps0ff] David Haywood2016-12-231-2/+87
* midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-2/+15
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* srcclean (nw) Vas Crabb2016-10-231-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* Added layout for San Francisco Rush Risugami2016-10-181-1/+45
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1
* fix sfrush regression (nw) David Haywood2016-01-251-5/+11
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-10/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1085