summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernized digitalker, x1_010, tiaintf, and n63701x sound devices. [Andrew Ga... Andrew Gardner2013-02-021-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-190/+190
* New clones added: Phil Bennett2012-12-081-11/+63
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-9/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* 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-10/+10
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-4/+4
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+3
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-12/+12
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-65/+63
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-28/+28
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* BIG update. Aaron Giles2011-03-291-39/+39
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-11/+11
* comment out unused define + small update for rthundero dsw: http://www.mamewo... Michaƫl Banaan Ananas2011-03-131-14/+9
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Naming cleanups. (no whatsnew) Curt Coder2011-01-251-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-57/+57
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-20/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-17/+12
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+0
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-24/+24
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-14/+14