summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* moved boiler plate code into PlayStation GPU smf-2011-08-111-14/+2
* 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-2/+2
* Dumped GFX / sound roms to Gigaman 2 [f205v, Smitdogg, The Dumping Union] Angelo Salese2011-05-241-1/+21
* Started moving hardware in the CPU into the CPU core. Next step will be to us... smf-2011-04-291-16/+0
* Created devices for each type of PlayStation CPU smf-2011-04-281-1/+1
* 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
* BIG update. Aaron Giles2011-03-291-20/+20
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-11/+11
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-11/+11
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-2/+2
* added correct bitswap for point blank 3 [smf]. smf-2011-03-051-2/+3
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-8/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Games added as GAME_NOT_WORKING R. Belmont2011-02-241-1/+37
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-13/+13
* converted old nand dumps to include extra data, assumed to be 0xff's. smf-2011-02-071-16/+16
* yshi_nand_table_check success, but code is not transferred correctly yet. smf-2011-02-071-1/+20
* non working mem n simulation. still can't see how it should work. smf-2011-02-061-30/+86
* non working banking based on guesswork that didn't pay off, but might help so... smf-2011-02-051-5/+13
* increased ram to 16mb, set LOG_BIOSCALL in cpu/mips/psx.c for debugging output. smf-2011-02-051-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-15/+15
* Update psx drivers to use a driver_device. Aaron Giles2010-10-141-3/+10
* 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-2/+2
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Namco S10 minor update R. Belmont2009-09-061-0/+14
* Fixed MT 03314: mrdrillr, mrdrilr2: Title should be "Mr. Driller" (dot), not ... Fabio Priuli2009-08-021-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* update region description (Japan only) Yasuhiro Ogawa2009-03-181-4/+4
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-16/+16
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-16/+16
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-11/+11
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-1/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-10/+10
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+4
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1