summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nwk-tr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaƫl Banaan Ananas2011-08-231-5/+5
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-1/+1
* New games added as GAME_NOT_WORKING R. Belmont2011-04-101-3/+53
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-37/+37
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-38/+38
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-37/+58
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-6/+6
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* New clone added - Thrill Drive (JAB) Brian Troha2010-04-081-11/+35
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* Converted gticlub.c, nwk-tr.c and zr107.c to use the Konami 001604 device and... Fabio Priuli2010-02-011-429/+37
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* 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-4/+4
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-2/+2
* Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and k... Fabio Priuli2009-12-241-2/+8
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Misc Konami updates: Fabio Priuli2009-12-141-14/+19
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* nwk-tr.c: fix RF5c400 clock R. Belmont2009-08-161-1/+1
* Cleanups and version bump.mame0131u4 Aaron Giles2009-06-041-1/+1
* Fixed problem with derived devices in devtempl.h. Fixed save state issues wit... Fabio Priuli2009-06-011-3/+2
* Converted ADC1213x converters to be MAME devices. Also, made more specific th... Fabio Priuli2009-06-011-21/+31
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-8/+8
* Bulk change alert. Aaron Giles2009-04-261-7/+7
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-3/+0
* DIPSW update [kanikani] Yasuhiro Ogawa2009-04-011-8/+8
* 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-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-64/+5