summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/simpsons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* BIG update. Aaron Giles2011-03-291-14/+14
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* 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-1/+1
* 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-8/+8
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-69/+56
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-38/+31
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+4
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-1/+1
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-4/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-4/+4
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-0/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-5/+5
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Changes the dynamic installation of MRA8_RAM to banks Zsolt Vasvari2008-01-191-14/+5
* Removes all palette_X_r functions Zsolt Vasvari2008-01-181-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+181