summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) nes.c: shuffled around the loading code (very preliminary step towards... Fabio Priuli2013-02-111-993/+130
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-1/+1
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-7/+7
* (MESS) nes.c: tagmap cleanups. (nw) Fabio Priuli2013-01-261-29/+48
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-2/+2
* [NES MESS] Minor cleanups Nathan Woods2012-11-251-19/+57
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-13/+12
* (MESS) nes: fixed regression in the famicom keyboard, introduced at some poin... Fabio Priuli2012-09-241-6/+8
* (MESS) Compile fix. (nw) Curt Coder2012-09-231-1/+1
* (MESS) nes.c: moved bankswitch functions into nes_carts_state. no whatsnew. Fabio Priuli2012-09-231-4/+4
* (MESS) nes.c: moved cart class where it actually belongs. no whatsnew. Fabio Priuli2012-09-221-1/+1
* nes.c: partially split cart variables from the system ones. no whatsnew. Fabio Priuli2012-09-211-1/+1
* nes.c: modernized the driver by moving most code into the class, work by Mick... Fabio Priuli2012-09-211-75/+73
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-22/+22
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+21
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1711