summaryrefslogtreecommitdiff
path: root/src/emulator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/emulator.rs')
-rw-r--r--src/emulator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emulator.rs b/src/emulator.rs
index 8649f26..e88e320 100644
--- a/src/emulator.rs
+++ b/src/emulator.rs
@@ -30,7 +30,6 @@ impl BedrockEmulator {
let mut vm = Processor::new(StandardDevices::new());
vm.dev.screen.resize(ScreenDimensions::new(256, 192));
vm.dev.memory.page_limit = 256;
- vm.dev.memory.expand_memory();
vm.load_program(bytecode);
Self {