summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vamphalf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-16/+16
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-6/+6
* fix broken aoh speedup, was causing the game to run at 30fps instead of 60 (u... davidhay2009-02-171-4/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-82/+24
* New games added or promoted from NOT_WORKING status Pierpaolo Prazzoli2009-02-081-10/+288
* Fixed speed-up for Vamf x1/2 (Europe) Pierpaolo Prazzoli2009-01-021-3/+23
* New clone: Vamf x1/2 (Europe) [Smitdogg] Aaron Giles2008-12-261-15/+29
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-12/+12
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Another big one. Aaron Giles2008-11-201-10/+10
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-52/+52
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-20/+20
* Major cpuintrf changes: Aaron Giles2008-11-101-22/+22
* More data to io map for mcs51 Couriersud2008-10-191-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-31/+35
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-10/+10
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-10/+10
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-46/+46
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-48/+48
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-33/+18
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* fix finalgdr not accepting coins (mantis 1832) davidhay2008-05-251-1/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-19/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-10/+10
* Memory map merges for drivers starting with U, V, W, and Z. Andrew Gardner2008-04-071-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-5/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-10/+10
* 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-4/+3
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1387