summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj9195.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-254/+254
* 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-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-16/+16
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+6
* New NOT WORKING game Angelo Salese2012-08-241-0/+53
* 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-6/+6
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-2/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-6/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-33/+33
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-37/+37
* Clean-ups to sound and fixed volume balance in Nichibutsu Mahjong drivers. [T... Michaël Banaan Ananas2012-04-301-23/+125
* 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
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-129/+129
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-247/+226
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-203/+203
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-33/+33
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* 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