summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitoair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-5/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+17
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-6/+6
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* 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
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+9
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-59/+50
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-34/+34
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Allow the game to interpretate the values Angelo Salese2011-09-061-2/+2
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-8/+8
* Adds projection calculation for 3d eye-space points. [Andrew Gardner] Andrew Gardner2011-08-311-9/+14
* Implemented double buffering and improved colors for 3d in Top Landing [Angel... Angelo Salese2011-08-271-6/+8
* Note updates for Air Inferno Angelo Salese2011-08-261-0/+36
* Fixed Stick Z behaviour Angelo Salese2011-08-261-16/+17
* Somehow improved the framebuffer copying, still needs work ... Angelo Salese2011-08-261-0/+4
* Small update Angelo Salese2011-08-261-2/+3
* Cleanups and version bump Angelo Salese2011-08-251-1/+1
* Moved 3d drawing functions outside of the screen updating function in Taito A... Angelo Salese2011-08-251-1/+5
* Hook-up of the gradiation RAM, nw Angelo Salese2011-08-241-4/+24
* Working inputs for topland, nw Angelo Salese2011-08-241-6/+7
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* taitoair: give perfect interleave, improves 3D in topland (still not perfect). R. Belmont2011-07-131-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-29/+29
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* 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-2/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1