Retro Gaming Online Emulator

Atari Lynx

Code Example

<div style="width:640px;height:480px;max-width:100%">
        <div id="game"></div>
      </div>
<script type="text/javascript">
    EJS_player = '#game';
    EJS_gameUrl = ''; // Url to Game rom
    EJS_core = 'lynx';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>