Newer
Older
use boytacean::gb::GameBoy;
fn main() {
let mut game_boy = GameBoy::new();
// runs the Game Boy clock, this operations should
// include the advance of both the CPU and the PPU
game_boy.clock();