Notes |
|
|
|
|
(0011935)
|
CFOU
|
2022-11-09 18:26
|
|
i think is a WHDLoad's bug.
indeed i use WHDLF_EmulDivZero flag, normally WHDLoad would not leave on error message and ignore this exception.
same problem with Hyperion and Hoversprint (soon released)
I asked Bert (WEPL) about this.
I'm waiting for his answer.
see AUTODOC:
WHDLF_EmulDivZero / WHDLB_EmulDivZero
This flag has an effect only if the VBR is moved by WHDLoad
(i.e. the machine is at least a 68010 and the tooltype
NoVBRMove is not set).
If the flag is set all division by zero exceptions are
emulated by the exception handler inside WHDLoad. I.e. the
handler checks if the vector ($14) is initialized and if
the routine to which the vector points to will be called by
WHDLoad.
This flag has precedence over the flag NoDivZero. |
|
|
(0011942)
|
CFOU
|
2022-11-10 01:02
|
|
of course temporary solution is to use NoVBRMove option. |
|
|
(0011953)
|
CFOU
|
2022-11-10 23:36
|
|
@retrogamer
have you compare with real 68010?
it's pehaps an issue with Winuae? |
|
|
(0011955)
|
CFOU
|
2022-11-11 14:25
|
|
|
|
(0011983)
|
CFOU
|
2022-11-14 17:47
|
|
|