summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-13/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-30/+41
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-13/+13
* added another mr driller g dump smf-2012-05-231-0/+11
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changes to mrdriller2's decryption. No whatsnew. Andreas Naive2012-05-021-2/+6
* and the rest... smf-2012-04-211-4/+4
* set correct region size and endian for flash roms. smf-2012-04-211-6/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* apply bitswap/xor to all mem(n) roms except the header smf-2012-04-181-15/+15
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-4/+4
* namcos10: Fix banking for mrdriller 2, first stab at the encryption [O. Galib... Olivier Galibert2012-04-071-68/+185
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* added nflclsfb decrypt. smf-2012-03-061-3/+1
* New games marked as GAME_NOT_WORKING Scott Stone2012-02-231-1/+21
* Nearly finished making some individual rom name adjustments to ease potential... Scott Stone2012-02-191-4/+4
* I'll take an i for $100 smf-2011-10-291-2/+2
* New game not working smf-2011-10-281-0/+10
* clean-ups and version bump Angelo Salese2011-10-101-2/+2
* decrypted panikuru bios + marked chocovdr as bad dump Michaël Banaan Ananas2011-09-231-4/+6
* rm namcos10 separate inputs since main inputs are not working yet Michaël Banaan Ananas2011-08-291-19/+3
* mrdrillr and tgm cabs have 4way joysticks, so default to it. Michaël Banaan Ananas2011-08-281-3/+20
* "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