如何解决我想使用我的 Rom 文件在我的 ASP.NET MVC 浏览器中使用 EMULATORJS 打开
我想使用 EMULATORJS 使用 ASP.NET MVC 打开我的 rom 游戏到我的浏览器。我创建了文件夹并使用 EmulatorJs 添加了我的 nes 文件。我不知道我无法在这个 EmulatorJs 中打开我的 nes 文件。有人知道如何在我的浏览器中打开 nes 文件吗?
<div style="width:640px;height:480px;max-width:100%">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_biosUrl = ''; // Url to Famicom disk System bios
EJS_gameUrl = '~/Swf/new-mario-bros.nes'; // Url to Game rom
EJS_gameID = 1; // ID in your website,required for netplay.
EJS_core = 'nes';
EJS_lightgun = false; // Lightgun
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。