summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaybd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-231-27/+27
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-103/+52
* segaybd.c: add "B" in the rom name for the Galaxy Force II set Brian Troha2011-10-201-2/+2
* (Finally found the time to finish this....) Aaron Giles2011-05-301-4/+4
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-28/+6
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-6/+28
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-56/+56
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-16/+16
* 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-5/+5
* 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-1/+1
* 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
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-39/+39
* Correct rom names for Power Drift sets Brian Troha2010-12-031-8/+8
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-20/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* 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-12/+12
* New clone added Yasuhiro Ogawa2010-07-271-122/+196
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* Cleanups and version bump. Aaron Giles2010-05-051-33/+33
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-262/+256
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-14/+309
* New clone added: Rail Chase (World) Brian Troha2010-03-261-42/+109
* Marked IC26 in Rail Chase as bad dump according to the ROM checksum test, no ... Angelo Salese2010-03-191-1/+1
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* Converted Sega 315-5248, 315-5249 and 315-5250 custom ICs to be devices and u... Fabio Priuli2010-02-011-13/+13
* Sega misc wip: Fabio Priuli2010-01-311-70/+94
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Clean up initialization, timer usage, memory management in several Aaron Giles2009-12-181-12/+19
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Removed some rogue occurrences of 'x1snd' resulting from device tag mass-change Phil Bennett2009-11-201-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-4/+4
* [from AtariAce] Aaron Giles2009-08-301-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-17/+17
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-4/+6
* 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-23/+23