@Phibrizzo, post #1
@Phibrizzo, post #4
@WyciorX, post #5
@Phibrizzo, post #6
@Phibrizzo, post #6
static volatile tHwIntVector * s_pHwVectors = 0;
...
// get VBR location on 68010+ machine
// http://eab.abime.net/showthread.php?t=65430&page=3
if (SysBase->AttnFlags & AFF_68010) {
UWORD pGetVbrCode[] = {0x4e7a, 0x0801, 0x4e73};
s_pHwVectors = (tHwIntVector *)Supervisor((void *)pGetVbrCode);
}@juen, post #7
Każdy koder sprawdza czy masz 020 i wtedy odczytuje adres vbr
@bilbo, post #12
@Phibrizzo, post #1