Re: fMSX (was: Re: Open letter to person calling himself Takamichi)

2001-05-01 Thread Joost Yervante Damad

'M. J. Bethlehem' wrote about 'Re: Open letter to person calling himself Takamichi' - 
Tue, May 01, 2001 at 07:23:46AM CEST
 
 
 On Sat, 28 Apr 2001, Daniel Jorge Caetano wrote:
 
  On Sat, 28 Apr 2001 12:17:27 +0900, Takamichi Suzukawa wrote:
  
   Hi,
  
  ASCII did not think they needed to negotiate Marat. He never noticed if no
  one told him.
  For your notice, Japanese MSX peers did not regard this as illegal, but
  they were more offended by the fact ASCII did not develop by their own.
  
I did not like the fMSX solution (because fMSX is really crappy), but
  I agree with ASCII in starting their based on something that is on the 
  market. I do not think re-invent the wheel will help at all.
  
 Why is fMSX crappy? It's the #1 UNIX MSX emulator. I've successfully used
 it for years. I recently installed it on my DEC Alpha Worksation XL-266
 (running a customized Red Hat Linux, 2.2.18 kernel) and it runs all my
 games perfectly. The sound is as perfect as can be with a lowly SB-16.
 

Hi.

Have you ever looked at fMSX's code?
And do you know by what crappy license fMSX is released?

I use MESS for my msx emulation, and granted, the MSX2 emulation
is still in the works, but at least it's proper code and everyone
can contribute to it.

Also MESS runs fullscreen, and I easily hacked in some code
to take lots of screenshots which I know use to make nice
animations for my website. ( http://w3.qahwah.net/joost )
Eventually I or a friend might make that feature a bit
decent and prolly submit it back so everyone has it.

( For those who've never heard about opensource and free
  sofware principles:
http://www.opensource.org
http://www.gnu.org/philosophy/free-sw.html 
  they are getting very important these days! )

With fMSX Marat alone is in full control of the quality/features
of his program. With an opensource emulator every programmer is.

E.g. I was using fMSX, and noticed the extremely ugly commandline
handling. I thought: hey, thats something I can fix. Soo I went
and looked for the licence. I notice it itsn't opensource, soo
I didn't make the change.

I know I know, some will say: I don't care about licenses, but a
properly free (free as in freedom, not free as in free beer as it
is now) MSX emulator is for the best of all.

Joost

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



Re: fMSX

2001-05-01 Thread M. J. Bethlehem


What you say makes sense. However, does MESS run on UNIX, or is it easily
portable to that platform? If not I'll stick to fMSX for my games for a
while, and check in upon MESS every now and then.

To think of it... I actually saw a reference to MESS on a website once,
can't remember which. The screenshots were cool :)

Furthermore, Marat's license doesn't really prohibit your changing the
code, he simply states that he wishes to be notified when you do so, and
also that you may not use his products commercially (i.e. e.g. sell it),
which I find perfectly acceptable. So far I've had to change very little
in his distributions of fMSX. Version 2.3 runs fine on my systems. 

However, I agree with you that a free software implementation would be
more useful. Please note the difference between Open Source and Free
Software (take a look at Richard Stallman's page for that, there are
references to it everywhere). Also, note that the GNU Public License
(version 2) isn't entirely burnproof, there are loopholes in it, but
it's a good way to start. 

Kind regards,

Martin.




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



Re: fMSX (was: Re: Open letter to person calling himself Takamichi)

2001-05-01 Thread M. J. Bethlehem


Okay, it seems that I've outsmarted myself again *lol*. You already have
the links to the applicable essays in your post. I should read more
carefully. My apologies.

Besides, I'd be happy to join the development team.

Martin.




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



Re: fMSX

2001-05-01 Thread Joost Yervante Damad

'M. J. Bethlehem' wrote about 'Re: fMSX' - Tue, May 01, 2001 at 07:53:42AM CEST
 
 What you say makes sense. However, does MESS run on UNIX, or is it easily
 portable to that platform? If not I'll stick to fMSX for my games for a
 while, and check in upon MESS every now and then.

It's more portable to it then fMSX.
(I only work on Debian GNU/Linux)

MESS is a part of MAME, which has a nice X-port,
which runs on SVGA, X, X+DGA, X+DGA2, OpenGL, SDL, ...
At also runs on a mirade of OS's including even Mac OSX.

http://x.mame.net

Also check Sean Young's site:

http://www.msxnet.org/mess/

He's the current Author of the mess MSX driver.

MESS is developed for DOS, and then ported to windows
unix for each release. (Which is rather easy, since it's
nicely portable code)

It, next to MSX emulates a mirade of systems:

http://mess.emuverse.com

 To think of it... I actually saw a reference to MESS on a website once,
 can't remember which. The screenshots were cool :)
 
 Furthermore, Marat's license doesn't really prohibit your changing the
 code, he simply states that he wishes to be notified when you do so, and
 also that you may not use his products commercially (i.e. e.g. sell it),
 which I find perfectly acceptable. So far I've had to change very little
 in his distributions of fMSX. Version 2.3 runs fine on my systems. 

 However, I agree with you that a free software implementation would be
 more useful. Please note the difference between Open Source and Free
 Software (take a look at Richard Stallman's page for that, there are
 references to it everywhere). Also, note that the GNU Public License
 (version 2) isn't entirely burnproof, there are loopholes in it, but
 it's a good way to start. 

I know :) I see that you know more about this then I do!
Sorry for the long rambling then.

If you have any troubles getting xmess to run on your
unix box, feel free to mail me :)

Btw, note that MAME/MESS is also not compliant with free
software unfortunately :(
E.g.: it is in the non-free part of Debian.

See also:

http://www.debian.org/intro/free

But yet still I think it's licensing is better then fMSX.

Greetings!

Joost

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



Re: fMSX

2001-05-01 Thread Joost Yervante Damad

'Joost Yervante Damad' wrote about 'Re: fMSX' - Tue, May 01, 2001 at 09:02:08AM CEST
 'M. J. Bethlehem' wrote about 'Re: fMSX' - Tue, May 01, 2001 at 07:53:42AM CEST
SNIP

 
 http://www.debian.org/intro/free
 

If I remember correctly the biggest problem is that
MESS contains a not allowed to use commercially
notice.

 But yet still I think it's licensing is better then fMSX.
 
 Greetings!
 
 Joost
 

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



Re: Self criticisms

2001-05-01 Thread Manuel Bilderbeek

Dear Takamichi,

Maybe I am stupid, but for people like me, please elaborate some more:

  He told me he was initially preparing to attend T. 2001,  but dropped his
  intention after he heard Nishif_ck would attend the fair.
 Use of censorship code _ is my favorite play of word.

Why did you write Nishif_ck? 
What is the origin of your disrespect for Mr. Nishi?
 
  He also agreed that the current MSX Revsomething crap is a holocaust which
  essentially is the ethnically cleansed attempt to rule anyone other than
 .jp
  under THEIR (where me nor Ghost is included) totalitarian rule.
 But Tbkbmichi thinks MSX Revivalists are trying to ethnic-cleanse everyone
 other than Japanese.
 What Yurei told me was, that he thinks some people, all of them Japanese,
 are trying to control the MSX users. He nor I did not even think about
 actual murder and dictatorship.

Why does he think that? It sounds rediculous.

We have a quite open discussion with the MSX Revival project. Not only .jp 
people.

What is so against it?
 
  He finally recommended me to keep away from .jp nazis, and wished those
  non-jp chicks eager to be fed with nazi food to be snuffed with nutrious
  gases or something then they would probably realize they were THE
  collaborators.
 Hey, Tbkbmichi is crazy! He wants all non-jp MSX users to be mortally dead.
 I (Takamichi) certainly cannot remember thinking of such genocide. No, for
 Yurei's dignity, he didn't say this kind of thing!

Next time, please be a LOT more careful what you write.

 Beside, the English style used here can be identified as a phrase written by
 someone other than me.
 
 To readers. Do you think I (Takamichi) actually developed an alter ego?
 Please inform me if I repost this kind of obviously abnormal message.

We did. Please don't take it lightly.

And, please don't ignore this e-mail.


[EMAIL PROTECTED] said:
And one thing... Takamichi told us that he used hundreds of hours
running in shops for SD Snatcher... I truly hope people who demanded
those games also paid WELL for him from that work. 

This is of course a point that is very important. I noticed that there is a 
difference between Japanese and European favours. Some people have 
underestimated this and therefore their relation with Takamich became bad.

Dear Takamichi. If a European guy ask you something like Could you look for 
SD-Snatcher, IF YOU HAPPEN TO BE IN AKIHABARA? he does NOT mean: Find me and 
SD-Snatcher right NOW.. No. He means what he says: suppose you go to 
Akihabara. If you are there then and have some time left, could you look if 
you see an SD-Snatcher for sale in the shop you are in? (So, if you happen to 
run into an SD-Snatcher, please buy it for me. Don't take any trouble, and I 
don't care that it could take a long time). This is quite a big difference. 
The first interpretation is a ver BIG favour. THe second is a very small 
favour.

Please, everyone should remember this very well. It's not a joke or an 
overstatement. It's really true. I experienced some of these problem when I 
was in Japan too. c.f. my e-mail of last July, I think.

Grtjs, Manuel

PS: MSX 4 EVER! (Questions? The Ultimate MSX FAQ: http://www.faq.msxnet.org/)
PPS: Visit my home page at http://bilderbeek.cjb.net/ 



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



Personal e-mail

2001-05-01 Thread Takamichi Suzukawa

Thank you for your effort.

I found another disturbing posting.


 And, please don't ignore this e-mail.


I REALLY don't want to reply. I don't even want to write I'll ignore,
because assholes would try to yell again and again if I do so.
If you are kind, please post Takamichi privately told me 'Under no
circumstance I shall excuse for the incident.' or something similar.
You did a great job to quieten the situation. Thank you.

Takamichi


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



Re: Personal e-mail

2001-05-01 Thread Takamichi Suzukawa

Oops, forget last one.

Takamichi


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



Re: Self criticisms

2001-05-01 Thread Maarten ter Huurne

On Tuesday 01 May 2001 12:38, you wrote:

  What Yurei told me was, that he thinks some people, all of them Japanese,
  are trying to control the MSX users.

 Why does he think that? It sounds rediculous.

 We have a quite open discussion with the MSX Revival project. Not only .jp
 people.

It's not really that open.

Some people (who?) weren't happy to see Nishi's speech and slides published 
on the net. Nishi handed out copies of those slides and saw people with 
microphones recording the speech, so I assume that if Nishi that objected to 
them being published, he would have said so in Tilburg.

The meeting on Sunday was only for people invited. Understandable because of 
the small meeting room, but far from open. The information given there was 
not published for the benefit of those not present. Yokoi said things that he 
would probably not have said in public.

The design made by Japanese MSX users was not presented to the Dutch MSX 
users. Neither directly or afterwards. There is sense in letting two groups 
develop independently, but it's not open.

The fact that MSX Player is in fact fMSX-Intent was not known before Tilburg. 
Not in Europe, not in Japan. Even Marat didn't know.

Bye,
Maarten

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



MSX1 Web Browser on mobile phone

2001-05-01 Thread Takamichi Suzukawa
This is Takamichi.
Ricardo Bittencourt once mentioned his project for implementing
MSX1-compatible chip into mobile phone to enable viewing WWW through
Fudebrowser.
Does anyone know more details on his project?

Takamichi


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


About Snatcher script translation

2001-05-01 Thread Takamichi Suzukawa
Many years ago, someone manually typed down messages that appear in PC
Engine Snatcher.
A few weeks ago, I started replacing them with English texts taken from Mega
CD version.
http://www.msxnet.org/gtinter/snatex.htm

Surprisingly, most texts match exactly, and quality of the translation is
high.
However, it's a big load of work (200KB or so I think). I wish if there is
someone more concentrated.
Beside, is anyone interested in translating the English to 3rd language?

Takamichi



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


[proposal] Subject of articles

2001-05-01 Thread Takamichi Suzukawa

Though I am aware the contents of the messages in this this mailing list
tend to have no resemblance to the subject name, I hereby solemnly ask
attention not to reuse the some of the very demeaning subject names which I
am very ashamed of. Like : Re : Your mother wears combat boots.

Also, I know I am not even at modest position to propose, but I would like
you conscience-minded subscribers not to quote the shameful paragraphs which
were initially released by my name. At this moment, I think that is my
obligation to prevent them from exposure to conscious readers' eyes again.

Takamichi


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



Re: fMSX

2001-05-01 Thread Daniel Jorge Caetano

On Tue, 1 May 2001 09:08:58 +0200, Joost Yervante Damad wrote:

 http://www.debian.org/intro/free
If I remember correctly the biggest problem is that
MESS contains a not allowed to use commercially
notice.

 What about contacting the authors? The existing license
maybe is not the only thing the author will agree. ASCII
just has to sit and talk about with the author...

   - AbraçOS/2, Daniel Caetano
 /| | | |\  Personal: http://www.danielcaetano.com/
 \| ___ |/   OS/2:http://www.quasarbbs.com/daniel/
\/ - \/   MSX: http://www.fudeba.cjb.net/
| | Nao se compra um relacionamento no supermercado...
   -- --   Mas tambem nao se coloca prazos como em aplicacoes de banco!



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



Re: MSX1 Web Browser on mobile phone

2001-05-01 Thread Daniel Jorge Caetano

On Tue, 1 May 2001 23:20:48 +0900, Takamichi Suzukawa wrote:

This is Takamichi.
Ricardo Bittencourt once mentioned his project for implementing
MSX1-compatible chip into mobile phone to enable viewing WWW through
Fudebrowser.
Does anyone know more details on his project?

  http://fly.to/flybrowser/

  (or)

  http://www.lsi.usp.br/~ricardo/flybrowser/

  The page has a good explanation about the topic.

   - AbraçOS/2, Daniel Caetano
 /| | | |\  Personal: http://www.danielcaetano.com/
 \| ___ |/   OS/2:http://www.quasarbbs.com/daniel/
\/ - \/   MSX: http://www.fudeba.cjb.net/
| | Nao se compra um relacionamento no supermercado...
   -- --   Mas tambem nao se coloca prazos como em aplicacoes de banco!



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



Re: MSX1 Web Browser on mobile phone

2001-05-01 Thread Takamichi Suzukawa

  http://fly.to/flybrowser/

Thank you for telling me. Actually, I asked because this URL which Ricbit
told me was down. But I found it's back alive.
Though I can only guess its contents, I love this nihongo kochirahe
(Japanese language this way) picture.
You can find at least three people browsing WWW using mobile phones in one
train carriage. ;)

Ricbit's way of surpassing such thing like conventional knowledge always
amazes me. ;)

Takamichi


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



Re: fMSX

2001-05-01 Thread Joost Yervante Damad

'Daniel Jorge Caetano' wrote about 'Re: fMSX' - Tue, May 01, 2001 at 05:00:30PM CEST
 On Tue, 1 May 2001 09:08:58 +0200, Joost Yervante Damad wrote:
 
  http://www.debian.org/intro/free
 If I remember correctly the biggest problem is that
 MESS contains a not allowed to use commercially
 notice.
 
  What about contacting the authors? The existing license
 maybe is not the only thing the author will agree. ASCII
 just has to sit and talk about with the author...


I don't see what ASCII has to do with emulation the MSX
on UNIX.

Joost

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



Re: fMSX

2001-05-01 Thread Daniel Jorge Caetano

On Tue, 1 May 2001 17:55:11 +0200, Joost Yervante Damad wrote:

  What about contacting the authors? The existing license
 maybe is not the only thing the author will agree. ASCII
 just has to sit and talk about with the author...
I don't see what ASCII has to do with emulation the MSX
on UNIX.

 Once MSX Player need to run on Linux, ASCII has everything
to do with emulating MSX on Unix.

  MSX Player will be a portable emulation software, AFAIK.


   - AbraçOS/2, Daniel Caetano
 /| | | |\  Personal: http://www.danielcaetano.com/
 \| ___ |/   OS/2:http://www.quasarbbs.com/daniel/
\/ - \/   MSX: http://www.fudeba.cjb.net/
| | Nao se compra um relacionamento no supermercado...
   -- --   Mas tambem nao se coloca prazos como em aplicacoes de banco!



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



Re: MEP-CD

2001-05-01 Thread MSX World - Jeroen Küppers

Mari, do you have an high-speed internet connection? (I've heard from Maico 
that you should have MxStream).
Then you can download all MEP files from this FTP-server:

ftp://ftp.funet.fi/pub/msx/mep-mirror/

I thought that all the MEP-cd files were also left on this server.

If this isn't so, please let me know.

Jeroen Küppers
MSX World

From: Mari van den Broek [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: MSX-Mailinglist [EMAIL PROTECTED]
Subject: MEP-CD
Date: Sun, 29 Apr 2001 23:06:14 +0200

Hello,

Arnaud stopped selling the MEP-CD... I'm looking for this CD because many
people (PC-users) keep asking me for all kind of files and emulators... 
Does
somebody have this CDR and is willing to make a copy of it for me?

You can contact me by sending mail directly to: [EMAIL PROTECTED]

--[ MARI ]--


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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



MSX (Fair) Videos

2001-05-01 Thread MSX World - Jeroen Küppers

This is an announcement for every MSX fan.

I'm trying to start a complete new MSX website, before the 1st of June.
Therefore I'm looking for all kinds of stuff of information about everything 
that has to do with MSX.

I would really appriciate it, when all the people that have made videomovies 
during e.g. MSX Fairs or meetings, would upload (if possible) digitally 
movies (MPEG or RealVideo), to FUNET.

Thanks in advance.

Jeroen Küppers,
MSX World.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Re: MSX1 Web Browser on mobile phone

2001-05-01 Thread MSX World - Jeroen Küppers

I've heard something about the FudeBrowser, and I downloaded it from a MSX 
BBS (yes, they do exist in the Netherlands) because at that time I hadn't an 
internetconnection on my PC.

I've tested it on my MSX2 (Philips, NMS 8245), but never on a MSX 1, simple 
because of the reason that I haven't got a MSX 1 !

I don't know much about the project for setting up this via a mobile phone. 
I think it would be possible if FudeBrowser was using GPRS or UMTS, but 
rather think that wellknown telecom operators (like Vodafone, KPN, NTT 
Docimo, BT) would use FudeBrowser. I think they will make more graphically 
better enhanced browsers for these purposes.

But I would like it when the usage of the FudeBrowser on a mobile phone, 
would be possible!

Jeroen Küppers,
MSX World.


From: Takamichi Suzukawa [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: MSX1 Web Browser on mobile phone
Date: Tue, 1 May 2001 23:20:48 +0900

This is Takamichi.
Ricardo Bittencourt once mentioned his project for implementing
MSX1-compatible chip into mobile phone to enable viewing WWW through
Fudebrowser.
Does anyone know more details on his project?

Takamichi


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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Re: About Snatcher script translation

2001-05-01 Thread MSX World - Jeroen Küppers

I can try to translate the English into Dutch! But I don't think many people 
will be interested in that.

Jeroen Küppers,
MSX World.


From: Takamichi Suzukawa [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: About Snatcher script translation
Date: Tue, 1 May 2001 23:36:36 +0900

Many years ago, someone manually typed down messages that appear in PC
Engine Snatcher.
A few weeks ago, I started replacing them with English texts taken from 
Mega
CD version.
http://www.msxnet.org/gtinter/snatex.htm

Surprisingly, most texts match exactly, and quality of the translation is
high.
However, it's a big load of work (200KB or so I think). I wish if there is
someone more concentrated.
Beside, is anyone interested in translating the English to 3rd language?

Takamichi



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

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Re: MEP-CD

2001-05-01 Thread Mari van den Broek

Hello,

Mari, do you have an high-speed internet connection? (I've heard from Maico
that you should have MxStream).


KPN is making a mess out of it. First they promissed to install MXStream in
Februari... then in March.. shortly after that is was April... and now it is
allready May...

Untill the installation I only have a 56K connection...

Then you can download all MEP files from this FTP-server:
ftp://ftp.funet.fi/pub/msx/mep-mirror/


Arnaud allready explained it to me that I could find the files on Funet... I
bought the Funet CD-collection, so I allready had all files without knowing
it!

--[ MARI ]--


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



Re: MSX (Fair) Videos

2001-05-01 Thread Mari van den Broek

Hello Jeroen...

I'm trying to start a complete new MSX website, before the 1st of June.
Therefore I'm looking for all kinds of stuff of information about
everything
that has to do with MSX.


Nice idea...

I would really appriciate it, when all the people that have made
videomovies
during e.g. MSX Fairs or meetings, would upload (if possible) digitally
movies (MPEG or RealVideo), to FUNET.


If there are problems with converting video-tapes I'm willing to help
converting them (I only need VHS-tapes to do that, have a nice
capture-option on my VideoCard!)...

--[ MARI ]--




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



msx.d-webzone.com

2001-05-01 Thread JP Grobler

Hi

What happened to msx d-webzone? Can the owner be contacted I would
like a CD with the sites database - games, pictures etc on.

JP Grobler
[EMAIL PROTECTED]

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



Re: fMSX

2001-05-01 Thread Joost Yervante Damad

'Daniel Jorge Caetano' wrote about 'Re: fMSX' - Tue, May 01, 2001 at 06:15:46PM CEST
 On Tue, 1 May 2001 17:55:11 +0200, Joost Yervante Damad wrote:
 
   What about contacting the authors? The existing license
  maybe is not the only thing the author will agree. ASCII
  just has to sit and talk about with the author...
 I don't see what ASCII has to do with emulation the MSX
 on UNIX.
 
  Once MSX Player need to run on Linux, ASCII has everything
 to do with emulating MSX on Unix.
 
   MSX Player will be a portable emulation software, AFAIK.


What is the added value of MSX Player against a
community developed portable MSX emulator?

To be honestly true, I don't see any.

Now if ASCII would release all source and setup a
public CVS server, then it would be a whole
different story..., yet even then, what stops some
nice MSX/unix hackers to make a better emulator?

We shall see what the future brings...

Joost

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



Re: msx.d-webzone.com

2001-05-01 Thread Arnaud de Klerk

 What happened to msx d-webzone? Can the owner be contacted I would
 like a CD with the sites database - games, pictures etc on.

 JP Grobler

Hi,

It has already been down for some weeks now. Don't know what happened to
them though :(

Regards,

Arnaud


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



MSX Player vs other emus (was Re: fMSX)

2001-05-01 Thread Patriek Lesparre


What is the added value of MSX Player against a
community developed portable MSX emulator?

I don't think the community will make a MSX emulator that's portable to 
mobile phones. Because you will have to program it for Intent.

what stops some nice MSX/unix hackers to make a better emulator?

Nothing. In fact, Nishi said anyone is free to create there one MSX 
emulators. He even said you can use ASCII's name to be able to benefit from 
ASCII's licenses for hardware and software. (VDP, BIOS etc)

Greets,
 Patriek


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



ParaMSX 0.32

2001-05-01 Thread Benoît Delvaux

A new version of ParaMSX, an interesting emulator, is now available.

What's new ?
- Improved All Sound Emulation.
- Added Tape Rewind Command. (RCTRL+F7)
- Fixed Minor Bugs.

You can download it on   http://my.dreamwiz.com/sharksym/
--

Benoît Le Martien - http://www.marsupone.com -
Redécouvrez les plaisirs de l'ordinateur MSX !


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



Re: MSX Player vs other emus (was Re: fMSX)

2001-05-01 Thread Joost Yervante Damad

'Patriek Lesparre' wrote about 'MSX Player vs other emus (was Re: fMSX)' - Tue, May 
01, 2001 at 10:31:30PM CEST

 What is the added value of MSX Player against a
 community developed portable MSX emulator?

 I don't think the community will make a MSX emulator that's portable to
 mobile phones. Because you will have to program it for Intent.

Don't look dead on Intent and friends. There are already small
mobile devices running Linux for one thing.
Portability is just a matter of SDK's. For one thing I know
that mobile devices will run java 'applets-alikes' soon.

 what stops some nice MSX/unix hackers to make a better emulator?

 Nothing. In fact, Nishi said anyone is free to create there one MSX
 emulators. He even said you can use ASCII's name to be able to benefit from
 ASCII's licenses for hardware and software. (VDP, BIOS etc)


I think I might've missed quite some things...
Did anyone make a written transcript of Nichi's speech yet?
I listened to the tape, but it was not easy to understand all.

Joost


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



Pc Drive in Turbo-R.

2001-05-01 Thread C.B

Hello!

I was wondering if anyone had succefully fitted a pc-drive (standard 3.5)
into a turbo-r.

I have tried my self with no luck. i can read the disk directory, and some
files, but not boot msxdos or boot msx games.

If someone can help - please write to [EMAIL PROTECTED]

-Claus- ***Denmark***

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



Re: Pc Drive in Turbo-R.

2001-05-01 Thread Jorge Vidal Wulff

try playing with jumpers and/or dip switches...I guess the drives are
identical...

C.B wrote:
 
 Hello!
 
 I was wondering if anyone had succefully fitted a pc-drive (standard 3.5)
 into a turbo-r.
 
 I have tried my self with no luck. i can read the disk directory, and some
 files, but not boot msxdos or boot msx games.
 
 If someone can help - please write to [EMAIL PROTECTED]
 
 -Claus- ***Denmark***
 
 --
 For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

-- 
Jorge Vidal Wulff 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
ICQ #: 14288604
Licenciatura en ciencia de la computación.
Depto. de Matemática y ciencia de la Computación.
Universidad de Santiago de Chile - USACH.

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



IDE interface not detected

2001-05-01 Thread Jun-Sung Kim


 Hi,

 Suddenly, yes, suddenly, my pretty Sunrise ATA-IDE interface does
not work on my lovely MSX2+(Sony XV) :(

 No initial message is displayed. It looks like that the interface
is not detected.

 The strange thing is that it is detected(initial message is displayed)
on another MSX2 machine(Daewoo).

 I did several tests to solve the problem.
 - I checked power: ok
 - I changed the slot: the same result. Other cartridge works fine
   even in the same slot on which the IDE interface does not work.
 - I dumped the content of the area occupied by the IDE interface:
   All are filled with FFh.

 What's wrong? Any clue?
 The IDE interface uses special signals that other cartridges
seldom use?

Greets from The Got Crazy,
  - Jun.


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



Re: IDE interface not detected

2001-05-01 Thread Maarten ter Huurne

On Wednesday 02 May 2001 02:11, you wrote:

  - I dumped the content of the area occupied by the IDE interface:
All are filled with FFh.

Maybe some broken program accidentally wiped the FlashROM. Try to re-flash 
the IDE BIOS.

Bye,
Maarten

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