summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taitoic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-12/+12
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* > -----Original Message----- Aaron Giles2009-09-241-24/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-6/+6
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-42/+27
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+3
* Replaced almost all remaining cpu[num] occurrences in src/mame/ with tags Fabio Priuli2009-05-291-19/+19
* Bulk change alert. Aaron Giles2009-04-261-18/+11
* Memory map merges. Removed some word handlers in favor of using READ8/WRITE8 Aaron Giles2009-04-151-110/+17
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-161/+55
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-21/+20
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-24/+24
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-56/+34
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-27/+27
* Another big one. Aaron Giles2008-11-201-6/+11
* Spacegun regression. Aaron Giles2008-11-181-3/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-5/+5
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-2/+2
* address space compilation errors. smf-2008-11-151-8/+8