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

feat: added new test roms

parent 40a9edbb
No related branches found
No related tags found
No related merge requests found
Pipeline #1646 passed
...@@ -188,7 +188,7 @@ fn main() { ...@@ -188,7 +188,7 @@ fn main() {
game_boy.load_boot_default(); game_boy.load_boot_default();
let mut emulator = Emulator::new(game_boy, SCREEN_SCALE); let mut emulator = Emulator::new(game_boy, SCREEN_SCALE);
emulator.load_rom("../../res/roms.prop/super_mario.gb"); emulator.load_rom("../../res/roms/dmg_acid2.gb");
emulator.run(); emulator.run();
} }
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment