summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech8.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) itech8.cpp: Correct ROM names for Hot Shots Tennis sets braintro2019-12-231-18/+18
* New working clone braintro2019-12-161-8/+27
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-21/+19
* (nw) itech8.cpp: Add version number to Poker Dice in case there are alt versi... braintro2019-08-221-1/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-071-1/+1
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* tlc34076.cpp : Remove unnecessary address_space arguments (nw) cam9002019-01-271-2/+2
* itech8 - clean up rom loading + banking, fix issue with cam900 submission (nw) DavidHaywood2018-10-021-170/+107
* itech8.cpp : Cleanups (#4038) cam9002018-10-021-126/+109
* new working clone - Rim Rockin' Basketball (V1.2, bootleg) (#4026) ClawGrip2018-09-281-4/+40
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-228/+175
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-33/+33
* itech8.cpp: Minor ROM label corrections (nw) braintro2018-05-291-18/+18
* new working clone - Golden Tee Golf Joystick v3.3 braintro2018-05-281-7/+31
* 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