initial upload

This commit is contained in:
2026-03-15 14:37:05 -04:00
parent aa22bd4cde
commit f0255622f3
5508 changed files with 8823230 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; utf-8">
<title>Java MSX Emulator</title>
</head>
<body>
<div>
<applet code="MsxEmu" width="256" height="192">
<script type="text/javascript">
//var requested = self.location.search.substr(1);
//document.write('<param name="rom" value="' + self.location.search.substr(1) + '">');
</script>
<param name="rom" value=".rom/nemesis.rom">
</applet>
</div>
</body>
</html>