summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos21.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-2725/+0
* namcos21.c: added Winning Run Guru-Readme(tm)(c)(r) (nw) Guru2015-10-291-0/+223
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-11/+11
* update for Phil Stroffolino (nw) Miodrag Milanovic2015-05-241-1/+1
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* namcos21.c: use region_ptr_finder to reduce tagmap lookups (nw) Alex W. Jackson2015-01-271-16/+13
* more appropriate types to avoid warning with VS14 CTP4 (nw) smf-2014-10-171-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (nw) Olivier Galibert2014-10-051-1/+1
* namcos21: kill some trampolines; 'user' memregions get real names (nw) Alex W. Jackson2014-10-051-91/+71
* namcos2 and namcos21: moved most remaining functions into classes (nw). Ivan Vangelista2014-09-301-154/+139
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-091-3/+1
* Clean up namcos21 palette handling; fix gal3.c generic_paletteram regression ... Alex W. Jackson2014-04-241-16/+11
* c140: converted to use inline config. nw. Fabio Priuli2014-04-111-8/+3
* Checkpoint 2: Alex W. Jackson2014-03-151-3/+3
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-0/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* small update to descriptions Michaël Banaan Ananas2013-11-151-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-3/+3
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* new Starblade Clone Brian Troha2013-03-191-13/+65
* Part 1 of Namco System 2/21 state machine conversion Angelo Salese2013-03-181-14/+14
* Modernized gomoku, astrocade, saa1099, st0016, and c140 sound devices. [Andre... Andrew Gardner2013-03-011-4/+4
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-4/+4
* 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