#![allow(clippy::uninlined_format_args)]
pub mod apu;
pub mod cpu;
pub mod data;
pub mod devices;
pub mod dma;
pub mod gb;
pub mod gen;
pub mod genie;
pub mod info;
pub mod inst;
pub mod macros;
pub mod mmu;
pub mod pad;
pub mod ppu;
pub mod rom;
pub mod serial;
pub mod state;
pub mod test;
pub mod timer;
pub mod util;