added games

This commit is contained in:
mileswa1q22
2024-10-19 02:23:17 +00:00
committed by GitHub
parent 50f06639ec
commit 4bcf62f303
5 changed files with 61 additions and 0 deletions
+3
View File
@@ -146,6 +146,9 @@
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Sonic Advance 3.html">Sonic Advance 3</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Castlevania Circle of the Moon.html">Castlevania Circle of the Moon</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Mega Man Battle Network.html">Mega Man Battle Network</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/Advance Wars 2 - Black Hole Rising.html">Advance Wars 2 - Black Hole Rising</a>
<a href="/wedrowemdlemtest/webretro-master/webretro-master/embed/WarioWare, Inc._ Mega Microgame.html">WarioWare, Inc._ Mega Microgame!</a>
</head>
</form>
<div id="disqus_thread"></div>
@@ -0,0 +1,29 @@
<html>
<head>
<meta charset="UTF-8">
<title>Advance Wars 2 - Black Hole Rising</title>
<style>
#webretro-container {
width: 800px;
height: 600px;
}
</style>
</head>
<body>
<h1>Advance Wars 2 - Black Hole Rising</h1>
<div id="webretro-container"></div>
<br>
<input type="button" id="fullscreen" value="Fullscreen">
<br>
<br>
<script type="text/javascript" src="embed.js"></script>
<script>
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "GB/GBC/GBA", rom: "Advance Wars 2 - Black Hole Rising (USA).zip"});
document.getElementById("fullscreen").onclick = function() {
frame.requestFullscreen();
};
</script>
</body>
</html>
@@ -0,0 +1,29 @@
<html>
<head>
<meta charset="UTF-8">
<title>WarioWare, Inc._ Mega Microgame!</title>
<style>
#webretro-container {
width: 800px;
height: 600px;
}
</style>
</head>
<body>
<h1>WarioWare, Inc._ Mega Microgame!</h1>
<div id="webretro-container"></div>
<br>
<input type="button" id="fullscreen" value="Fullscreen">
<br>
<br>
<script type="text/javascript" src="embed.js"></script>
<script>
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "GB/GBC/GBA", rom: "WarioWare, Inc._ Mega Microgame$!.zip"});
document.getElementById("fullscreen").onclick = function() {
frame.requestFullscreen();
};
</script>
</body>
</html>