summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/niyanpai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-27/+27
* BIG update. Aaron Giles2011-03-291-50/+50
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-2/+2
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-37/+136
* 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
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* Removed IRQ hack in Niyanpai HW [Angelo Salese] Angelo Salese2010-09-261-8/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+5
* 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-8/+6
* 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-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* another round of company names cleanup Michaël Banaan Ananas2010-05-221-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* 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
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* 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-11/+6
* Fixed redundancy in clock speed assignments in some drivers by cleaning all d... Scott Stone2009-08-221-2/+2
* Removed some unneeded " Angelo Salese2009-05-101-4/+4
* Converted niyanpai.c and nbmj9195.c to use AM_IMPORT_FROM Angelo Salese2009-05-101-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-3/+2
* Memory maps merges for the following drivers: Angelo Salese2009-04-301-124/+56
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+5
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* 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-15/+17
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-27/+27
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* 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
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-18/+11