summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/brkthru.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaƫl Banaan Ananas2011-08-231-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-41/+41
* BIG update. Aaron Giles2011-03-291-23/+23
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* same as 7449 (less cputag calls during emulation and no generic sizes for str... Fabio Priuli2009-11-291-5/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-1/+1
* Added driver_data struct and save states to bankp.c, battlane.c, blockade.c, ... Fabio Priuli2009-11-191-71/+73
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-18/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-5/+5
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-031-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+283