summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/niyanpai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-85/+85
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+4
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-4/+4
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-1/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-15/+15
* Clean-ups to sound and fixed volume balance in Nichibutsu Mahjong drivers. [T... Michaël Banaan Ananas2012-04-301-18/+143
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-9/+8
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-39/+39
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-113/+91
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-66/+66
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* 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