added video enable option

This commit is contained in:
2025-08-29 14:37:58 +05:00
parent 7876210be6
commit 5397965319
15 changed files with 95 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "../instructions.h"
#include "../registers.h"
#include "instructions/instructions.h"
#include "instructions/registers.h"
#define readVar(VAR) {\
if(!VM_dataRead(vm, &VAR, vm->current_pos, sizeof(VAR))) \