summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos23.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-246/+245
* (pretty sure technodrive is in safe hands) Michaël Banaan Ananas2012-12-291-0/+3
* small update, you can now navigate in 500gp testmode Michaël Banaan Ananas2012-12-281-84/+20
* (order/layout is less spaghetti now. don't bother looking at the huge .diff, ... Michaël Banaan Ananas2012-12-221-818/+1013
* (note on unknown port) Michaël Banaan Ananas2012-12-221-31/+43
* prevent 500gp locking up Michaël Banaan Ananas2012-11-021-3/+13
* added textlayer palettebase and bgcolor Michaël Banaan Ananas2012-11-011-129/+117
* bonus optimization Michaël Banaan Ananas2012-10-311-11/+8
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* (nitpicky rename) Michaël Banaan Ananas2012-10-281-16/+6
* rm old hack, doesn't look like it's needed Michaël Banaan Ananas2012-10-271-5/+4
* added preliminary analog controls Michaël Banaan Ananas2012-10-251-9/+44
* finlflng/rapidrvr testmode is now navigatable Michaël Banaan Ananas2012-10-251-76/+40
* improve timecris/timecrs2 gun accuracy Michaël Banaan Ananas2012-10-251-10/+9
* added service button Michaël Banaan Ananas2012-10-241-56/+69
* some notes + reverted recent change to c361_r (was getting slowdowns in ram c... Michaël Banaan Ananas2012-10-241-7/+17
* small update on interrupts Michaël Banaan Ananas2012-10-241-10/+45
* some indentation cleanup, like how it's in (most)other mame code Michaël Banaan Ananas2012-10-241-178/+249
* improved irq1 Michaël Banaan Ananas2012-10-241-66/+67
* added the cpu devices to state Michaël Banaan Ananas2012-10-241-57/+65
* put the mcu in reset state at boot (just like namcos22) Michaël Banaan Ananas2012-10-231-26/+9
* update gorgon memmap, text layer offset isn't needed anymore Michaël Banaan Ananas2012-10-221-34/+28
* added rapidrvrp inputs for accessing the developer test menus Michaël Banaan Ananas2012-10-221-22/+92
* ok, that rapidrvr dump is a prototype Michaël Banaan Ananas2012-10-211-5/+5
* New clone added Michaël Banaan Ananas2012-10-211-2/+65
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-5/+5
* Made Epson R4543 RTC a proper RTC device, eliminates duplicated code in Namco... R. Belmont2012-09-231-45/+18
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-12/+12
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-6/+6
* Pass 2 of struct modernization. Aaron Giles2012-09-151-12/+12
* Fixed MT#04997: crszoneb: Crash before OK Scott Stone2012-09-151-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-24/+25
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-19/+19
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-19/+19
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-19/+19
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-5/+5
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-3/+3
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-40/+40
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-19/+19
* forgot this Michaël Banaan Ananas2012-06-051-1/+1
* new Crisis Zone clone Brian Troha2012-06-051-22/+76
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-10/+10
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-8/+8
* Several more driver regression fixes. Aaron Giles2012-04-151-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-9/+9