summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/homedata.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-166/+166
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-78/+78
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+6
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-55/+55
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* Basic M6502 hook-up in Royal Gum [David Haywood] Angelo Salese2010-06-031-7/+76
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-49/+49
* Added save states and driver data struct to glass.c & homedata.c Fabio Priuli2009-12-081-286/+390
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-13/+13
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-8/+8
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-20/+20
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-4/+4
* Fix a couple of compile warnings Couriersud2008-11-151-15/+15
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-6/+6
* 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-9/+9
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-20/+20
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-4/+5
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+882