Merge branch 'lokathor' of https://github.com/rust-console/gba into lokathor

This commit is contained in:
Lokathor 2018-11-20 00:22:56 -07:00
commit 8e570763be

View file

@ -226,7 +226,7 @@ builds starts with `thumbv4`.
* `0xE000000` to `0xE00FFFF` (64k) * `0xE000000` to `0xE00FFFF` (64k)
The game pak SRAM has an 8-bit bus. Why did pokemon always take so long to save? The game pak SRAM has an 8-bit bus. Why did Pokémon always take so long to save?
This is why. It also has some amount of wait, but as with the ROM, the details This is why. It also has some amount of wait, but as with the ROM, the details
depend on your game pak hardware (and also as with ROM, you can adjust the depend on your game pak hardware (and also as with ROM, you can adjust the
settings with an IO register, should you need to). settings with an IO register, should you need to).