diff options
Diffstat (limited to 'src/opcodes.rs')
-rw-r--r-- | src/opcodes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcodes.rs b/src/opcodes.rs index b937386..6c41449 100644 --- a/src/opcodes.rs +++ b/src/opcodes.rs @@ -1,4 +1,3 @@ -use crate::serial::Serial; use crate::state::{flag, reg, GBState, MemError}; // The opcodes functions are returning the number of cycles used. |