i did not get any PM's
so i ordered one
You always have to remember that by declaring a lower value, in case it is lost or damaged before delivery, you will be reimbursed only the declared value. It is always a two (or three or four) edge sword.
have you ever had a package reimbursed ?
ever?
Oei, that's a good argument!
I argued so often with delivery companies about broken packages, but it was always my fault. Also for lost deliveries.
i actually do logistics for work
stuff that gets sent far away is ALWAYS worth about 10 US dollars according to invoice..
ALWAYS
What about moving the disk ROM from slot 3-2 to 0-1? I think having a disk ROM in slot 0 is also a fairly common thing, so that should work without issues...?
I have just tested MEGASDHC and NEXTOR kernel on Slot 0-1 and unfortunately the system crashes at startup.
I see, that’s a shame…
A probable solution could be to restore XBASIC2 on slot 0-1 and free up slot 3-3 but I cannot confirm it without trying the new pcb, there is also the IPL-ROM in slot 3-3. The XBASIC2 had already been moved to slot 3-3 from 0-1 due to compatibility issues with some games if used on slot 0-1.
Damn! I've just seen an error in the source code, I'm going to redo the test. Here is the correct code:
iSltErm <= mem when( (w_prislt_dec(0) and w_expslt0_dec(1) and (w_page_dec(1) or w_page_dec(2))) = '1' and Slot0Mode = '1' )else -- 0-1 (4000-BFFFh) 128 kB (MEGASDHC.ROM + FILL64KB.ROM) or NEXTOR16.ROM mem when( (w_prislt_dec(3) and w_expslt3_dec(2) and (w_page_dec(1) or w_page_dec(2))) = '1' and Slot0Mode = '0' )else -- 3-2 (4000-BFFFh) 128 kB (MEGASDHC.ROM + FILL64KB.ROM) or NEXTOR16.ROM '0';
Unfortunately, I confirm that the MEGASDHC does not work on slot 0-1 in any case.