chore: reduce size of public interface

This commit is contained in:
2021-10-30 10:28:20 +09:00
parent 2bb8bd6d8f
commit 01278ca83f
6 changed files with 19 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ impl Cpu {
/// routine.
///
/// Handle HALT and interrupts.
pub fn step(&mut self) -> Cycle {
pub(crate) fn step(&mut self) -> Cycle {
// Log instructions
// if self.reg.pc > 0xFF {
// let out = std::io::stdout();