summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/itech8.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* tms34061.cpp : Simplify handlers, Use shorter type values cam9002019-03-081-1/+1
* itech8 - clean up rom loading + banking, fix issue with cam900 submission (nw) DavidHaywood2018-10-021-2/+7
* itech8.cpp : Cleanups (#4038) cam9002018-10-021-19/+20
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-11/+41
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-25/+28
* 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-8/+8
* itech8.cpp, itech32.cpp: Replace MCFG_CPU_VBLANK_INT with line callbacks (nw) AJR2018-03-281-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+19
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* itech8.cpp: Ninja Clowns improvements [Angelo Salese] angelosa2017-09-101-3/+7
* srcclean (nw) Vas Crabb2017-07-231-3/+3
* MAMETesters Bugs Fixed Phil Bennett2017-07-151-1/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* reduce tagmap lookups and read_safe usage in a few drivers (nw) Wilbert Pol2015-08-131-0/+10
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-2/+2
* itech8.c: preparation for save state support. Not enabled yet since ninclown ... Ivan Vangelista2015-07-131-20/+45
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* tms34061_device: converted to devcb2 (nw) Ivan Vangelista2014-03-241-2/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Some cleanups of remaining machine->primary_screen references in drivers. Mostly Aaron Giles2013-08-051-0/+2
* Converted tms34061 to be a device. [Osso] Scott Stone2013-07-091-7/+8
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-3/+2
* some more cleanup (nw) Miodrag Milanovic2013-02-141-7/+20
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Modernization of drivers part 8 (no whatsnew) Miodrag Milanovic2013-02-081-6/+6
* Fully modernised the TLC34076 device [Phil Bennett] Phil Bennett2013-01-271-0/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-2/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-16/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+10
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6