summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segahang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-44/+28
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-28/+44
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-31/+31
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-47/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* 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-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-104/+104
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-38/+28
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Fix for 03964: shangonro: Year is wrong Scott Stone2010-07-311-1/+1
* Clean up some files without a newline at the end for GCC [wallyweek] R. Belmont2010-07-081-0/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+8
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-0/+12
* Sega misc wip: Fabio Priuli2010-01-311-42/+76
* 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
* 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-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* Removed Super Charger from shangonro (don't include in whatsnew) Phil Bennett2009-10-231-1/+10
* Documentation update: points out two of the Super Hangon bootleg program roms... Brian Troha2009-10-231-2/+2
* New clones added Phil Bennett2009-10-221-11/+26
* Fixes a missing asterisk. Andrew Gardner2009-10-201-1/+1
* New game added - Not working: Super Hang-on Japan ver 317-0038 Brian Troha2009-10-201-32/+101
* [from AtariAce] Aaron Giles2009-08-301-1/+1
* 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-9/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-5/+5
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-14/+14
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-35/+35
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-32/+32
* Ok, this is The Big One. Aaron Giles2009-02-111-13/+9
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1