Page 1 of 1

SMSQ/E V.3.31 compiled for GOLD CARDS

Posted: Sat Aug 05, 2017 2:32 pm
by Outsoft
Hi Guys,

I'm testing it on my QL + SGC now but I see that...can't support WIN1_ Miraculous Winny Drive.

Is it incompatible with the ROM inserted on the QL?

Thanks.

Re: SMSQ/E V.3.31 compiled for GOLD CARDS

Posted: Sat Aug 05, 2017 6:11 pm
by tofro
Simone,

SMSQ/E should support the Miracle hard disk - there's extra code in there and some comments in the release notes.

You could try re-enabling the Winnie ROM after SMSQ/E has loaded with

Code: Select all

CALL $C000 + PEEK_W($C006)
Tobias

Re: SMSQ/E V.3.31 compiled for GOLD CARDS

Posted: Sat Aug 05, 2017 9:35 pm
by Outsoft
tofro wrote:Simone,

SMSQ/E should support the Miracle hard disk - there's extra code in there and some comments in the release notes.

You could try re-enabling the Winnie ROM after SMSQ/E has loaded with

Code: Select all

CALL $C000 + PEEK_W($C006)
Tobias
Great, I will try now, thanks

And for the Italian Layout keyboard?

I've always the problem that It can be enable the set IT keyboard on it.

Thanks!!!

Re: SMSQ/E V.3.31 compiled for GOLD CARDS

Posted: Sat Aug 05, 2017 9:40 pm
by Outsoft
Outsoft wrote:
tofro wrote:Simone,

SMSQ/E should support the Miracle hard disk - there's extra code in there and some comments in the release notes.

You could try re-enabling the Winnie ROM after SMSQ/E has loaded with

Code: Select all

CALL $C000 + PEEK_W($C006)
Tobias
Great, I will try now, thanks

And for the Italian Layout keyboard?

I've always the problem that It can be enable the set IT keyboard on it.

Thanks!!!
It doesn't work: SMSQ/E blocks after I run that string :-(

Re: SMSQ/E V.3.31 compiled for GOLD CARDS

Posted: Sun Aug 06, 2017 9:08 am
by Outsoft
tofro wrote:Simone,

SMSQ/E should support the Miracle hard disk - there's extra code in there and some comments in the release notes.

You could try re-enabling the Winnie ROM after SMSQ/E has loaded with

Code: Select all

CALL $C000 + PEEK_W($C006)
Tobias
In the version 3.06 it says the changes.txt:

"attempt to get miracle hard disk work again"

So it was really a problem but is really solved?

Seems that in the 3.06 version there is a smsq_gold_init_roms_asm file that is for initialize the ROM attached on the real QL on SMSQ/E but How it Works?

I think that we will need to compile it with the init roms included (the 3.06 is not direcly compiled for the GC I see)