Re: Source release [Re: SFX Expander programming and VICE]

From: Gábor Lénárt <lgb_at_lgb.hu>
Date: Mon, 5 Dec 2011 01:01:29 +0100
Message-ID: <20111205000129.GD12554@vega.lgb.hu>
On Sun, Dec 04, 2011 at 02:35:11PM -0800, davidt wrote:
> Instead of .DRO files, why not use .IMF files?
> I don't know much about any of these formats, but if .IMF files could be
> played, using tool such as IMFCreator from here:

I cant find source there, just windows exe files which are totally unusable
for me. I don't too much about this IMF format, however choosing DRO has a
major advantage: it's about the simpliest format possible, it's simply
register number and data pairs, the heart of the player code is something
like this (well, there is a codemap table to translate, but it's just two
additional opcodes, so let's forget about it - with the delay too):

loop:
... load a byte from DRO stream into register A
STA YM_SEL_REG
... load a byte from DRO stream into register A
STA YM_DATA_REG
JMP loop

I can't easily imagine that you can find simplier format to play back than
this :)

       Message was sent through the cbm-hackers mailing list
Received on 2011-12-05 01:00:04

Archive generated by hypermail 2.2.0.