Minor changes
This commit is contained in:
parent
14e9dd9258
commit
16f7128a0c
7 changed files with 48 additions and 11 deletions
src
|
@ -8,13 +8,16 @@ int main(int argc, char *argv[])
|
|||
// Initialize
|
||||
MemInit();
|
||||
MemLoadROM("../roms/2-ibm-logo.ch8");
|
||||
|
||||
ScreenInit(800,400);
|
||||
VCPUInit();
|
||||
|
||||
|
||||
ScreenSetPixel(0,1,1);
|
||||
// MemDump();
|
||||
int i=0;
|
||||
|
||||
while (!WindowShouldClose()){
|
||||
VCPUFetch();
|
||||
VCPUDecode();
|
||||
VCPUExecute();
|
||||
ScreenUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue