1. VMware opstarten 2. Visual Studio 2008 SP1 installeren (C++) 3. Windows 7 SDK installeren 4. DirectX 9 SDK installeren 5. Bestanden kopieren uit Beebem403.zip: ea.h i86.cpp i86.h i86time.c i386dasm.cpp instr86.c instr86.h osd_cpu.cpp (?) speech.cpp speech.h 6. In project toevoegen: Headers: ea.h i86.h instr86.h speech.h Source Files: i86.cpp i86time.c i386dasm.cpp instr86.c osd_cpu.cpp speech.cpp 7a. Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor definitions: voeg toe: M512COPRO_ENABLED;SPEECH_ENABLED 7b. Dit toevoegen aan Tube.h #ifndef M512COPRO_ENABLED #define M512COPRO_ENABLED Dit toevoegen aan beebsound.h #ifndef SPEECH_ENABLED #define SPEECH_ENABLED 7c. REM out in het hele project: //#ifdef M512COPRO_ENABLED //#endif //#ifdef SPEECH_ENABLED //#endif