summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taitoic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-33/+33
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-209/+207
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-11/+11
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-10/+10
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-20/+20
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-20/+10
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* fix compile (nw) Miodrag Milanovic2012-09-071-6/+6
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-071-510/+436
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-13/+13
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-27/+27
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-218/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-20/+353
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-242/+242
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-33/+33
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-52/+52
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-59/+59
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-20/+20
* fixed some spelling fixes (eg. layout break, uppercase) Michaël Banaan Ananas2011-08-231-3/+3
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+6
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-17/+15
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-9/+9
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-5/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-52/+52
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-28/+28
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-61/+61
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-61/+41
* Cleanups and version bump. Aaron Giles2010-05-051-1/+1
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-1/+1
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-71/+71
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added driver data struct + save states to darius.c & othunder.c Fabio Priuli2010-01-091-0/+7
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-2/+2
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-0/+5352
* Delete old taitoic.* Aaron Giles2009-12-301-4723/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-6/+6
* Misc Taito stuff: Fabio Priuli2009-12-271-296/+0