summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaxbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sega's GP Rider (World) promoted to working with new rom dump Brian Troha2011-07-131-3/+3
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-20/+7
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-7/+20
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-61/+61
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-55/+55
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-15/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Replaced anonymous timers used in video/segaic16.c, drivers/segaorun.c and dr... Scott Stone2011-02-031-5/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+2
* rm smgp note, no more cuckoo "it's the final lap" commentator with prev segap... Michaƫl Banaan Ananas2011-01-191-3/+0
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-35/+7
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-18/+18
* 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-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-0/+2
* Converted Sega 315-5248, 315-5249 and 315-5250 custom ICs to be devices and u... Fabio Priuli2010-02-011-19/+28
* Sega misc wip: Fabio Priuli2010-01-311-75/+114
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-10/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* New clones added Phil Bennett2009-10-221-1/+1
* [from AtariAce] Aaron Giles2009-08-301-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-20/+20
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-17/+17
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-43/+43
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+5
* Documentation update: Brian Troha2009-02-071-0/+212
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1