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

docs: small doc change

parent 1402e086
No related branches found
No related tags found
No related merge requests found
Pipeline #5228 passed
//! Cartridge (ROM) related functions and structures.
//!
//! Includes the implementation of the Memory Bank Controllers (MBCs)
//! that are used to handle the memory access for the cartridge.
use boytacean_common::{error::Error, util::read_file};
use core::fmt;
......
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