summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-456/+456
* tmnt.c: Correct rom names for the new Sunset Riders clone set. Reordered the ... Brian Troha2012-12-021-6/+6
* New clones added Scott Stone2012-12-011-0/+26
* New clone added Michaël Banaan Ananas2012-11-051-76/+85
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-29/+17
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-26/+22
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-13/+13
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Memory handler normalization, part 1. Aaron Giles2012-09-171-15/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-73/+70
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-12/+12
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-59/+58
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-57/+57
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-15/+18
* cleandown (nw) Michaël Banaan Ananas2012-05-101-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-11/+11
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-12/+12
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+10
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-9/+9
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-9/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-24/+24
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-15/+15
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-12/+12
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-230/+205
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-165/+165
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-20/+20
* k054539: Modernize [O. Galibert] Olivier Galibert2012-03-041-8/+7
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-7/+6
* kanikani dsw update s-t Michaël Banaan Ananas2012-01-271-75/+24
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-24/+12
* deprecat.h Angelo Salese2011-12-091-16/+5
* Removed ugly function interrupt_enable_w from the core, and updated all the d... Angelo Salese2011-11-291-3/+13
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-231-41/+41
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-314/+374
* blswhstl: fixed screen size and zoom [Roberto Zandona'] Roberto Zandona2011-09-251-1/+1
* 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