summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech8.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-38/+38
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-3/+3
* 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... Vas Crabb2017-05-141-24/+24
* dynobop: Yes, PCB is same as Slick Shot (nw) AJR2017-03-291-4/+3
* itech8.cpp: Correct some Dyno Bop rom names - NW briantro2017-03-241-10/+8
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+0
* Further IRQ passthrough cleanup AJR2016-07-081-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-16/+16
* itech8.cpp: Minor rom name & game name correction - NW briantro2016-01-241-2/+2
* new NOT WORKING clones David Haywood2016-01-251-4/+42
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2747