{#if game} {#if running} {/if} {/if}
{#if error && !booting}
{error}
{/if} {#if unsupported}
đŸĒŸ

Windows game

{game.title} is a Windows application and won't run in the browser DOS emulator without Windows 3.1 installed.

{/if} {#if !running}
{#if loading}
âŗ

Loading game data...

{:else if booting}
âš™ī¸

{game?.title || ""}

{#if isSetup}

Starting setup utility...

âš™ī¸ Configure controls, then exit SETUP to save

{:else}

Starting emulator...

💾 Game saves are stored automatically

{/if} {:else if error}
âš ī¸

Failed to start

{error}

{:else if !game?.ready}
đŸ•šī¸

Not ready

This game hasn't been processed yet.

{/if}
{/if}