summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snowbros.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-30/+30
* MT#04287,04289 -- hook up bootleg video systems properly Aaron Giles2011-03-311-19/+5
* BIG update. Aaron Giles2011-03-291-41/+41
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+19
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-4/+6
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-33/+53
* Fixed regression for galpanic.c and snowbros.c (no whatsnew) Miodrag Milanovic2011-02-251-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-13/+9
* Ok, last major rename for this round: Aaron Giles2011-01-011-14/+14
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-113/+113
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-16/+17
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-3/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-26/+22
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-1/+1
* might as well do dip locations for Snow Bros as it's easily verifiable ;-) Brian Troha2010-07-081-83/+18
* snowbros.c: Add Dipswitch locations to Puzzle King, Hyper Pacman, Cookie & Bi... Brian Troha2010-07-081-210/+122
* new WORKING Angelo Salese2010-07-081-2/+85
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* new not working game Angelo Salese2010-06-151-3/+32
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-16/+16
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-6/+6
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Converted Kaneko Pandora sprite chip to be a MAME device and updated drivers ... Fabio Priuli2009-12-101-11/+19
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+11
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-7/+7
* > -----Original Message----- Aaron Giles2009-10-011-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-16/+16
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-13/+13
* 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-16/+16
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-14/+12
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Added irq acks to the snowbros.c driver and merged memory maps on it. Angelo Salese2009-04-251-192/+122
* made Hyper Pacman run with protection code from decapped MCU rather than simu... davidhay2009-04-241-5/+74
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-23/+23
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-67/+67
* Ok, this is The Big One. Aaron Giles2009-02-111-42/+39
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4