summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/st0016.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-22/+22
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-57/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-3/+3
* Removed the coin latch kludge in the MACS driver [Angelo Salese] Angelo Salese2010-03-011-8/+0
* Implemented proper BIOS/Cart ROM bankswitch in the MACS driver, this improves... Angelo Salese2010-03-011-0/+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-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-39/+39
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-34/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+9
* 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
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+0
* Further crash fixes. Also optimized st0016 RAM tile behavior to Aaron Giles2008-10-091-8/+21
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* 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-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-1/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-5/+5
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-4/+4
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-5/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-9/+9
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* machine->pens lookup removal Zsolt Vasvari2008-02-221-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* (From AtariAce) Aaron Giles2008-01-111-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+685