summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namconb1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-17/+17
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-68/+68
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-51/+51
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-78/+86
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-60/+60
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Point Blank / Gun Bullet sound data rom documentation. World sets with 4Mb & ... Brian Troha2010-05-311-11/+12
* Previous dump was correct (at least for Japanese version) Yasuhiro Ogawa2010-05-291-2/+1
* better documentation for the new Point Blank sound data rom vs the old rom Brian Troha2010-05-291-3/+6
* namconb1.c: Replaced sound data rom for the Point Blank sets that was incorre... Brian Troha2010-05-291-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Oops Phil Bennett2009-10-261-1/+1
* Removed the MCU comm hack from namcofl/namconb. This now fixes the music temp... Phil Bennett2009-10-261-2/+3
* > -----Original Message----- Aaron Giles2009-10-031-1/+0
* New Clone Added: Gun Bullet (World) Brian Troha2009-08-031-75/+106
* 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-31/+31
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-22/+22
* Removed SMH references in namconb1.c Angelo Salese2009-04-301-13/+13
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* update region description (Japan only) Yasuhiro Ogawa2009-03-181-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* New games added or promoted from NOT_WORKING status Phil Bennett2009-02-271-4/+17
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20
* added not working clone Great Sluggers 94 (Japan) Yasuhiro Ogawa2009-02-201-0/+30
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-4/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-8/+8
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-28/+28
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-32/+32