summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1549/+0
* Naming update, nw therealmogminer@gmail.com2015-10-021-1/+1
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-2/+2
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Fixed a couple of float-to-double warnings. (nw) couriersud2015-05-221-1/+1
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-1/+1
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
* (MESS) snes: converted input code to use slot devices. This means that you etabeta782015-01-311-7/+12
* snes_ppu_device: removed unneeded running_machine parameter were it wasn't ne... Osso2014-12-291-4/+4
* snes.c: fixed save state problem (see smwu for example) (nw) Osso2014-12-291-1/+1
* Added a few more members to snes save state and initialized some unintialized... Wilbert Pol2014-08-041-0/+7
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* Converted SNES PPU to be a device. [Fabio Priuli] Fabio Priuli2014-04-101-47/+38
* removed legacy handler from snes (nw) Miodrag Milanovic2014-04-021-2/+2
* READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) Miodrag Milanovic2014-03-241-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* A little more primary_screen removal. Aaron Giles2013-08-061-1/+1
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-15/+15
* snes.c: simplified input handling and made controller ports 16bits wide, since Fabio Priuli2013-06-171-89/+60
* snes_snd: modernized the SNES sound device [Fabio Priuli] Fabio Priuli2013-05-291-2/+2
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-9/+39
* snes.c: minor cleanup in the code used by nss and other snes-based arcade dri... Fabio Priuli2013-05-101-63/+61
* voodoo is using now device callbacks and some minor cleanups in few drivers (nw) Miodrag Milanovic2013-04-291-87/+83
* fixed snesb regression (nw) Miodrag Milanovic2013-04-121-6/+0
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* direct update handler is not being used in snes, therefore removed together w... Miodrag Milanovic2013-03-111-26/+0
* minor cleanup. nw. Fabio Priuli2013-03-111-3/+3
* small modernization + small cleanup. nw. Fabio Priuli2013-03-081-68/+59
* greatly simplified mapping and access for cart ROM. given the massive interna... Fabio Priuli2013-03-081-93/+58
* experimental merging of snes memory handlers. please test your favorite SNES ... Fabio Priuli2013-03-061-231/+134
* added a missing open bus case... nw. Fabio Priuli2013-03-061-20/+26
* (MESS) snes.c: updated the driver to only save the real amount of SRAM presen... Fabio Priuli2013-03-061-65/+93
* some snes cleanup (nw) Miodrag Milanovic2013-03-051-5/+2
* some snes modernization (nw) Miodrag Milanovic2013-03-051-116/+110
* moved snes add-on chips emulation to src/mess/, at last. Fabio Priuli2013-03-051-8/+1
* removed snesbsx driver: it never worked, and satellaview support will be done... Fabio Priuli2013-03-051-72/+8
* other two statics gone. nw. Fabio Priuli2013-03-051-36/+29
* snes: shuffling some code around (part 6 and last). nw. Fabio Priuli2013-03-051-77/+0
* snes: shuffling some code around (part 5). nw. Fabio Priuli2013-03-051-126/+18
* snes: shuffling some code around (part 4). nw. Fabio Priuli2013-03-051-44/+0
* snes: shuffling some code around (part 3). nw. Fabio Priuli2013-03-051-26/+0
* snes: shuffling some code around (part 2). nw. Fabio Priuli2013-03-041-215/+1
* snes: shuffling some code around (part 1). nw. Fabio Priuli2013-03-041-40/+0
* removed a bunch of now redundant variables. nw. Fabio Priuli2013-03-041-47/+13
* further register cleanups. nw. Fabio Priuli2013-03-041-51/+59
* moved some snes stuff into the driver class. nw. Fabio Priuli2013-03-041-135/+114
* let's try to untangle a bit the knots between machine and PPU (part 4)... nw. Fabio Priuli2013-03-041-9/+9
* let's try to untangle a bit the knots between machine and PPU (part 3)... nw. Fabio Priuli2013-03-041-9/+9
* let's try to untangle a bit the knots between machine and PPU (part 2) + some... Fabio Priuli2013-03-041-30/+29