brianbennett / fpga_nes

FPGA-based Nintendo Entertainment System Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement alternate path for uploading cart data

brianbennett opened this issue · comments

Currently uses normal path used by CPU to write memory. In order to support mappers, it should load to physical banks instead of mapped addresses.