summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kyugo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* BIG update. Aaron Giles2011-03-291-11/+11
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* 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
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-46/+46
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+12
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-2/+2
* new clones Angelo Salese2010-08-211-1/+47
* 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-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* companyname corrections from robbie Michaël Banaan Ananas2010-05-251-1/+1
* gyrodine parent-clone relation was wrong too Michaël Banaan Ananas2010-05-231-5/+5
* swapped son of phoenix(bootleg) + repulse(sega) parent-clone Michaël Banaan Ananas2010-05-231-57/+51
* Source Cleanup: Setname fixes and other minor changes - Drivers starting with... Scott Stone2010-02-121-8/+8
* 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-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-2/+2
* on behalf of David Haywood: Fabio Priuli2009-12-091-0/+74
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-091-40/+66
* Added new functions: Aaron Giles2009-12-071-4/+2
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Renamed functions: Aaron Giles2009-12-051-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* > -----Original Message----- Aaron Giles2009-10-031-2/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-54/+54
* Fixed a few errors from earlier year fix submission. Scott Stone2009-06-071-1/+1
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-15/+15
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-6/+6
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-23/+23
* Ok, this is The Big One. Aaron Giles2009-02-111-13/+11
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-3/+3
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Preparing some MDRV_CPU_IO_MAP calls for automated memmap replacement. Andrew Gardner2008-08-301-4/+4