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

docs: add new docstring

parent e3f0fe21
No related branches found
No related tags found
No related merge requests found
Pipeline #850 passed
......@@ -25,6 +25,9 @@ pub const BOOT_DATA: [u8; 256] = [
6, 25, 120, 134, 35, 5, 32, 251, 134, 32, 254, 62, 1, 224, 80,
];
/// Top level structure that abstracts the usage of the
/// Game Boy system under the Boytacean emulator.
/// Should serve as the main entry-point API.
#[cfg_attr(feature = "wasm", wasm_bindgen)]
pub struct GameBoy {
cpu: Cpu,
......
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