You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
关于fcuex 2-6-6 关于mapper195 无法模拟的问题,请亲爱的开发者们帮我解决这个问题。About fcuex 2-6-6 About the problem that mapper195 cannot be simulated, please dear developers help me solve this problem.
#775
Open
1989Firefly opened this issue
Jan 9, 2025
· 2 comments
Describe the bug
A clear and concise description of what the bug is.
亲爱的开发者们,mapper 195 目前最大只支持prg容量在1mb,超过1mb的不能运行,在调式器中,最大寻址地址在FFFFF,请帮忙修复它,让它能够支持读取到超过1MB PRG的nes文件。感谢各位!!!
Dear developers, mapper 195 currently only supports a maximum of 1MB PRG capacity, more than 1MB can not run, in the modem, the maximum addressing address is FFFFF, please help fix it, so that it can support reading more than 1MB PRG nes files. Thank you!!
1.更改以下代码7F为FF或去掉,不建议这样作
static void GENPWRAP(uint32 A, uint8 V) {
// [NJ102] Mo Dao Jie (C) has 1024Mb MMC3 BOARD, maybe something other will be broken
// also HengGe BBC-2x boards enables this mode as default board mode at boot up
setprg8(A, (V & 0x7F) | ((kt_extra & 4) << 4));
// KT-008 boards hack 2-in-1, TODO assign to new ines mapper, most dump of KT-boards on the net are mapper 4, so need database or goodnes fix support
}
2.增加195的子mapper,重载GENPWRAP,支持大于1024,最大到2048,再大就要增加寄存器
Describe the bug
A clear and concise description of what the bug is.
亲爱的开发者们,mapper 195 目前最大只支持prg容量在1mb,超过1mb的不能运行,在调式器中,最大寻址地址在FFFFF,请帮忙修复它,让它能够支持读取到超过1MB PRG的nes文件。感谢各位!!!
Dear developers, mapper 195 currently only supports a maximum of 1MB PRG capacity, more than 1MB can not run, in the modem, the maximum addressing address is FFFFF, please help fix it, so that it can support reading more than 1MB PRG nes files. Thank you!!
我的联系方式 My contact details [email protected]
The text was updated successfully, but these errors were encountered: