> > Also, I'm planning to play background music while loading, so I need
> standard
> > interrupts enabled.
>
> Forget about that. During the disk access, the interrupts are switched off
> and
> on time and again. So, no nice 50/60 Hz interval -> no nice music...

There are three solutions:

1. Write your own diskroutines directly accessing the FDC, which leave the
interrupts enabled. However, you will need to write a good CRC error check
routine in case you miss some bytes (music can take up a lot of time).
However, although it is possible: FORGET IT!!! Aargh, to be precise. Awful
solution. The ones below are much better.

2. Play a NOP - Unknow Reality-alike kind of sound, or play looped samples
on the Music Module / MoonSound. Those will keep playing while accessing
disk too.

3. When loading from harddisk in very small blocks it should be possible to
catch every interrupt. So make playing music while loading a harddisk-only
feature.


~Grauw


--
>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<
email: [EMAIL PROTECTED] or ICQ: 10196372
Visit the Datax homepage at http://datax.cjb.net/
                ... Live long and prosper...
>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<


****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to