mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2025-03-13 06:31:06 +00:00
fixes suggested on #mac68k
This commit is contained in:
parent
09f456cae3
commit
b8bd914a0b
@ -82,9 +82,7 @@ interruptRoutine:
|
||||
movel %a1,%d0
|
||||
roll #8,%d0
|
||||
andiw #15,%d0
|
||||
moveal #0xd28,%a0 /* JVBLTask */
|
||||
/* other codes don't need the intermediate moveal, what's the proper syntax ? */
|
||||
moveal (%a0),%a0
|
||||
moveal 0xd28,%a0 /* JVBLTask */
|
||||
jsr (%a0)
|
||||
moveq #1,%d0
|
||||
rts
|
||||
|
@ -138,7 +138,7 @@ OSErr cNuBusFPGARAMDskClose(IOParamPtr pb, /* DCtlPtr */ AuxDCEPtr dce)
|
||||
/* write_reg(dce, GOBOFB_DEBUG, 0xDEAD0001); */
|
||||
|
||||
if (dce->dCtlStorage) {
|
||||
HUnlock(dce->dCtlStorage);
|
||||
/* HUnlock(dce->dCtlStorage); */ /* not needed before DisposeHandle */
|
||||
DisposeHandle(dce->dCtlStorage);
|
||||
dce->dCtlStorage = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user