summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-38/+38
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* CCPU and T-11 pointer-ification. Aaron Giles2008-11-251-4/+4
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-9/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-8/+8
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-8/+8
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-37/+37
* Region classes go bye-bye. Aaron Giles2008-07-281-27/+27
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-27/+27
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* 01962: tailg: "Fatal error: Input ports cannot be read at init time!" with -d... Aaron Giles2008-07-011-2/+7
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-4/+0
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-6/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-8/+8
* Renamed input port functions: Aaron Giles2008-04-061-9/+9
* From: Mr. Do [mailto:mrdo_emu@hotmail.com] Aaron Giles2008-04-021-3/+4
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-4/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-4/+4
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Uses PORT_CHANGED Zsolt Vasvari2008-03-041-26/+19
* Added video_screen_get_time_until_vblank_end() and Aaron Giles2008-03-031-6/+14
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Various vector games: Couriersud2008-02-241-2/+0
* Most important thing to note about this change: Aaron Giles2008-02-211-6/+7
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. Aaron Giles2008-01-291-0/+1
* Fixes wotw36b1gre by adding custom visible area (bezel artwork *may* need to ... Zsolt Vasvari2008-01-071-1/+2
* Researched spaceftr095u6gre Zsolt Vasvari2008-01-071-18/+18
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1505