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

feat: changed default SDL ROM

parent 328b8f2b
No related branches found
No related tags found
No related merge requests found
Pipeline #1720 passed
......@@ -188,7 +188,7 @@ fn main() {
game_boy.load_boot_default();
let mut emulator = Emulator::new(game_boy, SCREEN_SCALE);
emulator.load_rom("../../res/roms/dmg_acid2.gb");
emulator.load_rom("../../res/roms/pocket.gb");
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