summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wiz.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing sprite regression in the Wiz driver [Angelo Salese] Angelo Salese2011-05-071-3/+18
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-15/+15
* BIG update. Aaron Giles2011-03-291-10/+10
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-13/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-41/+41
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+2
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-17/+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-11/+8
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-5/+5
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-2/+2
* 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-2/+2
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Remove Enable input from dst_gain_step (DISCRETE_MULTADD, DISCRETE_MULTIPLY, ... Couriersud2009-09-101-3/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-18/+18
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* And some more again... Fabio Priuli2009-04-281-2/+2
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-27/+27
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+21
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-3/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-041-68/+59
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-15/+15
* Region classes go bye-bye. Aaron Giles2008-07-281-47/+47
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-62/+62