summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/indy_indigo2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* -indy_indigo2: General cleanup, device-ified HAL2 and HPC3, and moved HAL2, H... mooglyguy2018-04-231-1317/+48
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-20/+21
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+14
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* some more device_add_mconfig. Done for the \mame tree. Will wait for freeze t... Ivan Vangelista2017-05-271-6/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+20
* Self-registering devices prep: Vas Crabb2017-02-271-14/+16
* srcclean (nw) Vas Crabb2016-11-271-8/+8
* Fixed also the SCC read device so that the console works Joakim Larsson Edstrom2016-10-261-1/+1
* Fix crash when rs232 ports enabled in indy_indigo2, (nw) therealmogminer@gmail.com2016-10-251-25/+21
* Fixed SCC hookup Joakim Larsson Edstrom2016-10-251-6/+63
* srcclean (nw) Vas Crabb2016-10-231-40/+40
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-74/+74
* another minor fix, nw therealmogminer@gmail.com2016-10-181-2/+2
* m_compile m_fix (m_nw) Olivier Galibert2016-10-181-2/+2
* fix offset errors, nw therealmogminer@gmail.com2016-10-181-11/+11
* more minor cleanup for indy-indigo2 driver, nw therealmogminer@gmail.com2016-10-181-249/+468
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-4/+6
* minor indy_indigo2 cleanup, 12-year-old code written at university is embarra... therealmogminer@gmail.com2016-10-161-582/+220
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-11/+6
* at: create at motherboard device and split pci and ps2 machines into own file... cracyc2016-02-241-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* - SGI: Added R3000 IRIS Indigo skeleton. [MooglyGuy, Jan-Jaap] therealmogminer@gmail.com2015-12-231-0/+1675