mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-10 18:29:44 +00:00
fix tm_task patch for Gossamer ROMs
This commit is contained in:
parent
3768573d35
commit
84ce1f2b0d
@ -1857,7 +1857,7 @@ static bool patch_68k(void)
|
||||
static const uint8 tm_task_dat[] = {0x30, 0x3c, 0x4e, 0x2b, 0xa9, 0xc9};
|
||||
if ((base = find_rom_data(0x2a0, 0x2e0, tm_task_dat, sizeof(tm_task_dat))) == 0) return false;
|
||||
D(bug("tm_task %08lx\n", base));
|
||||
wp = (uint16 *)(ROM_BASE + base + 22);
|
||||
wp = (uint16 *)(ROM_BASE + base + 28);
|
||||
*wp++ = htons(M68K_NOP);
|
||||
*wp++ = htons(M68K_NOP);
|
||||
*wp++ = htons(M68K_NOP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user