Skip to content
Snippets Groups Projects
Verified Commit 7b3637fe authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: small comment update

parent d8bc893c
No related branches found
No related tags found
No related merge requests found
Pipeline #1461 passed
......@@ -436,7 +436,7 @@ pub static NO_MBC: Mbc = Mbc {
match addr {
// ignores this address as Tetris and some other games write
// to this address for some reason (probably related to
// any kind of MBC1 compatibility issue)
// some kind of MBC1 compatibility issue)
0x2000 => (),
_ => panic!("Writing to unknown Cartridge ROM location 0x{:04x}", addr),
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment