e='generator' content='cgit v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/itech8.cpp
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-21/+21
* itech8.cpp, itech32.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) AJR2018-03-281-9/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-93/+103
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-26/+40
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-19/+19
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-11/+11
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-11/+11
* A few more to MC6809 (nw) AJR2017-12-111-7/+7
* ticket.cpp: Eliminate legacy write method and "active bit" nonsense (nw) AJR2017-12-061-4/+4
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* itech8.cpp: Slight ROM name correction for Arlington Horse Racing (nw) briantro2017-11-021-10/+10
* itech8.cpp: correct ROM labels (nw) briantro2017-09-231-12/+12
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* itech8.cpp: moved vblank irq generation for Ninja Clowns, fixes frames per se... angelosa2017-09-101-1/+2
* itech8.cpp: Ninja Clowns improvements [Angelo Salese] angelosa2017-09-101-10/+19
* MAMETesters Bugs Fixed Phil Bennett2017-07-151-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-4/+4
* Move static data out of devices into the device types. This is a significant...