summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/beathead.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-9/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Declared virtual functions in driver_data_t for: Aaron Giles2010-08-211-18/+16
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-46/+34
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some more atari driver shuffling. Added atarigen_init() function Aaron Giles2009-12-151-27/+24
* Converted atari drivers over to using driver_data for the most Aaron Giles2009-12-091-13/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+9
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+5
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* - Some more machine->pen lookup removal Zsolt Vasvari2008-02-211-38/+18
* - 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-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+232