summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-8/+8
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-9/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* No whatsnew. Fixed silly #if / #ifdef mistake. In my very original code ifdef... Fabio Priuli2011-02-121-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* NSS: Don't add the DSP since the currently dumped games can do without. (no w... R. Belmont2011-01-031-14/+1
* Add uPD7725 16-bit DSP core and hookups for SNES hardware [byuu, R. Belmont] R. Belmont2011-01-021-3/+18
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24
* Attempt to provide a correct M50458 char rom, used by the Nintendo Super Syst... Angelo Salese2010-10-161-9/+46
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-4/+1
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-23/+23
* Added M50458 ROM/RAM bankswitch, added NO_DUMP flag to the missing char ROM (... Angelo Salese2010-05-211-3/+42
* Basic hook-ups of the Nintendo Super System BIOS [Angelo Salese] Angelo Salese2010-05-181-29/+174
* Updated NSS notes, no whatsnew Angelo Salese2010-05-181-5/+5
* First step in supporting master cycle delays in the SNES driver [Angelo Salese] Angelo Salese2010-04-061-1/+1
* snes.c: greatly simplified tile drawing routines, fixed a couple of small bug... Fabio Priuli2010-03-261-17/+17
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-2/+2
* not worth mention: snes.c: a last bunch of video debug features Fabio Priuli2010-03-211-9/+25
* snes.c: some internal refactoring, some new debug functions and a small mode7... Fabio Priuli2010-03-191-0/+36
* spc700.c: Added save states [Fabio Priuli] Fabio Priuli2010-03-171-24/+25
* snes.c: Added very preliminary driver_data class for snes based drivers (it o... Fabio Priuli2010-03-061-35/+19
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* renamed "user6" region to the more self explanatory "addons" Fabio Priuli2009-09-171-1/+1
* [SNES] Moved DSP3 data to a separate binary file Fabio Priuli2009-09-171-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-13/+13
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Fixed nss sound tag (to make it the same as snesb.c and MESS snes.c). This fi... Fabio Priuli2009-05-081-1/+1
* 02956: bigkong: Year is 1981 according to the title screen Aaron Giles2009-02-261-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-10-021-4/+4
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-9/+9
* Region classes go bye-bye. Aaron Giles2008-07-281-29/+29
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-31/+30
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-9/+9