summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missb2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-10/+21
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* new clone Angelo Salese2011-02-231-2/+102
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-1/+1
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-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-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Fixed other two regressions from svn 7449. Thanks Tafoid for spotting these. Fabio Priuli2009-12-021-0/+3
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-1/+1
* same as 7449 (less cputag calls during emulation and no generic sizes for str... Fabio Priuli2009-11-291-1/+1
* Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size Aaron Giles2009-11-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Added driver_data struct and save states to chaknpop.c Fabio Priuli2009-11-211-41/+81
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-1/+1
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-3/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* 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-6/+5
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Fixed Miss Bubble 2. Curt Coder2008-12-121-1/+12
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* some more memcpy bank cases. davidhay2008-11-231-13/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2