summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namconb1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1981/+0
* More appeasement of the standards gods (nw) Vas Crabb2015-11-021-9/+9
* namconb1.c: Documentation update - NW briantro2015-09-271-3/+4
* new Point Blank clone added briantro2015-09-201-1/+32
* Merge pull request #265 from superctr/master R. Belmont2015-08-281-2/+2
|\
| * c352: define divider constants in the drivers instead. Add a note explaining ... Ian Karlsson2015-07-221-2/+2
| * C352: Add divider for System 23, change enum format Ian Karlsson2015-07-221-2/+2
* | change flags from GAME_ to MACHINE_ David Haywood2015-07-291-15/+15
|/
* Add configurable clock dividers for Namco C352 Ian Karlsson2015-05-291-2/+2
* 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
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-49/+3
* Implemented the Namco Custom 116 palette and raster IRQ controller as a device, Alex W. Jackson2014-08-141-4/+9
* nebulray: fix missing starfield David Haywood2014-08-141-4/+0
* 02124: nebulray, nebulrayj: Nebulas Ray is missing a rotation effect in the f... Phil Bennett2014-08-131-262/+219
* namcoic.c: remove legacy read/write handlers [Alex Jackson] Alex W. Jackson2014-04-191-4/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+7
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* relocate sourcecode to more like our usual layout, something like: Michaël Banaan Ananas2014-01-081-276/+289
* got rid of namconb1 legacy nvram handler Michaël Banaan Ananas2014-01-081-51/+20
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-8/+7
* ptblank: Documented how the protection works. [Guru, R. Belmont] R. Belmont2013-10-051-1/+14
* (title correction) Michaël Banaan Ananas2013-08-211-4/+4
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-4/+4
* moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-20/+20
* some cleanup (nw) Miodrag Milanovic2013-04-111-3/+3
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-2/+2
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-72/+72
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-13/+11
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-16/+14
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-25/+25
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-20/+19
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-11/+11
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-16/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-8/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-91/+91
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-7/+5