summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcofl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert Namco C352 to modern C++ device [R. Belmont] R. Belmont2011-06-261-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-36/+36
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-26/+25
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-25/+30
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-5/+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-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-3/+3
* Added default NVRAM for Namco FL games and some Namco System 2 games [David H... Angelo Salese2010-03-151-17/+104
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Remove remaining eeprom.h includes. Aaron Giles2009-12-271-1/+0
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-3/+3
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed the MCU comm hack from namcofl/namconb. This now fixes the music temp... Phil Bennett2009-10-261-0/+2
* > -----Original Message----- Aaron Giles2009-10-211-2/+0
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-3/+3
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Hooked up correct C75 MCU in namcofl.c (based on RB's namconb1.c implementation) Phil Bennett2009-03-031-59/+209
* 02478: finalapr, finalapo, finalapb, speedrcr: Some graphics are not displaye... Phil Bennett2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-9/+9
* From Kevin Eshbach: Aaron Giles2008-12-311-0/+7
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Namco NB 1/2 work. Aaron Giles2008-08-281-4/+4
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-0/+34
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-40/+40
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-43/+41
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7