ACTUALLY fixed vram dma
This commit is contained in:
parent
4a63e38b29
commit
71a87cf88e
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ impl VramDma {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn reset_registers(&mut self) {
|
fn reset_registers(&mut self) {
|
||||||
self.source = 0;
|
self.source = 0xFFF0;
|
||||||
self.destination = 0x8000;
|
self.destination = 0x9FF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn set_register(&mut self, address: VramDmaAddress, data: u8) {
|
pub(crate) fn set_register(&mut self, address: VramDmaAddress, data: u8) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue