mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 07:49:19 +00:00
remove is_stack_address; it's never used
This commit is contained in:
parent
61b8dfe1f2
commit
766143d52f
@ -96,10 +96,6 @@ impl Memory {
|
||||
|
||||
self.bytes[start..end].copy_from_slice(values);
|
||||
}
|
||||
|
||||
pub fn is_stack_address(address: u16) -> bool {
|
||||
address > 0xff && address < 0x200
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Loading…
Reference in New Issue
Block a user