18 lines
488 B
HTML
18 lines
488 B
HTML
<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>
|