summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs017.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-5655/+0
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* igs17.cpp: Fixed demo sounds DIP switch (#9933) Mitchell Hancock2022-06-151-3/+3
* igs017.cpp, igs022.cpp: Improved protection and decryption; ,oved protection ... Luca Elia2022-06-121-1958/+2512
* Revert "igs017.cpp: Improved protection and decryption [Luca Elia]" Vas Crabb2022-04-101-2450/+1803
* igs017.cpp: Improved protection and decryption [Luca Elia] Luca Elia2022-04-091-1803/+2450
* init vars for coverity (drivers/i) Robbbert2022-03-251-1/+1
* New working clones Ivan Vangelista2022-01-181-0/+16
* -igs017.cpp, igs_m027.cpp: Improved lhzb* descriptions. Vas Crabb2021-11-291-2/+2
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New working clones Ivan Vangelista2021-03-201-0/+16
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* cvs, galaxian, galaxold, igs017, snes, supracan, taitotz, trs80m3, vectrex, x... Ivan Vangelista2020-11-061-0/+1
* drivers\igs017.cpp, machine\igs025.cpp: some state saving Ivan Vangelista2020-10-191-14/+33
* igs017.cpp: added inputs for starzan, happyskl and unkigs Ivan Vangelista2020-10-131-13/+293
* New machines marked as NOT_WORKING Ivan Vangelista2020-10-101-2/+52
* 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