summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tumbleb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* AM_NOP for silly layer clearing Angelo Salese2011-04-281-0/+1
* lordgun.c: Corrected Dipswitch names and added dipswitch locations to Lord of... Brian Troha2011-04-021-31/+31
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-93/+93
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-54/+54
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-13/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-13/+18
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-10/+10
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Cleanups and version bump. Aaron Giles2011-01-011-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-16/+16
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-185/+185
* Correct typo(?) in dipswitch port locations for Wonder League '96 Brian Troha2010-12-301-1/+1
* Issue with Wonder League '96 fixed. The MCU writes the data to +0x200 from th... Brian Troha2010-12-301-20/+11
* Adds the recent 87C52 MCU decaps to Wonder League Star and Wonder League '96 ... Brian Troha2010-12-301-35/+115
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-24/+26
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-5/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-55/+26
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-12/+12
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-16/+8
* Renamed decodev->deco16ic [Fabio Priuli] Fabio Priuli2010-02-251-156/+230
* 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-19/+17
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-15/+11
* 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-14/+14
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-25/+25
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-2/+2
* A few number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-12/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-13/+13
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-16/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-11/+11
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-22/+22
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-65/+65
* Ok, this is The Big One. Aaron Giles2009-02-111-57/+51
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2