summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/armedf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-4/+4
* De-stateized the NB1414M4 routines, and converted the correlated Armed F text... Angelo Salese2011-05-041-23/+79
* Implemented RAM-based sprite clut in Armed F driver, used for color cycling e... Angelo Salese2011-04-231-2/+78
* Hooked up NB1414M4 priority bit, fixing video text priority in all the games ... Angelo Salese2011-04-221-64/+11
* Sync Angelo Salese2011-04-221-40/+16
* Hooked up 1414M4 emulation to Legion [Angelo Salese] (and fixed regression) Angelo Salese2011-04-221-85/+1
* Bulk replace Kodure Ookami -> Kozure Ookami as per Fujix note & http://en.wik... Angelo Salese2011-04-221-1/+1
* Implemented proper FG scroll latching in Kodure Ookami, fixing an offsetted l... Angelo Salese2011-04-211-2/+1
* Allows Terra Force and Kodure Ookami to read the inputs in service mode Angelo Salese2011-04-211-0/+6
* Code refactoring, and fixed some bugs while at it Angelo Salese2011-04-211-16/+13
* Implemented MCU simulation to terrafu / terrafa [Angelo Salese] Angelo Salese2011-04-211-1/+1
* Fixed emulation of the extra z80 in Terra Force bootleg set (used as a replac... Angelo Salese2011-04-201-1/+4
* Implemented irq ack mechanism to Armed Formation HW games [Angelo Salese] Angelo Salese2011-04-201-14/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-104/+104
* BIG update. Aaron Giles2011-03-291-33/+33
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-15/+13
* Cleanups and version bump. Aaron Giles2011-01-011-31/+31
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* Fixed text layer priority in Chouji Meikyuu Legion (both sets). No whatsnew Tomasz Slanina2010-12-301-45/+39
* Preliminary simulation of text layer protection in Chouji Meikyuu Legion [Tom... Tomasz Slanina2010-12-301-4/+110
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-17/+17
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-13/+13
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+2
* and finally, the best part: added save states to armedf.c, calorie.c, canyon.... Fabio Priuli2009-11-221-153/+169
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* address space compilation errors. smf-2008-11-151-1/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-0/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* 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 VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-4/+4
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* * remove flip_screen macro Couriersud2008-02-251-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+355