Search found 1348 matches

by mk79
Fri Oct 07, 2022 5:14 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

OK, I'm starting to spend far more time on this than I ever wanted :roll: Programming for QDOS is less fun and forgiving than SMSQ/E. By the way if anybody has one of the final PCBs over I'd like to build one myself sometime ;) Attached a fixed ROM and an improved AY player as I found a problem alon...
by mk79
Thu Oct 06, 2022 11:52 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

I've found the problem with RELEASE and a few more in the QSOUND device. Mostly QDOS and 68008 related stuff. I'll have a new ROM tomorrow.
by mk79
Thu Oct 06, 2022 9:20 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

If you refer to my EXE it's made with C68.
by mk79
Thu Oct 06, 2022 7:53 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

it's hang just in the play 3,.... i put some print for debug and not show even the presentation. Wait, the "PLAY 3,m3$&m"... line doesn't return when you don't insert the start commands? Very unusual :shock: ex win1_ayplayer, win1_tune, qsound Ah, that's Silvester's player. You can al...
by mk79
Tue Oct 04, 2022 11:01 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

YES!!! :mrgreen: :mrgreen: , this time everything work, it boot, sound, and the play command work as expected Cool :-) I was able to run the basic files that silvester upload, but I need to modify it, apart from change the sound command to sound_ay, I need to modify de strings, for example in menue...
by mk79
Mon Oct 03, 2022 11:07 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

The bad is tha continue with the other problems, the PSG do not emit any sound. Perhaps some inicialization of the 6821 is missing? Good point! There are a few completely undocumented initialization lines in the original sources. I don't have the time to check what they actually do, but I included ...
by mk79
Mon Oct 03, 2022 8:56 am
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

Btw, the "SOUND" command is renamed to "SOUND_AY" in my ROM because it clashes with the "SOUND" device that is more widely used than the QSound commands ;) What does the SOUND_AY command do that the SOUND command does not? Nothing, it's the same command, just renamed. ...
by mk79
Mon Oct 03, 2022 8:54 am
Forum: Software & Programming
Topic: Where can I find or buy code of MENU_rext
Replies: 21
Views: 2290

Re: Where can I find or buy code of MENU_rext

Thank you for the link. This code of menu_rext Qmenu works for the Suqcess database on QPC2 but not on the Qemulator with the JS rom, I dont know why not, but thank you for the link. What does "does not work" mean here? Recent versions of MENU_REXT, work, but gives WIndow Manager too old ...
by mk79
Sun Oct 02, 2022 11:49 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

Well, this version boot sometimes, depend on the ROM and the TK2 installed (in the rom slot), in any case, even shoot, bell, explode do not cause error, no sound happend, my QSound ROM is mapped in default address $C0000. Damn, I overcorrected and introduced another bug this way that can corrupt ba...
by mk79
Sun Oct 02, 2022 2:35 pm
Forum: Hardware
Topic: QSound and QPrint Interface
Replies: 185
Views: 66135

Re: QSound and QPrint Interface

Btw, the "SOUND" command is renamed to "SOUND_AY" in my ROM because it clashes with the "SOUND" device that is more widely used than the QSound commands ;)