Error: No ROM provided

This emulator requires ROMS (Gameboy games) to be provided as a URL parameter named "roms".

1. Create a JSON file with the format:

      [
        {
          "img": "https://example.com/game1-cover.jpg",
          "rom": "https://example.com/game1-rom.gbc"
        },
        {
          "img": "https://example.com/game2-cover.jpg",
          "rom": "https://example.com/game2-rom.gbc"
        }
      ]
      

2. Upload the JSON file somewhere (like glitch.me)

3. Provide the file link as a URL parameter named "roms" and the game index to autoplay as a URL parameter named "i":

      https://gameboy.webvr.link/car?roms=https://example.glitch.me/roms.json&i=3