some n64 games !

This commit is contained in:
a456pur 2024-03-05 20:51:31 +10:00
parent 8cffd3c832
commit 95a101ff9e
20 changed files with 250 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Banjo Kazooie</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Banjo-Kazooie (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Donkey Kong 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Donkey Kong 64 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

25
semag/doom64/index.html Normal file
View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Doom 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Doom 64 (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Goldeneye</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "007 - GoldenEye (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Majora's Mask</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Legend of Zelda, The - Majora's Mask (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party (Europe) (En,Fr,De).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party 2</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party 2 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party 3</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Party 3 (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Paper Mario</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Paper Mario (USA).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Star Fox 64</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "n64";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Star Fox 64 (USA) (Rev A).n64";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>