Reset system overhaul

This commit is contained in:
SimoneN64
2023-06-05 11:28:11 +02:00
parent 30fce7ecf7
commit f92c65326c
7 changed files with 11 additions and 16 deletions

View File

@@ -7,7 +7,8 @@
namespace n64 {
RDP::RDP() {
rdram = (u8*)calloc(RDRAM_SIZE, 1);
Reset();
memset(cmd_buf, 0, 0x100000);
dpc.status.raw = 0x80;
}
void RDP::Reset() {