summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snesb.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-20/+20
* Some commenting of excessive mame_printf_debug usages for a few drivers curre... Scott Stone2011-03-311-0/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-34/+34
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-14/+14
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-21/+37
* 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
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* 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-8/+6
* spc700.c: Added save states [Fabio Priuli] Fabio Priuli2010-03-171-17/+17
* not worth mention: snes.c: removed unchecked debug options and added a few ne... Fabio Priuli2010-03-161-31/+35
* snes.c: Added very preliminary driver_data class for snes based drivers (it o... Fabio Priuli2010-03-061-495/+107
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-4/+4
* snes wip: fixed the remaining debug functionalities Fabio Priuli2010-02-101-5/+5
* New games added or promoted from NOT_WORKING status Tomasz Slanina2010-02-031-1/+171
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* New games added as GAME_NOT_WORKING Phil Bennett2010-01-251-0/+27
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-33/+33
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* New games added or promoted from NOT_WORKING status Tomasz Slanina2009-11-291-36/+175
* New games marked as GAME_NOT_WORKING Phil Bennett2009-11-281-0/+99
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* [02959] snesb: enable perfect timeslicing, fixes sound CPU comms hang in kinstb. R. Belmont2009-08-161-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-7/+7
* Bulk change alert. Aaron Giles2009-04-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
* Fix all obvious regressions based on screenshots. Aaron Giles2008-12-151-1/+1
* Another big one. Aaron Giles2008-11-201-7/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-1/+1