summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_ines.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | among other things, this allowed to remove around a thousand of machine() parameters passed to re-get the state class at each bankswitch operation. readability says thanks.
* 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 ↵ Fabio Priuli2012-09-211-34/+31
| | | | Micko. no whatsnew.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-18/+18
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* 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