summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mirage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-26/+26
* BIG update. Aaron Giles2011-03-291-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Haze: Search and Replace cleanup of most recent deco work (no whatsnew) Scott Stone2011-03-251-2/+2
* Haze: Added new files: video/decocomn.c video/decocomn. Split non-tilemap ... Scott Stone2011-03-251-12/+12
* Haze: Each deco16ic device now handles 2 tilemaps, not 4.. (base of converti... Scott Stone2011-03-251-10/+9
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Haze: Converted capteven to using generic functions in deco16ic.c (no whatsnew) Scott Stone2011-03-241-1/+1
* Haze: more of the same ... Angelo Salese2011-03-231-74/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Cleanups and version bump. Aaron Giles2010-10-141-2/+2
* Added sprite buffering to Mirage Youjuu Mahjongden, confirmed by a real PCB v... Angelo Salese2010-09-271-6/+15
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Fix most reported regressions. A few more still to come. Aaron Giles2010-09-041-8/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* 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-11/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-18/+14
* Cleanups and version bump. Aaron Giles2010-03-041-4/+4
* Renamed decodev->deco16ic [Fabio Priuli] Fabio Priuli2010-02-251-9/+9
* Converted cbuster.c, cninja.c, dassault.c, funkyjet.c, rohga.c and vaportra.c... Fabio Priuli2010-02-251-2/+2
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Implemented device version of the deco16ic tilemap chip [Fabio Priuli] Fabio Priuli2010-02-251-111/+175
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-5/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Fixed priorities in Mirage Youjuu Mahjongden [Angelo Salese] Angelo Salese2009-05-251-4/+8
* Fixed sound banking in Mirage Youjuu Mahjongden [Angelo Salese] Angelo Salese2009-05-251-25/+20
* Hand-tuned bgm OKI sound chip frequency. Angelo Salese2009-05-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-47/+17
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-4/+4
* 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-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Cleanups and version bump. Aaron Giles2008-11-021-2/+2
* Cleaned up the sample rom loading in mirage.c Angelo Salese2008-10-241-8/+8