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

chore: restore original pocket.gb demo

parent 98c249c1
No related branches found
No related tags found
No related merge requests found
Pipeline #2523 passed
......@@ -467,7 +467,7 @@ fn main() {
// ROM file and starts running it
let mut emulator = Emulator::new(game_boy);
emulator.start(SCREEN_SCALE);
emulator.load_rom(Some("../../res/roms/test/gbprinter.gb"));
emulator.load_rom(Some("../../res/roms/demo/pocket.gb"));
emulator.toggle_palette();
emulator.run();
}
......
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