From cd1ea24508e604743ad8d9c67199510c7498ef29 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Thu, 18 Jul 2019 01:57:53 +0200 Subject: [PATCH] psxbios: Return 0x1f801814 for gpu_abort_dma Nocash documentation says that it returns the I/O address. I doubt any games use it so but it doesn't hurt to have it. --- libpcsxcore/psxbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index 58581e9f..775fba7e 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1191,7 +1191,7 @@ void psxBios_sys_a0_4c() { // 0x4c GPU relate GPU_writeData(0x0400000); GPU_writeData(0x0200000); GPU_writeData(0x0100000); - + v0 = 0x1f801814; pc0 = ra; } -- 2.39.2