summaryrefslogtreecommitdiff
path: root/src/cpu/instructions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/instructions.h')
-rw-r--r--src/cpu/instructions.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/cpu/instructions.h b/src/cpu/instructions.h
index 33ba11d..1725d28 100644
--- a/src/cpu/instructions.h
+++ b/src/cpu/instructions.h
@@ -1,11 +1,8 @@
// instructions.h
-#ifndef INSTRUCTIONS_H
-#define INSTRUCTIONS_H
+#pragma once
#include"core.h"
#include"6502.h"
-//#include"addressing.h"
-
// Load and Store Instructions
void fLDA(Addressing, address);
@@ -83,11 +80,4 @@ void fSEI(Addressing, address);
// NOP/BRK Instructions
void fNOP(Addressing, address);
-void fBRK(Addressing, address);
-
-#endif
-
-#ifdef ILLEGAL_INSTRUCTIONS
-
-
-#endif \ No newline at end of file
+void fBRK(Addressing, address); \ No newline at end of file