summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marinedt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Part 3 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-28/+20
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+9
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-3/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-7/+7
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-11/+11
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* Fixed some small errors I made in revision 630. stephh2008-02-071-1/+1
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+646