summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* mismatched include guard comments (nw) hap2018-02-051-1/+1
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+3
* Checkpoint... (nw) Olivier Galibert2018-01-031-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-46/+46
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Moved around PAL variable, nw angelosa2016-05-111-0/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) snes: converted input code to use slot devices. This means that you etabeta782015-01-311-1/+2
* Converted SNES PPU to be a device. [Fabio Priuli] Fabio Priuli2014-04-101-333/+10
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* removed legacy handler from snes (nw) Miodrag Milanovic2014-04-021-3/+6
* moved some static variables into state (nw) Miodrag Milanovic2014-04-021-0/+35
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-1/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-3/+3
* Some emu.h related redundant #include cleanup (nw) Scott Stone2013-07-171-1/+0
* snes.c: simplified input handling and made controller ports 16bits wide, since Fabio Priuli2013-06-171-35/+8
* removal of not needed includes of devlegcy.h (nw) Miodrag Milanovic2013-06-031-1/+0
* For Fabio. (nw) Andrew Gardner2013-05-251-1/+1
* snes.c: timers from the base state class should be still considered by the de... Fabio Priuli2013-05-241-1/+2
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-0/+14
* snes.c: minor cleanup in the code used by nss and other snes-based arcade dri... Fabio Priuli2013-05-101-2/+1
* voodoo is using now device callbacks and some minor cleanups in few drivers (nw) Miodrag Milanovic2013-04-291-7/+3
* removed not needed state variables (nw) Miodrag Milanovic2013-04-121-2/+0
* fixed snesb regression (nw) Miodrag Milanovic2013-04-121-5/+9
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-2/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-21/+21
* (MESS) snes.c: major overhaul of cart and add-on handling [Fabio Priuli] Fabio Priuli2013-03-151-6/+0
* direct update handler is not being used in snes, therefore removed together w... Miodrag Milanovic2013-03-111-2/+0
* got rid of a redundant variable. nw. Fabio Priuli2013-03-091-1/+0
* small modernization + small cleanup. nw. Fabio Priuli2013-03-081-7/+7
* greatly simplified mapping and access for cart ROM. given the massive interna... Fabio Priuli2013-03-081-0/+2
* experimental merging of snes memory handlers. please test your favorite SNES ... Fabio Priuli2013-03-061-9/+0
* (MESS) snes.c: updated the driver to only save the real amount of SRAM presen... Fabio Priuli2013-03-061-2/+4
* some snes cleanup (nw) Miodrag Milanovic2013-03-051-8/+1
* some snes modernization (nw) Miodrag Milanovic2013-03-051-9/+11
* moved snes add-on chips emulation to src/mess/, at last. Fabio Priuli2013-03-051-19/+0
* removed snesbsx driver: it never worked, and satellaview support will be done... Fabio Priuli2013-03-051-2/+0
* other two statics gone. nw. Fabio Priuli2013-03-051-0/+2
* snes: shuffling some code around (part 6 and last). nw. Fabio Priuli2013-03-051-1/+5