Fix ROM card not resetting to base address 0x0
This commit is contained in:
parent
c607697b7a
commit
d361b5a090
@ -125,6 +125,7 @@ impl Card for Rom {
|
|||||||
|
|
||||||
fn reset(&mut self) {
|
fn reset(&mut self) {
|
||||||
self.enabled = true;
|
self.enabled = true;
|
||||||
|
self.start = 0x0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user