mask gpgx memcallback addresses to actual address bus size

should resolve #3862
This commit is contained in:
Morilli 2025-05-30 05:31:35 +02:00
parent b5e13206cf
commit ecd694d66b
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -772,6 +772,8 @@ void CDLog68k(uint addr, uint flags)
unsigned bk_cpu_hook(hook_type_t type, int width, unsigned address, unsigned value)
{
address &= 0xFFFFFF;
switch (type)
{
case HOOK_M68K_E: