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

docs: small comment change

parent 34b185d4
No related branches found
No related tags found
No related merge requests found
Pipeline #3360 passed
...@@ -85,8 +85,8 @@ pub struct Mmu { ...@@ -85,8 +85,8 @@ pub struct Mmu {
/// Boy execution. The buffer effectively used is of 256 bytes /// Boy execution. The buffer effectively used is of 256 bytes
/// for the "normal" Game Boy (MGB) and 2308 bytes for the /// for the "normal" Game Boy (MGB) and 2308 bytes for the
/// Game Boy Color (CGB). Note that in the case of the CGB /// Game Boy Color (CGB). Note that in the case of the CGB
/// the bios which is 2308 bytes long is in fact only 2048 bytes /// the BIOS which is 2308 bytes long is in fact only 2048 bytes
/// as the 256 bytes in range 0x100-0x1FF are meant to be /// as the 256 bytes in range 0x0100-0x01FF are meant to be
/// overwritten byte the cartridge header. /// overwritten byte the cartridge header.
boot: Vec<u8>, boot: Vec<u8>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment