summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_ines.c
Commit message (Expand)AuthorAgeFilesLines
* Made includes of C files in drivers section to use .inc instead, and also ren... Miodrag Milanovic2013-06-181-791/+0
* (MESS) nes.c: added a new fds conversion dump found in a big chinese pack. em... Fabio Priuli2013-05-131-1/+1
* (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [F... Fabio Priuli2013-04-211-203/+534
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Made ppu use delegates instead of callbacks (nw) Miodrag Milanovic2013-03-281-11/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* (MESS) nes.c: moved bankswitch functions into nes_carts_state. no whatsnew. Fabio Priuli2012-09-231-15/+15
* nes.c: partially split cart variables from the system ones. no whatsnew. Fabio Priuli2012-09-211-4/+4
* nes.c: modernized the driver by moving most code into the class, work by Mick... Fabio Priuli2012-09-211-34/+31
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-18/+18
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+465