diff --git a/index.html b/index.html index d357e0d..9133f4a 100644 --- a/index.html +++ b/index.html @@ -188,6 +188,7 @@ Download ROM File ({{filename}}.gb)
Download MAP File ({{filename}}.map) +

Note: If you are using FlashGBX, you do not need the MAP file

If you want to flash {{singleRomFilename}} without the menu, you can use this MAP file to configure the cart to work with your ROM.
diff --git a/style/style.css b/style/style.css index 10c622a..41ed90d 100644 --- a/style/style.css +++ b/style/style.css @@ -247,3 +247,7 @@ noscript { .ticker-settings { margin-top: 0.4rem; } + +.map-note { margin-left: 0.5rem; } +.map-note span:first-child { font-size: 1.2rem; } +.map-note span:last-child { vertical-align: sub; }