joeldipops / TransferBoy

Gameboy Emulator for N64 using Transfer Pak. Actual emulator logic largely written by https://github.com/koenk/gbc. Runs on https://github.com/DragonMinded/libdragon
Other
44 stars 0 forks source link

Anything with an MBC seems to be broken. #26

Closed joeldipops closed 5 years ago

joeldipops commented 5 years ago

Somewhere along the line. It's in the master branch and the mmu_restructure branch. I suspect it only broke a few commits ago.

DO NOT MERGE mmu_restructure until fixing this so I don't have to wade through as many commits.

joeldipops commented 5 years ago

Turned out I hadn't implemented nop properly. Lol. NOP of all things.