mask gpgx memcallback addresses to actual address bus size
should resolve #3862
This commit is contained in:
parent
b5e13206cf
commit
ecd694d66b
Binary file not shown.
|
@ -772,6 +772,8 @@ void CDLog68k(uint addr, uint flags)
|
||||||
|
|
||||||
unsigned bk_cpu_hook(hook_type_t type, int width, unsigned address, unsigned value)
|
unsigned bk_cpu_hook(hook_type_t type, int width, unsigned address, unsigned value)
|
||||||
{
|
{
|
||||||
|
address &= 0xFFFFFF;
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case HOOK_M68K_E:
|
case HOOK_M68K_E:
|
||||||
|
|
Loading…
Reference in New Issue