summaryrefslogtreecommitdiffstatshomepage
path: root/hash/nes.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* (MESS) NES: hopefully fixed a crash occurring at exit when PRG is not a ↵ Fabio Priuli2013-04-241-34/+42
| | | | | | multiple of 16KB. Also promoted to working state two other SMB clones running on the same pcb as SMB Malee 2 (whose support was added a few days ago). nw.
* (MESS) nes.c: Fixed remaining known bootleg PCBs (mostly SMB2 FDS ↵ Fabio Priuli2013-04-241-253/+261
| | | | | | | | conversions) and improved FFE mappers (I'd be more interested into actually emulating the copier but this is all we got at the moment...) . nw. Also, backing up some wip code for other pcbs that still does not produce any useful result.
* (MESS) nes.c: fixed NINA-001 emulation (mapper 34), promoting Impossible ↵ Fabio Priuli2013-04-221-26/+25
| | | | | | | | | | | | | | Mission II to working state [Fabio Priuli] (MESS) nes.c: improved Taito LROG017 emulation (mapper 77), promoting Napoleon Senki to working state [Fabio Priuli] (MESS) nes.c: added emulation of the Sachen SA-9602B pcb used by Mei Shao Nv Meng Gong Chang, a chinese port of Princess Maker by Sachen, based on the great work done by Cah4e3 in FCEUMM [Fabio Priuli] out of whatsnew: this change also moves the summary of known issues in the appropriate source files (some pirate and multigame cart issues have to be rechecked, due to the amount of changes done since they were last checked, so I will add them back after a few test)
* (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: ↵ Fabio Priuli2013-04-211-168/+5097
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Fabio Priuli] - converted carts, mappers and pcbs to use slot devices - fixed starting of Famicom, Famicom Twin and Dr. PCJr - fixed handling of "no disk" in FDS so that the system displays Mario and Luigi jumping around as expected - added AY8910 sound to Sunsoft-5B (Gimmick JPN sfx) - added YM2413 to VRC-7 (Lagrange Point OST) - added support for recorded samples to Jaleco sport titles and to Bandai Family Trainer Aerobics Studio, thanks to notes by hap and egoh, and recordings by Pongbashi (samples are needed because these games use a currently undumpable speech chip) - added support for NES-EVENT pcb used by Nintendo World Championship 1990, including dipswitches - added support for Galoob Game Genie real usage (in addition to the codes which Puggsy added to his cheat collections): when you load ggenie, a second cartslot becomes available to load another game attached to the cheat device (e.g. with "mess.exe nes -cart ggenie -cart2 smb") and you can enter the cheat codes as in a real NES - added support for Nantettatte!! Baseball lock-on mechanism, based on the tests performed by naruko on his carts: when you load nantbb, a second cartslot becomes available to load one of the two update minicarts (91 Hen or OB Hen) - improved emulation of Namcot 163, 175 and 340 boards, based on the tests performed by naruko, lidnariq and bootgod on the real hardware - moved Nantettatte!! Baseball minicarts to a separate list (nes_ntbrom.xml) because they cannot be loaded in the NES directly, but only through the nantbb subslot - emulated bus conflict (CPU/PRG) in PCBs documented as having it - partial emulation of open bus, enough to make working the games using it as a sort of protection - fixed crash when loading files using FFE mappers - fixed mirroring in some boards (Sunsoft DCS and UNL-CC-21) and in some games (e.g. Paris Dakar Rally Special and Escape from Atlantis) - fixed a few bugs in Tengen 800032 emulation (mapper 64), promoting Klax, Xybots and Road Runner to work state - fixed Tengen 800037 emulation (mapper 158), promoting US Alien Syndrome to work state - added working emulation of many bootleg pcbs used for pirate conversions from FDS (Ai Senshi Nicol, Doki Doki Panic, Fuuun Shaolin Kyo, Green Beret, Monty no Doki Doki Daidassou, Tobidase Daisakusen, Super Mario Bros Malee 2 / Genius Merio Bros...) - improved emulation of many pirate pcb (BMC-GOLDENCARD-6IN1, KS7013B, KS7012, BMC-GHOSTBUSTERS63IN1, UNL-MALISB, MAXI15 and more...) - improved RacerMate Challenge II emulation, but the game is still not working due to unemulated bicycle controller - added CPU-based IRQ mode in Tengen 800032 emulation (mapper 64), fixing Skulls & Crossbones gfx (but the game is still not working) - fixed many small inaccuracies in the old code, spot during the conversion - added support for most other known pcbs, even if in most cases emulation is only sketchy - reduced the need of fake alt pbcs for boards which only differed by mirroring handling (these are now recognized through the "mirroring" feature) - removed fake wram which was added to a lot of partially documented pcbs and re-added it only where actually present, so to more accurately document what was really in the carts Out of whatsnew: There's still a lot to do (e.g. to clean up the implementation of the pirate pcbs) but I hope that submitting this now I can get some wider testing help so to catch and fix regressions before next release :)
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-12/+12
|
* (MESS) nes.xml: Identified at last weilaixz as the unique Sachen ↵ Fabio Priuli2013-04-051-3/+2
| | | | | TCU-02/mapper 136 game. Set promoted to working state.
* missed one list. nw. Fabio Priuli2013-03-221-13/+13
|
* (MESS) nes.xml: avoid path separators in filenames. nw. Fabio Priuli2013-03-201-1/+1
|
* used old version of srcclean, so I put back old files and run it again, it ↵ Miodrag Milanovic2013-03-191-182/+182
| | | | produce much less changes, sorry for this (nw)
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-182/+182
|
* added a few protos dumped recently by Skrybe. nw. Fabio Priuli2013-03-181-38/+85
|
* added missing pcbs. nw. Fabio Priuli2013-03-181-1/+1
|
* sync with bootgod db. nw. Fabio Priuli2013-03-181-164/+171
|
* silencing cmpro. nw. Fabio Priuli2013-03-181-3/+3
|
* fixed size. nw. Fabio Priuli2013-03-181-2/+2
|
* (MESS) nes.xml: a bunch of new additions from several sources. nw. Fabio Priuli2013-03-171-15/+151
|
* fix equal names for different ROM hashes in nes.xml (nw) Scott Stone2013-02-231-2/+2
|
* Alignment fixes for XML hashes. (nw) Scott Stone2013-02-211-1/+1
|
* softlist: added a bunch of recent dumps. no whatsnew. Fabio Priuli2013-01-251-16/+247
|
* (MESS) softlists: Misc naming and description consistency fixes. no whatsnew. Fabio Priuli2013-01-201-6/+6
|
* use spaces in xml comments. This is the output from a local srcclean change ↵ smf-2013-01-111-182/+182
| | | | applied after reverting the 0.148 cleanup, to avoid losing previous formatting.
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-80/+80
|
* nes: avoiding error for unsupported boards. no whatsnew. Fabio Priuli2012-12-271-8/+23
|
* snes.xml: fixed a few missing parent/clone relations (thanks to PooshhMao ↵ Fabio Priuli2012-12-231-9/+437
| | | | | | | for spotting these) and added a bunch of dumps to be investigated. no whatsnew. n64.xml: added a recently released proto dump. no whatsnew. gba.xml: added new dump from nointro. no whatsnew. nes.xml: added usual flush of new pirate dumps/redumps from misc sources + one proto. no whatsnew.
* (MESS) gbcolor.xml: added new dumps from BigFred and taizou. no whatsnew. Fabio Priuli2012-10-051-2/+66
| | | | | (MESS) nes.xml: added dumps of Super Maruo (first pirate FC game ever), courtesy of bombman, and of a few pirate games, courtesy of maxzhou. no whatsnew. + bunch of misc tiny fixes (thanks Tafoid)
* (MESS) nes.xml: a few new dumps from cah4e3 and byemu. no whatsnew. Fabio Priuli2012-09-121-7/+99
| | | (MESS) gameboy/gbcolor.xml: a couple of pirate dumps from taizou. no whatsnew.
* (MESS) nes.xml: identified a couple of pcb types and fixed mirroring in one ↵ Fabio Priuli2012-09-111-6/+6
| | | | pirate game. (nw)
* (MESS) gbcolor.xml: added a few new dumps, courtesy of BigFred. no whatsnew. Fabio Priuli2012-09-101-60/+67
| | | (MESS) softlist: another bunch of fixes. no whatsnew.
* Replace most fullwidth characters in Japanese software lists - they exist ↵ Justin Kerk2012-09-091-295/+294
| | | | | for backwards compatibility and there is generally no good reason to use them nowadays (nw) Also replaced combining dakuten with precomposed forms and made a few romanization tweaks
* (MESS) snes.xml: a new prototype dump from Evan of snes central, through of ↵ Fabio Priuli2012-09-091-1/+1
| | | | | ReadOnly. no whatsnew. (MESS) softlist: minor updates. no whatsnew.
* (MESS) misc updates to softlists. no whatsnew. Fabio Priuli2012-09-091-12/+11
|
* softlist: misc fixes. no whatsnew. Fabio Priuli2012-09-021-12/+13
|
* (MESS) softlist: misc cleanup (thanks to souxx), added bits of info (thanks ↵ Fabio Priuli2012-08-291-42/+52
| | | | to Anna) and some fix to the nes list. no whatsnew.
* (MESS) softlist: misc cleanups and info additions. no whatsnew. Fabio Priuli2012-08-281-11/+11
|
* softlist: removed a few blank spaces, thanks to souxx for spotting them. no ↵ Fabio Priuli2012-08-271-1/+1
| | | | whatsnew.
* softlists: misc cleanups and consistency fixes (channelf courtesy of k11). ↵ Fabio Priuli2012-08-271-50/+58
| | | | | no whatsnew. mz2000_*.xml: added a few more files. no whatsnew.
* Sync software lists from MESS into hash (no whatsnew) Miodrag Milanovic2012-08-211-0/+70859