From c8f3cb0cb0f2060733e455bd8252f66025682fe2 Mon Sep 17 00:00:00 2001 From: Simone Coco <91993281+CocoSimone@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:22:00 +0200 Subject: [PATCH] Update MI.cpp --- src/n64/core/mmio/MI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/n64/core/mmio/MI.cpp b/src/n64/core/mmio/MI.cpp index 1ed347e7..0034f0bd 100644 --- a/src/n64/core/mmio/MI.cpp +++ b/src/n64/core/mmio/MI.cpp @@ -3,7 +3,7 @@ #include #include -#define MI_VERSION_REG 0x01010101 +#define MI_VERSION_REG 0x02020102 namespace n64 { MI::MI() { @@ -81,4 +81,4 @@ void MI::Write(Registers& regs, u32 paddr, u32 val) { util::panic("Unhandled MI[{:08X}] write ({:08X})\n", val, paddr); } } -} \ No newline at end of file +}