Page 44 of 166

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 18:16
by mikro
I thank you for proving how something like this can be useful for others with very little effort. My only regret is that mxPlay's co-author and ideological father, Xi/Satantronic, didn't live to see this spectacular achievement. :-(

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 21:26
by nokturnal
@agranlund This Adlib card sounds nice. I would like that my cart sounded like this..

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 21:29
by artik-wroc
Is there a chance for a MOD_ISA plugin compatible with SB clones?

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 22:05
by peters
MxPlay does run on the Milan and plays .mid files.

It's installed on D: and it might be coincidence but I have been getting corruption on my H: ext2 partition straight afterwards.

Of course I have done other changes recently like the irq for the Dreamblaster.

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 22:06
by Oldskool
Was wondering how to install NVDI as during decompression I get CRC errors. I assume the software does not like the 060.
Is there an installed version available maybe?

Edit
A bit of a stupid question can indeed just install it on an old ST and then copy the files over.

Re: Raven. A homemade Atari-like computer

Posted: 07 Aug 2024 23:43
by agranlund
Oldskool wrote: 07 Aug 2024 22:06 Was wondering how to install NVDI as during decompression I get CRC errors. I assume the software does not like the 060.
Is there an installed version available maybe?

Edit
A bit of a stupid question can indeed just install it on an old ST and then copy the files over.
I'm pretty sure that's how I installed and did all the setup too and then copied the files over :)

Re: Raven. A homemade Atari-like computer

Posted: 08 Aug 2024 00:47
by agranlund
artik-wroc wrote: 07 Aug 2024 21:29 Is there a chance for a MOD_ISA plugin compatible with SB clones?
Those Soundblasters don't have any internal ram, or any kind of write-fifo, so they really want ISA-DMA to function well.
My machine don't have that so I think I'd be the wrong person for it.
I believe Milan has ISA-DMA but I'm not too sure Hades has it?

I think SB can technically work without but without sound ram, or even just a write-fifo, it would end up a bit like a better sounding Covox -- super high cpu usage feeding each individual sample from an interrupt. Could still be quite fun though.


GUS and AWE has that big chunk of ram. And with hardware mixing up to 32 channels, stuff like MODs or SoundFX in games ends up being practically for free. You can use ISA-DMA to upload your stuff but there's not much point, not even on MS-DOS machines, it's just as fast or faster to PIO-upload to sound ram. Besides, you only do it once to get the data on there as opposed to constantly software-mix on the cpu and stream the result to card like some kind of caveman :)
Hence why I wasn't worried about not having ISA-DMA on Raven.


The first wip iteration for mxPlay and Jam was uploaded to Github. Still bugs, still missing things etc.
Wont work on 000 (yet) because of unaligned stuff in file format that I haven't yet made suitable workarounds for.
The plugin only supports .XM and .MOD formats, and the only hardware supported is Ultrasound PnP. Next one would be the classic version so it can work on the PicoGUS too.

Re: Raven. A homemade Atari-like computer

Posted: 08 Aug 2024 01:05
by agranlund
must... resist... buying...
I really don't need one, and it's quite pricey, but it does have all the things on a single card instead of two.
Maybe it's a good thing they made this last batch in red. I think I'd have a hard time resisting to buy if it was black like one of those earlier batches.
orpheus2_r1.1sred-1.jpg

Re: Raven. A homemade Atari-like computer

Posted: 08 Aug 2024 07:58
by mikro
Oldskool wrote: 07 Aug 2024 22:06 Was wondering how to install NVDI as during decompression I get CRC errors. I assume the software does not like the 060.
Is there an installed version available maybe?
Whoa, I would be more careful with such conclusions. Not sure what NVDI version are you referring to but at least 5.x is perfectly compatible and installable on a 060.

Re: Raven. A homemade Atari-like computer

Posted: 08 Aug 2024 08:37
by Oldskool
mikro wrote: 08 Aug 2024 07:58 Whoa, I would be more careful with such conclusions. Not sure what NVDI version are you referring to but at least 5.x is perfectly compatible and installable on a 060.
Thanks for letting me know. MXplay also crashes under mint. Maybe still some hardware issue somewhere…

Edit
I have ordered a 40mhz 68150 and probably will come this week.

Mx play crashes:
IMG_2836.jpeg
Jam does do midi and opl:
IMG_2837.jpeg