summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj9195.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-104/+104
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-35/+35
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Removed some legacy NVRAM_HANDLERs in favor of NVRAM devices. Aaron Giles2011-03-101-20/+8
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-11/+11
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-85/+270
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-102/+102
* 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-89/+60
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* another round of company names cleanup Michaël Banaan Ananas2010-05-221-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-23/+12
* Fixed redundancy in clock speed assignments in some drivers by cleaning all d... Scott Stone2009-08-221-2/+2
* Removed fake P3 Start from Nichibutsu mahjong games and properly called "Cred... Fabio Priuli2009-08-041-111/+111
* Fixed validity check failure. Aaron Giles2009-05-111-1/+1
* Converted niyanpai.c and nbmj9195.c to use AM_IMPORT_FROM Angelo Salese2009-05-101-37/+37
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-43/+43
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-04-301-933/+235
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-46/+46
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-58/+58
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-94/+94
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+7
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-58/+60
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-31/+31
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-20/+1
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1