summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcofl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Removed most uses of BITMAP_FORMAT_RGB15. Just a few sega systems Aaron Giles2008-03-241-1/+1
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-3/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-7/+7
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-0/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+4
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-5/+5
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+556