{#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}