summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-32/+32
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-135/+135
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-80/+80
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-11/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-16/+13
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-2/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-10/+10
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-324/+324
* New clones added mariuszw12010-11-231-0/+21
* Eliminated non-functioning service mode mapping which was a duplicate (ssride... Scott Stone2010-10-131-3/+1
* Small fix to separate shared inputs for glfgreat (tmnt.c) Scott Stone2010-10-131-3/+3
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-8/+7
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-60/+24
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-12/+12
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-38/+38
* Time to kill off some deadwood. Aaron Giles2010-07-071-13/+13
* Confirmation (with frequency counter) of proper 68000 clock speeds (16 MHz) f... Scott Stone2010-06-171-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Drums volume was too low when compared to pcb. Volume levels are not perfect ... Michaël Banaan Ananas2010-05-301-2/+2
* konami->bootleg Michaël Banaan Ananas2010-05-231-1/+1
* new clone add: Teenage Mutant Hero Turtles Brian Troha2010-04-121-1/+36
* Cleanups and version bump. Aaron Giles2010-03-111-17/+17
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+70
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Cleanups and version bump. Aaron Giles2010-01-161-14/+14
* Fix assert for prmrsocr + clones - no whatsnew needed [Fabio Priuli] Scott Stone2010-01-121-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* misc Konami wip: Fabio Priuli2010-01-051-403/+528
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-32/+32
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-6/+6
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-6/+6
* Updated konamigx.c, tmnt.c and mystwarr.c to use eeprom device (and removed i... Fabio Priuli2009-12-231-116/+68
* Updated bishi.c and djmain.c to use Konami video devices Fabio Priuli2009-12-221-4/+0
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-141/+351
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-28/+28