mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Patch install BII drive in .sound driver Open call.
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
This commit is contained in:
parent
8d53921b20
commit
ca11c25882
@ -884,12 +884,10 @@ static bool patch_rom_classic(void)
|
||||
*wp++ = htons(M68K_NOP);
|
||||
*wp = htons(M68K_NOP);
|
||||
|
||||
// Install our own drivers
|
||||
wp = (uint16 *)(ROMBaseHost + 0x3f82a);
|
||||
// Don't open .Sound driver but install our own drivers
|
||||
wp = (uint16 *)(ROMBaseHost + 0x36caa);
|
||||
*wp++ = htons(M68K_EMUL_OP_INSTALL_DRIVERS);
|
||||
*wp++ = htons(M68K_NOP);
|
||||
*wp++ = htons(M68K_NOP);
|
||||
*wp = htons(M68K_NOP);
|
||||
*wp = htons(0x4e75); //rts
|
||||
|
||||
#if 1
|
||||
// Don't look for SCSI devices
|
||||
|
Loading…
Reference in New Issue
Block a user