Fix build

This commit is contained in:
Cuyler36
2025-08-20 17:57:10 -04:00
parent b926bf1836
commit 750ec7e510
+1 -1
View File
@@ -2134,7 +2134,7 @@ static int famicom_rom_load() {
if (reset_res != 0) {
OSReport("err code=%d (0x%x), %x,%x,%x,%x,%x,%x\n",
reset_res, reset_res, famicomCommon.wp, famicomCommon.sp,
famicomCommon.wp->work_priv.wram, famicomCommon.wp->work_priv._0B40,
famicomCommon.wp->work_priv._0000, famicomCommon.wp->work_priv._0B40,
famicomCommon.wp->work_priv._2A40, famicomCommon.sp->ppu_chr_banks
);
OSReport("NES emu reset failed!!");