summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos23.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-7/+7
* Dumped GFX / sound roms to Gigaman 2 [f205v, Smitdogg, The Dumping Union] Angelo Salese2011-05-241-0/+48
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-232/+285
* Fixed sizeof as per OG Angelo Salese2011-04-051-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-149/+237
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-20/+20
* BIG update. Aaron Giles2011-03-291-66/+66
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-18/+18
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-105/+105
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-49/+49
* Use correct I/O board ROM for Race On (no whatsnew) R. Belmont2010-12-151-1/+1
* Games added as GAME_NOT_WORKING R. Belmont2010-12-151-1/+55
* Games added as GAME_NOT_WORKING R. Belmont2010-12-151-283/+159
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* New games marked as GAME_NOT_WORKING R. Belmont2010-09-051-0/+56
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-5/+6
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-15/+12
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-4/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* And another case bitten by MDRV_CPU_REPLACE. Aaron Giles2010-06-091-2/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Cleanups and version bump. Aaron Giles2010-05-051-13/+13
* namcos23: Mirror, mirror v2 [A. Giles, O. Galibert] Olivier Galibert2010-04-251-23/+24
* namcos23: Increase the main ram size so that crszone goes into POST [O. Galib... Olivier Galibert2010-04-251-1/+1
* namcos23: Quick hack to make 500gp boot [O. Galibert] Olivier Galibert2010-04-251-1/+1
* namcos23: Varied stuff, isolate PIO, pcb test works on timecrs2c [O. Galibert] Olivier Galibert2010-04-251-17/+42
* namcos23: Mirror mirror [O. Galibert] Olivier Galibert2010-04-251-24/+23
* Fix two VS2008 warnings (namcos23.c and rdpfb.c) [Oliver Stoneberg] Scott Stone2010-04-231-1/+1
* Cleanups and version bump. Aaron Giles2010-04-081-5/+5
* namcos23: Found "force poly to front" bit [O. Galibert] Olivier Galibert2010-04-051-0/+6
* namcos23: Push the zclip a little to avoid poly.c issues for now. [O. Galibert] Olivier Galibert2010-04-041-1/+1
* namcos23: First stab at z-sorting [O. Galibert] Olivier Galibert2010-04-031-57/+129
* namcos23: Fix the zoom value [O. Galibert] Olivier Galibert2010-04-031-2/+7
* namcos23: c361 fixes and address auto-increment [O. Galibert] Olivier Galibert2010-03-291-8/+11
* namcos23: Add 3D model scaling [O. Galibert] Olivier Galibert2010-03-281-5/+18
* namcos23: hooked up tilemap scroll, improved raster IRQ [R. Belmont] R. Belmont2010-03-281-9/+49
* namcos23: Add some lighting. [O. Galibert, Naibo] Olivier Galibert2010-03-281-3/+56