summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zr107.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24
* BIG update. Aaron Giles2011-03-291-43/+43
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-25/+44
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-66/+66
* Attempt to untie the shared mapping for all games in zr107.c (midnrun, windhe... Scott Stone2010-10-131-10/+18
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-11/+11
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-1/+1
* game is called Wave Shark Angelo Salese2010-03-071-21/+21
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* Converted gticlub.c, nwk-tr.c and zr107.c to use the Konami 001604 device and... Fabio Priuli2010-02-011-21/+18
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* 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-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-2/+2
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+2
* Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and k... Fabio Priuli2009-12-241-12/+16
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-21/+28
* Misc Konami updates: Fabio Priuli2009-12-141-22/+31
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Updated a few more drivers to use EEPROM device: cps1, cps2, konamigq and zr107. Fabio Priuli2009-11-251-7/+10
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-55/+24
* New clone added: Winding Heat (JAA) Brian Troha2009-08-051-3/+30
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-5/+5
* Fixed problem with derived devices in devtempl.h. Fixed save state issues wit... Fabio Priuli2009-06-011-4/+3
* Converted NEC uPD4701 to be a MAME device and hopefully fixed ACD083x device ... Fabio Priuli2009-06-011-7/+7
* Converted ADC083x converters to be MAME devices Fabio Priuli2009-06-011-29/+45
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* And some more again... Fabio Priuli2009-04-281-10/+10
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* DIPSW update [kanikani] Yasuhiro Ogawa2009-04-011-10/+10
* Converted PowerPC SET_INFOs to direct calls. Aaron Giles2009-03-071-6/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-10/+10