-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapper4 There seems to be a problem #437
Comments
是有这个问题,我在弄"加纳战机"的时候,没有声音没有图像。 谷歌翻译: |
@ZhaoTonggang 兄弟,我看你实现了几个mapper,我对这块不太熟悉,你能帮忙看看mapper 115 吗,我发现115和4很像,我尝试用4来代替,可以出现声音,但声音有点慢。 谷歌翻译: /**
* Mapper 115
*
* @description http://wiki.nesdev.com/w/index.php/INES_Mapper_115
* @example
* @constructor
*/
Mappers[115] = function(nes) {
this.nes = nes;
};
Mappers[115].prototype = new Mappers[4](); |
A few years later, but I found a possible fix for the mapper 4. Here is the PR #452 |
I have a similar problem I can't find anything that runs downloaded roms on Chromebook except emulator js wich can't run everything. |
I tried to run some roms that support mapper4 mmc3, but some roms are gray screen. I found a similar project on github, but I don't know how to improve jsnes with it.
rom parameter:MMC3 rom: 16 PRG bank(s), 32 CHR bank(s)
project address:NesJS mmc3 Mapper
The text was updated successfully, but these errors were encountered: