summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-29/+26
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-26/+29
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-99/+99
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-109/+109
* 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-12/+12
* 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-8/+8
* 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-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-18/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+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-37/+37
* new clones Angelo Salese2010-07-111-1/+40
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* 317-5000 decryption (same as 315-5177). Reorganised decryption code. Nicola Salmoria2010-07-051-1/+10
* cname shinobi bootlegs Michaël Banaan Ananas2010-05-261-2/+2
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-2/+2
* (description consistent with other sega games) Michaël Banaan Ananas2010-05-171-1/+1
* Reapply of MT3476 fix submitted by Alex Jackson (no whatsnew) Scott Stone2010-05-161-0/+4
* new clone added: Fantasy Zone with encrypted NEC 317-5000 sound CPU Brian Troha2010-05-161-6/+33
* Fix MAME Testers bug 3476 (quartet, quarteta, dumpmtmt: Games do not start.) Scott Stone2010-05-151-0/+4
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-0/+2
* Sega misc wip: Fabio Priuli2010-01-311-139/+195
* 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-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 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-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* New clones added Phil Bennett2009-10-221-1/+1
* Validation fix: aliensyn5 has duplicate ROM_REGION tag 'gfx1' Phil Bennett2009-10-211-1/+0
* fixed ROM names according to real machine, and corrected game version descrip... Yasuhiro Ogawa2009-10-131-426/+427
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-21/+21
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-30/+30
* use more then 8 letters for the game name, makes more sense for Quartet 2 unp... Brian Troha2009-06-101-8/+8
* More logical names for Quartet & Quartet 2 plus clones Brian Troha2009-06-091-6/+6
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-2/+2
* Cleanups and version bump. Aaron Giles2009-05-281-14/+14
* Made a pass at shuffling/improving the system 16 and 18 bootlegs. Aaron Giles2009-05-281-0/+49
* added some security custom info (http://www.higenekodo.jp/sega_n.htm) Yasuhiro Ogawa2009-05-261-5/+5
* * Added MCU dumps to quart21 and bodyslam Aaron Giles2009-05-251-17/+194
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5