summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vball.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vball.c: Added Dip locations to the U.S. Championship V'ball sets [Brian Troha] Brian Troha2011-07-031-57/+45
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-13/+17
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* And some more again... Fabio Priuli2009-04-281-16/+18
* Cleanups and version bump. Aaron Giles2009-04-091-2/+2
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-3/+3
* Merged memory maps. Aaron Giles2009-03-291-48/+22
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Cleanups and version bump.mame0129u5 Aaron Giles2009-02-261-4/+4
* New clone: U.S. Championship V'ball (US) [Smitdogg] Aaron Giles2009-02-261-42/+70
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+6
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-1/+1
* From: Mamesick [mailto:mamesick@libero.it] Aaron Giles2008-12-261-48/+70
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-23/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-88/+88
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3