summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos11.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-2/+2
* moved boiler plate code into PlayStation GPU smf-2011-08-111-25/+11
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-5/+5
* fixed replacing the gpu for coh110 based games smf-2011-06-021-1/+1
* added MCFG_PSXGPU_ADD for adding the gpu device and hooking up the dma to the... smf-2011-06-021-1/+1
* converted PlayStation GPU to a device [smf] smf-2011-05-241-3/+3
* Started moving hardware in the CPU into the CPU core. Next step will be to us... smf-2011-04-291-16/+0
* oh yeah, using strcmp on the name is bad smf-2011-04-281-1/+1
* Created devices for each type of PlayStation CPU smf-2011-04-281-2/+6
* fix compiling psx drivers (no whatsnew) R. Belmont2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* renamed system 11 clones based on country code & version. [smf] smf-2011-04-221-52/+52
* added new working game: smf-2011-04-201-3/+33
* added new working game: smf-2011-04-191-5/+32
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-21/+22
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-23/+23
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-83/+83
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-4/+4
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-22/+22
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-23/+23
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* set souledge clones driver status to same as parent (they were broken until T... Michaël Banaan Ananas2011-02-081-3/+3
* (ptblnk2a -> ptblank2a) Michaël Banaan Ananas2011-02-081-7/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Fixed 04180: dunkmniaj: To key press "OK" the game has only a blue screen. ... Scott Stone2011-01-081-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-36/+75
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-1/+1
* [MT #3762, 3775] Add buttons 3&4 for Tekken and Prime Goal EX [R. Belmont] R. Belmont2010-03-131-2/+6
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* namcos11: use real C76 BIOS for audio and I/O [R. Belmont, Olivier Galibert, ... R. Belmont2010-01-301-296/+401
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Renamed functions: Aaron Giles2009-12-051-8/+8
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-18/+20
* demoted ninja kazan and dirtfox, they've been broken for a long time, promote... Michaël Banaan Ananas2009-09-121-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-15/+15
* Bulk change alert. Aaron Giles2009-04-261-10/+10