summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas18.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix MT#4578 [Alex Jackson] Alex W. Jackson2011-12-201-0/+3
* deprecat.h, also MT #4356 Angelo Salese2011-12-071-4/+0
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-160/+112
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+1
* Reverted as per-OG complaining ... Angelo Salese2011-04-201-56/+43
* Removed global variables from segaic16.c [Atari Ace] Angelo Salese2011-04-201-43/+56
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-27/+27
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-66/+66
* 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-3/+3
* 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-6/+6
* 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-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Death to more NVRAM_HANDLERS. Aaron Giles2010-09-201-17/+4
* 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-16/+16
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-1/+1
* New clones added Yasuhiro Ogawa2010-05-061-411/+452
* Cleanups and version bump. Aaron Giles2010-05-051-3/+3
* sega system16 and later: first pass in the conversion of video ICs to be devi... Fabio Priuli2010-04-261-0/+2
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-1/+11
* Sega misc wip: Fabio Priuli2010-01-311-68/+99
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-27/+27
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-29/+29
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* 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
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-23/+23
* added some security custom info (http://www.higenekodo.jp/sega_n.htm) Yasuhiro Ogawa2009-05-261-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-5/+5
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-27/+27
* Bulk change alert. Aaron Giles2009-04-261-25/+25