summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos21.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-91/+91
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-16/+16
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-11/+11
* Fix winrun regression. Aaron Giles2012-09-131-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-14/+13
* Some Namco System 2 cleanups, removing the need for Aaron Giles2012-09-041-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-25/+23
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-10/+10
* Clean-ups and version bump Miodrag Milanovic2012-07-301-2/+2
* namcos21/gal3: Removed C140_TYPE_SYSTEM21_B banking. Correct sound banking (i... Phil Bennett2012-07-211-33/+37
* (cleanup winrun machinestart) Michaël Banaan Ananas2012-07-191-13/+5
* correct c140 interface for winrun, aircomb, aircombj Michaël Banaan Ananas2012-07-191-19/+4
* default nvram for air combat Michaël Banaan Ananas2012-07-181-8/+14
* stiletto typofix Michaël Banaan Ananas2012-05-171-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-11/+11
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+12
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-280/+243
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-14/+14
* namcos21.c: Added Namco game prefix to the Winning Run 91 set. Added minor do... Brian Troha2012-04-021-206/+211
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-100/+100
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-18/+18
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-2/+2
* Namco System 21/2 changes: [Phil Bennett] Phil Bennett2012-02-091-13/+93
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-4/+3
* Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... Scott Stone2011-04-091-247/+245
* Took comment off plds which should be loaded (oversight from parent change ab... Scott Stone2011-04-041-4/+4
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-10/+10
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-18/+18
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-3/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-11/+11
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-131/+131
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-6/+10
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-3/+3