From ae863ee4e92631d3c6c68ac776f6629e6d3b9c85 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Jun 2025 21:35:12 -0400 Subject: [PATCH] Usando this en todas partes :p --- .gitignore | 2 +- .idea/dictionaries/project.xml | 8 + .idea/editor.xml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 9 + .idea/misc.xml | 1 + src/Graphics/Chip8Display.cpp | 58 ++-- src/Graphics/Chip8Display.h | 8 +- src/Graphics/Color.h | 13 + src/Graphics/Graphics.cpp | 61 ++--- src/Graphics/Graphics.h | 16 +- src/Interpreter/Interpreter.cpp | 263 ++++++++++--------- src/Interpreter/Interpreter.h | 11 +- src/Machine.cpp | 28 +- src/Machine.h | 3 +- src/old/MachineState.h | 19 ++ src/old/main.cpp | 51 ++++ 16 files changed, 332 insertions(+), 221 deletions(-) create mode 100644 .idea/dictionaries/project.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 src/Graphics/Color.h create mode 100644 src/old/MachineState.h create mode 100644 src/old/main.cpp diff --git a/.gitignore b/.gitignore index b1aff46..5917506 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ _deps CMakeUserPresets.json cmake-build-debug imgui.ini - +cmake-build*/ \ No newline at end of file diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100644 index 0000000..3a18f12 --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,8 @@ + + + + cosmac + skrd + + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml index 2d5e37e..7729b27 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -112,7 +112,7 @@