summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-26/+26
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-283/+283
* BIG update. Aaron Giles2011-03-291-74/+74
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-32/+32
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* toaplan1: removed custum video update for demonwld; now it's the same of toap... Roberto Zandona2010-08-271-29/+4
* [toaplan1] modified the mix for the tilemaps (like rallybik and demonwld); th... Roberto Zandona2010-08-271-4/+3
* Haze: refactored some video stuff in toaplan 1, not worth Angelo Salese2010-08-261-8/+11
* revert fix for outzone Roberto Zandona2010-08-251-3/+3
* 00949: outzone: In stage 6 there are two blank box on the background. [Robert... Roberto Zandona2010-08-241-3/+3
* Converted toaplan1/2 drivers to use driver_data [Atari Ace] Phil Bennett2010-08-231-368/+389
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-1/+1
* Updates to toaplan1.c driver: [Quench] Quench2010-03-121-37/+43
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-15/+18
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-5/+13
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-38/+32
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-7/+6
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-6/+6
* Bulk change alert. Aaron Giles2009-04-261-31/+17
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-7/+7
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-53/+53
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-5/+5
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-1/+1
* Const-ified the return from cpu_get_address_space. Aaron Giles2008-11-151-6/+11
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+5
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-3/+3
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-3/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-9/+10
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+1