diff options
Diffstat (limited to 'src/devices.rs')
-rw-r--r-- | src/devices.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices.rs b/src/devices.rs index e0c4280..864e1ba 100644 --- a/src/devices.rs +++ b/src/devices.rs @@ -204,7 +204,7 @@ impl DeviceBus for StandardDevices { // 0x8F => todo!(), // File 0x90 => read_b!(self.file.entry.is_some()), - 0x91 => read_b!(self.file.move_success), + 0x91 => read_b!(self.file.op_success), 0x92 => self.file.name_buffer.read_byte(), 0x93 => read_b!(self.file.entry_type()), 0x94 => self.file.read_byte(), |