diff --git a/examples/web/index.ts b/examples/web/index.ts index 68cd9aaa81b17b2aca0436a3fd2d004a8dc778ef..13442109f6c3807db05a83b22565ef8349e8d54b 100644 --- a/examples/web/index.ts +++ b/examples/web/index.ts @@ -288,7 +288,7 @@ const start = async ({ // resets the Game Boy engine to restore it into // a valid state ready to be used //state.gameBoy.reset_hard(); @todo - state.gameBoy.load_boot_static(); + state.gameBoy.load_boot_dmg(); state.gameBoy.load_rom(romData); // updates the name of the currently selected engine