summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaorun.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-64/+38
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-38/+64
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-11/+11
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-50/+50
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-60/+60
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-11/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Replaced anonymous timers used in video/segaic16.c, drivers/segaorun.c and dr... Scott Stone2011-02-031-6/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* 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-8/+8
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Misc regression fixes. Aaron Giles2010-10-141-2/+3
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-18/+5
* Undo misguided change. Aaron Giles2010-09-091-1/+1
* Removed PORT_TOGGLE for Outrun, TX1 and Turbo, now it is according to wiring ... Miodrag Milanovic2010-09-091-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+8
* 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-21/+21
* 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-3/+3
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-3/+13
* toutrun.c: corrected dipswitches in the most recently added Turbo Fabio Priuli2010-04-231-52/+78
* Sega misc wip: Fabio Priuli2010-01-311-59/+100
* 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-5/+5
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Actual file to be commited for the Outrun fixes. Need someone to revert r774... Scott Stone2009-12-241-4/+4
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Added Guru's board notes to the Outrun/Super Hang-0n Driver. Scott Stone2009-12-211-2/+257
* Fixed 03592: outrun, outrunra, outruno, outrundx, outrunb: Master clock is in... Scott Stone2009-12-201-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-11/+11
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-11/+11
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* 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-1/+1
* New Clone Added: Outrun (Original revision) Brian Troha2009-07-311-6/+93
* 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-13/+13
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4