summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs017.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* igs017.cpp: completed decryption of starzan's program ROM (nw) Ivan Vangelista2020-04-121-46/+24
* igs017.cpp: forgot to mention that sprites ROM hasn't been decrypted yet. Als... Ivan Vangelista2020-04-101-6/+6
* igs017.cpp: hopefully completed decryptions for tarzanc and tarzana. The form... Ivan Vangelista2020-04-101-30/+50
* New machines marked as NOT_WORKING Ivan Vangelista2020-04-091-0/+66
* 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
* misc cleanup (nw) Vas Crabb2019-10-061-18/+20
* Add internal clock divider for Z180 family and adjust CPU clocks in many driv... AJR2019-10-021-3/+3
* igs017.cpp: Z180 is DIP type (nw) AJR2019-09-301-3/+3
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-3/+3
* igs022.cpp : Updates cam9002019-05-231-4/+2
* igs017.cpp : Updates cam9002019-05-031-270/+260
* igs017_igs031.cpp : Updates cam9002019-04-271-189/+162
* (nw) Clean up the mess on master Vas Crabb2019-03-261-150/+147
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-147/+150
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-140/+137
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-10/+10
* Start cleaning up palette configuration: Vas Crabb2018-12-291-37/+28
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-6/+6
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-101/+66
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-28/+28
* devcb3 Vas Crabb2018-07-071-6/+6
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-15/+15
* fixup (nw) Vas Crabb2018-05-281-2/+2
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-17/+17
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-17/+17
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-118/+98
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+9
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-9/+9
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* igs017.cpp: Emulated the protection in iqblocka, iqblockf, genius6 [Luca Elia] Luca Elia2018-05-011-503/+836
* new not working machine Ivan Vangelista2018-04-201-32/+69
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-99/+112
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-14/+27
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-10/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-21/+21
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+20
* (nw) Clean up and improve comments for some Chinese names. No more silly tra... Vas Crabb2018-01-081-15/+22
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-22/+22
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-22/+22
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-21/+21
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-18/+18