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

docs: new comments

parent 40b6d625
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,10 @@ impl Display for RamSize { ...@@ -182,6 +182,10 @@ impl Display for RamSize {
} }
} }
/// Structure that defines the ROM and ROM contents
/// of a Game Boy cartridge. Should correctly address
/// the specifics of all the major MBCs (Memory Bank
/// Controllers).
#[cfg_attr(feature = "wasm", wasm_bindgen)] #[cfg_attr(feature = "wasm", wasm_bindgen)]
#[derive(Clone)] #[derive(Clone)]
pub struct Cartridge { pub struct Cartridge {
......
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