MSX Radio update

2002-01-20 Thread Tristan

Hi all,

I've added songs from Fuzzy Logic's fabulous Muzax 3 and Impact's 
Musixdisk 4/5 to the playlist! Check it out.

p.s. can someone upload the Impact disks to Funet? I dont have them 
anymore :(


Tristan 

-- 

a.k.a. OmegaMSX @ Undernet #msx (http://www.undernet.org)
FUNET MSX archive maintainer (ftp://ftp.funet.fi/pub/msx)
MSX Radio operator (http://www.live365.com/stations/266034)
WWW: http://httpd.chello.nl/~t.zondag01
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Looking for ARC

2002-01-20 Thread Saku Taipale

On Sun, 20 Jan 2002, IOW wrote:

> am 20.01.2002 22:08 Uhr schrieb David Heremans unter
> [EMAIL PROTECTED]:
> 
> > Hello,
> > 
> > If anybody on this list owns an original ARC (old parallax game), could
> > that person be so kind to contact me, please ?
> > 
> > David Heremans
> > 
> 
> 2 discs, 1 cartridge
> 
> I have it right in my hands...
> 
> greetz
> obi

And I have it and all other Parallax games in my closet...

What about ARC then?

Greetings: Saku Taipale, [EMAIL PROTECTED]

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Re: Looking for ARC

2002-01-20 Thread IOW

am 20.01.2002 22:08 Uhr schrieb David Heremans unter
[EMAIL PROTECTED]:

> Hello,
> 
> If anybody on this list owns an original ARC (old parallax game), could
> that person be so kind to contact me, please ?
> 
> David Heremans
> 

2 discs, 1 cartridge

I have it right in my hands...

greetz
obi

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



RE: Looking for ARC

2002-01-20 Thread Willem v/d Werf

Look at ftp://145.66.8.198

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Namens David
Heremans
Verzonden: zondag 20 januari 2002 22:09
Aan: [EMAIL PROTECTED]
Onderwerp: Looking for ARC


Hello,

If anybody on this list owns an original ARC (old parallax game), could
that person be so kind to contact me, please ?

David Heremans



-- 
 "Never assume malice when results can be explained
 through incompetence"?  -- Napoleon Bonaparte --
 In the case of M$, the distinction can be a difficult one to make
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



Looking for ARC

2002-01-20 Thread David Heremans

Hello,

If anybody on this list owns an original ARC (old parallax game), could
that person be so kind to contact me, please ?

David Heremans



-- 
 "Never assume malice when results can be explained
 through incompetence"?  -- Napoleon Bonaparte --
 In the case of M$, the distinction can be a difficult one to make
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html



turboR BASIC one-liner screen-split

2002-01-20 Thread Patriek Lesparre

Hi Peopz,

Yesterday on the MSX Fair in Oss, I remembered something I did a few years 
back on a friends' turboR (didn't have one at the time), and some people 
wanted to see it so I tried it again. The one-liner which we (Laurens Holst 
and a few others helped too) got was this:

10 FORI%=0TO15:VDP(19)=I%:::NEXT:GOTO10

Be sure to put the turboR in 50Hz mode first (with "VDP(10)=2"). Also make 
sure you run it on a bare system. Having a certain cartridges inserted 
seems to make a difference in timing, but removing a space can solve it.

The screen should be stable, and you can move the effect left and right by 
pressing some keys on the keyboard.
If you don't get a stable screen, but a moving one, add or remove a space.

Anyway, this is not what I did a few years ago, which was a full sine-wave. 
I spent a few minutes on my own turboR today and got you this, also a 
one-liner:

10 
DEFINTA-Z:DIMA(15):FORI=0TO15:READA(I):NEXT:DATA0,1,2,3,4,5,6,7,7,6,5,4,3,2, 
1,0:FORX=0TO0STEP0:FORI=0TO15:VDP(19)=A(I) :NEXTI,X

The wave is stopped in this program, but removing or adding colons (':') 
and spaces adjusts the speed. The result is a perfect sinewave, previously 
known only to machinecode programs :)

Have fun!

Patriek

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html