summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech32.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-4/+5
* 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-102/+102
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-24/+24
* itech32.cpp: Correct comment line (nw) braintro2018-04-221-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-4/+4
* drivedge: Fix regression (nw) AJR2018-03-301-0/+3
* new clone added - Time Killers (alt rom board) braintro2018-03-291-15/+49
* itech8.cpp, itech32.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) AJR2018-03-281-7/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-109/+117
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* itech32.cpp: Minor correction to ROM name (nw) briantro2018-02-221-3/+3
* Build fixes (nw) AJR2018-02-171-1/+1
* itech32.cpp : Fix sound outputs with allocated PCB sound output connectors (#... cam9002018-02-171-2/+10
* (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-8/+8
* itech32.cpp: not 'o' it's zero (nw) briantro2018-02-111-3/+3
* itech32.cpp: Fix cut-n-paste error (nw) briantro2018-02-101-2/+2
* new clone added - Hard Yardage v1.10 briantro2018-02-101-39/+72
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* itech32.cpp: Slightly better documentation (nw) briantro2018-01-301-1/+4
* itech32.cpp: Document alt ROM board for Time Killers (nw) briantro2018-01-301-0/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-4/+4
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* new working clone - World Class Bowling v1.0 briantro2017-12-301-2/+37
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-9/+8
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-8/+9
* A few more to MC6809 (nw) AJR2017-12-111-1/+1
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-8/+7
* New Time Killer clone briantro2017-06-021-36/+64
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* minor doc updates / corrections - NW briantro2016-12-081-2/+2
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* New Golden Tee '98 clone briantro2016-08-221-1/+33
* itech32.cpp: Restore unique sound rom - NW briantro2016-07-301-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* itech32.cpp: Correct rom names in the Pairs sets - NW briantro2016-07-021-28/+28
* itech32.cpp: added save state support (nw) Ivan Vangelista2016-07-011-81/+104
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-1/+1
* Make watchdog timer a separate device AJR2016-04-301-5/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3