aboutsummaryrefslogtreecommitdiff
path: root/src/opcodes.rs
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-12 18:15:09 +0900
committerAstatin <[email protected]>2025-03-12 18:15:09 +0900
commit3ac23c20f0d29cfad1963aa117941fb9c2827126 (patch)
tree500acfe7f7d98e5313de61484524207fc71f8f25 /src/opcodes.rs
parentdf5a1c83d8c5d680e1bd4ef1c6793db964ebebea (diff)
Replace minifb with pixels+winit
Diffstat (limited to 'src/opcodes.rs')
-rw-r--r--src/opcodes.rs1
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.