Here, I'll start the Atomiswave emulator. /* This is an Atomiswave emulator. The goal of this emulator is to emulate the Hitachi SH-4 64-bit RISC CPU, PowerVR 2, and the ARM7 Yamaha AICA and to get it work on minimum specs of a Pentium I 133 mhz, 16 mb RAM, Tandy sound, and 4 mb VRAM.*/
#include<iostream.h>
void main()
{
cout<<"ATOMISWAVE EMULATOR! OMFG I CAN PLAY KOF2004 NOW!!!11 LOL";
} There, I started it off for you, now get to work.