Skip to content

Commit

Permalink
docs: small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 20, 2024
1 parent 1402e08 commit 7ff35c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rom.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! 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;
Expand Down

0 comments on commit 7ff35c0

Please sign in to comment.