RE: Sanyo Wavy 70FD with PC FDD

1999-07-23 Thread Diego Millán Jaureguizar

Hi

 Its a "YE DATA" but i think you can use anyone with then IR and RY jumpers
 ie: Teac, Chinon.


Thank you very much!!! (Wavy! come here! i have learned surgery...)

 PD. Lo siento muho. Y recibi el mensaje de Eustasio.

... Well...
By the way... What about Cartagena Meeting? Do you know anything about it?



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/)




RE: Compass improvement??? Jon! Listen!

1999-07-23 Thread Boon, Eric

Hey... hey!!!

JON!!! Listen!!!

Can't you tokenize the source in Compass??? This has two advantages:
 1. the assembling-speed will be increased drastically, and
2. the size of the .ASM-files will be reduced a lot!

Yeah! Let's for example tokenize CALL as #CD, RET as #C9 etc...

:-)

Eric


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/)




AW: So? What's the difference between MSX BASIC 4.0 and 4.1?

1999-07-23 Thread Coen van der Geest

Hi there,

(_PAUSE, _PCMPLAY, _PCMREC). but what's the difference between MSX
BASIC 4.0
and 4.1?

How about Midi Basic?

Right!!! The play#1 (was it?) extension to the Music Basic! I remember
us playing Basic songs on my MT32. Quite cool.


greetings
-+-+-+-+-+-+-
Maico Arts

Grtz
Coen


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/)




MSX in Space

1999-07-23 Thread David Heremans

Hi all,

I'm looking for sombody who has some progs to transform AVI movies into
(smaller) MPEG's . It would even be better if you could just crop the
movie to the proper parts.

I got the opportunitie to capture an old video fragment into a
giantestique AVI file.
The AVI itself is 80 megabyte, the zipfile you can download is 53
megabytes
it is located at 

http://www.nmbs.be/capture.zip

It will be online only this week-end 

After someone has made it into a resonable mpg file I will put it
permanently online on my personnal site (It's almost finished!)


The fragment is the shot in the MIR where,at the right-bottom, you can
see the MSX Sony floating by.

David Heremans


-- 

"One difference between SuSE and Red Hat is that the 
former operates in a country where people don't sue 
each other over coffee being too hot."
Linus Torvalds


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/)




Re: MSX in Space

1999-07-23 Thread J. Lautenbag

I got the opportunitie to capture an old video fragment into a
giantestique AVI file.
The AVI itself is 80 megabyte, the zipfile you can download is 53
megabytes

The fragment is the shot in the MIR where,at the right-bottom, you can
see the MSX Sony floating by.

Maybe you can try a lower resolution and framerate first.
I think 87 meg is quite a lot for those 15 seconds or so.
Nice to see it though...

Jasper.




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/)




Re: Those Microsoft coders...

1999-07-23 Thread Frits Hilderink

Laurens Holst wrote:

   But this string:
  
   C085 426F6F74206572 DEFM "Boot error"
   726F720D0A DEFB #0D,#0A
   C091 50726573732061 DEFM "Press any key for retry"
   6E79206B657920 DEFB #0D,#0A
   666F7230726574
   72790D0A
  
  Ah, no. You have to include the byte after #0A too!!! I bet it is a 0.
 
  Of course. I wanted to show that the string contained no "$" signs, so it
  was possible to just call function #09.

 ??? Frits Hilderink told me not to bet anymore because the byte after #0A
 was a "$" sign!
 Maybe your Dos-version is different.


Well that random picked disk image where I took the boot sector info from
did have a "$" sign.

Apparently there are different implementations of the boot sector code



  No, it saves some time... :) It saves a CALL and a RET-instruction.
 
  Mmm... if it wasn't for the unjustified JP (and your smiley!) I could
  believe that but... no 8:D 8:D 8:D 8:D

 Hey, it really saves time!

   And
  besides, they use 0 as terminate-character, and not "$"... (I don't
  understand why, for god's sake why does the stringroutine use "$" as
  terminating character??? CP/M-compatibility, okay. But then why did the
  developers of CP/M choose "$" instead of a 0
 
  Definitely CP/M legacy.
  Another source of *BAD HABITS* *:D

 Yeah.

  Well okay that's not a trick, I meant it as an expression. But if you
 want
  to see a Microsoft-trick, try to disassemble (and understand!) the first
  part of the MSXDOS2.SYS-file.
 
  Mmm... you all guys seem very fond of the MSX firmware  system software.

 Dos is nice to disassemble.

  Well, it should be, since this is the first computer I still had not the
  need to disassemble / reverse-engineer its ROM!!! 8:)

 Phew, it will come, believe me.
 I still need info on the H_BEXT (or EXTBIO) hook!!!
 (and if I don't get it...)

  But if you really want to know why they used JP: let's just say that JP
 is
  generally faster than JR, and you will never get 'out of range'-problems,
 so
  most programmers use JP all the time. I do too. I hardly use
  JR-instructions. Only sometimes, when it's faster than JPs (for example
 in
  conditional jumps which are 'false' more than 60% of the times they are
  executed).
 
  The best solution is an assembler with optimization capabilities. Again,
  like DevPac for ST  Amiga. In restricted memory and speed environments
  like all the 8-bit computers any byte and T-state saved has its weight (at
  least in your programmer's pride!) 8;)

 Sounds really nasty!
 An assembler modifying my own written source!
 Why do I program assembly? I want to know exactly what happens.
 How could an assembler distinct an interruptroutine where I need the speed a
 lot from a diskroutine where space is more important???

 ~Grauw

 --
 
   email me: [EMAIL PROTECTED] or ICQ: 10196372
  visit the Datax homepage at http://datax.cjb.net/
 MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/
 

 
 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/)
 



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/)




Re: [Phoenix] Phoenix Home (was: What is Phoenix?)

1999-07-23 Thread Maarten ter Huurne

At 01:38 PM 7/21/99 -0300, you wrote:

   MSX3.0 (or 4.0, I need to know this! :-) SPECIFICATIONS -
   Decisions already made. This will be, in the future,
   the place where the new MSX Standard will be
   described.
   MSX3.0 IDEAS - A brief about WHAT are the hell we are
   talking about on the list at this time

I think MSX3 shouldn't be the only "main" section. I would prefer standards
that are modular.

For example, one could define a standard for a sound board as a seperate
standard. It could be included in a system specification of MSX3, but it
could also be used as a new sound board for MSX2.

The same for software interfaces, like CD audio playback. It could be
defined for interfaces that already exist (MegaSCSI and Sunrise IDE, those
have a programmable BIOS). And if a new interface is made for MSX3, it can
implement the same standard and existing software will work.

Bye,
Maarten



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/)




Re: EI/RETI (was Re: Accessing disk with disabled interrupts)

1999-07-23 Thread Maarten ter Huurne

At 09:17 PM 7/22/99 +0200, you wrote:

Example: You have an interrupt which during the interruptroutine. At the end
this results in one extra word on the stack, and the interrupt will be
restarted. But if the interrupt once again occurs during the
interruptroutine you'll get 2 words on the stack!!!

Well, if this occurs a lot of times after eachother, the memory will be
filled. If the situation solves itself afterwards, let's say after 10
seconds, then those extra word every interrupt could already have
overwritten code! If the EI is executer after the RET (or RETI) then nothing
will happen because there won't be a 1 word addition to the stack.

Hmmm... Interrupt handlers that take more than 1 interrupt period to
complete and that a few dozen times... Sounds like a program that has
terrible slowdown anyway.

OK, slowdown is much better than hanging, but I think a well-written
program should never put such demanding tasks on an interrupt.
It should rather set a flag from the interrupt handler and then poll that
flag in the main loop. Or use scheduling...

Bye,
Maarten



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/)




Re: MSX in Space

1999-07-23 Thread Alex Mitsio Sato

David Heremans wrote:
 
 Hi all,
 
 I'm looking for sombody who has some progs to transform AVI movies into
 (smaller) MPEG's . It would even be better if you could just crop the
 movie to the proper parts.

Try to visit http://www.xingtech.com/ and take the Xing MPEG Encoder.
Its cool, however, there have only a tryout version for download, only
encode 30 seconds of movies.
Its can process any movie file as source and you can choose the
resolution (size in pixels), frame rate and compression rate of
destination.
In http://www.xingtech.com/video/mpeg/encoder/specs.html you can see the
specs.

Regards

Alex Mitsio Sato


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/)




Re: Compass improvement??? Jon! Listen!

1999-07-23 Thread MkII

JON!!! Listen!!!

Can't you tokenize the source in Compass??? This has two advantages: 1. the
assembling-speed will be increased drastically, and 2. the size of the
.ASM-files will be reduced a lot!

Tokenized assembler already exists. It's called machine code! 8;D




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/)




Re: So? What's the difference between MSX BASIC 4.0 and 4.1?

1999-07-23 Thread Laurens Holst

  Another interisting question: why SCREEN 9 does not exist?
I think Ademir Carchano and Ricardo Bittencourt knows the answer.

 SCREEN 9 was used only on a korean machine, to implement the
 hangul character set. This machine used the V9948 chipset, from which
 Ademir Carchano has the complete databook. In the Jau' meeting I'll get it
 and perhaps (only perhaps) I'll add screen9 emulation into brmsx.

Hehe... would be funny.


 BTW, I scanned the entire YM2413 application manual. It's about
 2Mb. Does anyone have space to host this? I can also scan the V9918/28/29,
 Y8950 and AY-3-8912 if someone host the files...

Maybe you can put it on Funet??? Would be a pretty central source. If I was
looking for this doc the first place to look would be Funet. (okay the
Yamaha FTP site too)


 BTW again, why V9938 doesn't have the register 24? Did they think
 it was a gay thing to add this register?

???


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




Re: Compass improvement??? Jon! Listen!

1999-07-23 Thread Laurens Holst

 Hey... hey!!!
 
 JON!!! Listen!!!
 
 Can't you tokenize the source in Compass??? This has two advantages:
  1. the assembling-speed will be increased drastically, and
 2. the size of the .ASM-files will be reduced a lot!

 Yeah! Let's for example tokenize CALL as #CD, RET as #C9 etc...

Well yes, that was the idea. Would assemble really fast, wouldn't it?
And if use #FF as opcode for other things like labels or comments... (#FF
#FF = RST #38).
#21 #00 #00 would then be LD HL,# in the code and
#21 #FF "LABEL1" would be LD HL,LABEL1.


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




Re: Compass improvement??? Jon! Listen!

1999-07-23 Thread Laurens Holst

  JON!!! Listen!!!

 I'm here!!

Hehe...


  Can't you tokenize the source in Compass??? This has two advantages: 1.
the
  assembling-speed will be increased drastically, and 2. the size of the
  .ASM-files will be reduced a lot!
  You can include an option to let the user decide if the code is upper-or
  lowecase...

 I'm busy with that sort of stuff for version 2.0. It's not really
 tokenized, but during the editing process, the format is already
 optimized for the assemblermodule...

Hmmm... You put the corresponding assemblercode already 'behind' the text
while editing or so??? Well, anyways, it's nice if it could assemble even
faster (you should really pass WBASS concerning this).


  Well, maybe it's not a good idea... Just check it out.

 that's what I've been doing past months...

Okidoki.


  Another remark: the TABS are wrong sometimes. If a label is exactly the
  length of the TAB, then if I put comments behind it the space inbetween
will
  not be taken into account by Compass, resulting in the comment not being
  seperated from the code.
  Example: LD(COPYFILENAME+8),A;Fill in copydata...
 
  Do you get what I mean?

 yup, but depends where you like the ;blabla... immediately behind the
 code or on the next TAB. It is assembled correct if I'm right...

Dunno. But it looks really strange, so I suggest you always assume a space
before the ;comment in the next version.


~Grauw "awaiting Compass 2.0.00


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




Re: Compass improvement??? Jon! Listen!

1999-07-23 Thread Laurens Holst

 JON!!! Listen!!!
 
 Can't you tokenize the source in Compass??? This has two advantages: 1.
the
 assembling-speed will be increased drastically, and 2. the size of the
 .ASM-files will be reduced a lot!

 Tokenized assembler already exists. It's called machine code! 8;D

Mwa. Machine code doesn't support labels.
But the fastest/easiest tokenizing is to use the same tokens as machine
code, indeed.


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




Re: Compass? The heaven!

1999-07-23 Thread Laurens Holst

  This is nice... But has the backdrop of the speed. And this is not nice.
P.E.,
Must takes almost 30 seconds to compile under my K6-233Mhz... On the
MSX... Well... I will not even try.

P.E.??? What's that???

30 SECONDS on a K6-233??? Talking about a lacking optimization... ("bwoa,
the people using this program have an P3 500 MHz anyway" standard
PC-programmers attitude)
My source of Strategic Army takes 30 seconds to compile on my MSX... So this
source of yours would be at least 100 times as large as the SA-source???
Don't think so.

Compass is, exept for WBASS, the fastest assembler ever made on MSX. And if
they would tokenize the code, then it would be... Whow.


  Anyone think about using COMPASS under PC? (((-:

No swearing please!


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




Re: Compass bug?

1999-07-23 Thread Laurens Holst

 Laurens Holst wrote:
 
  Jon, pay attention please!!!

 just returned from holiday :) and reading about 400 emails...

Hehe... I am a real devil...


  I had a quite small Compass-program, though very often saved and
changed.
  The size of it was about 65000 bytes. I already though this was absurd
but
  since it .ASM-files are a direct dump of Compass memory I guessed a lot
of
  additional information had to be saved.

 when you do a lot of 'cut 'n pasting', there are many empty gaps
 generated in the textbuffers. That's why it takes up so much space.
 It's the fastest method though.

Hmmm... I don't care that much about speed when cutting and pasting. If it
takes a little more time but the source keeps 10 times as small then I don't
care a damn. I bet it will speed up assembling too.


  However, when I copied the source into another sourcebuffer and saved it
  under another name, the .ASM-file was only 6000 bytes!!!

 When you copy the text to another buffer, all gaps disappear...
 You can also achieve this by saving the source in ASCII format and
 reload it again.

I believe that. But I don't like to do this. Maybe you can include an option
in some menu 'optimize source code' or so???


  That's a factor 10 reduction in size Jon!!! Explain please???

 see above;

 I will try to make Compass 2.0 a bit more intelligent when
 cutting/pasting. But I don't know for sure yet...

yes, Yes, YES!!!

btw, when will Compass 2.0 be released??? I especially like the new
SHIFT-ESC shell... Why does Compass 1.2 return to Basic everytime a shell is
executed, even while it returned from Dos??? If I type too fast then I
intercept the _SYSTEM, and it doesn't go to Dos. It's quite annoying,
sometimes.


 I've experienced that for most sources you gain about 10kB unless you do
 a lot of 'big' rebuilding of your sourcecode.

Ummm... Well in my case this was extreme I guess... I'll check out the size
of my other files...


~Grauw


--

  email me: [EMAIL PROTECTED] or ICQ: 10196372
 visit the Datax homepage at http://datax.cjb.net/
MSX fair Bussum / MSX Marathon homepage: http://msxfair.cjb.net/




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/)




MKiss v0.2.2

1999-07-23 Thread TFH

A new version of MSKiss has been released today and is downloadable at:
http://www.mep.msxnet.org

This version is now able to play SD-Snatcher ! This is the first
MSX-Emulator to do this !!!

Kindest Regards,

Arnaud de Kletk

Go visit the MSX Emulator Page (M.E.P.)
http://www.mep.msxnet.org
http://surf.to/msxemu
http://www.casema.net/~tfh
ICQ:1446



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/)




Re: [Phoenix] Phoenix Home (was: What is Phoenix?)

1999-07-23 Thread Daniel Jorge Caetano

On Fri, 23 Jul 1999 01:56:32 +0200, Maarten ter Huurne wrote:

  MSX3.0 (or 4.0, I need to know this! :-) SPECIFICATIONS -
  Decisions already made. This will be, in the future,
  the place where the new MSX Standard will be
  described.
  MSX3.0 IDEAS - A brief about WHAT are the hell we are
  talking about on the list at this time
I think MSX3 shouldn't be the only "main" section. I would prefer standards
that are modular.

  Well... How about create a "DEVICES SPECIFICATIONS" section? With several
subsections like:

SOUND BOARD - with hardware and software specifications
VIDEO BOARD - with hardware and software specifications
HARDDISK CONTROLERS - with hardware and software specifications
OTHER PERIPHERALS - with hardware and software specifications
...

???

For example, one could define a standard for a sound board as a seperate
standard. It could be included in a system specification of MSX3, but it
could also be used as a new sound board for MSX2.

  Well... There is no need for this, but is possible. Why? Because if we
implemente V9990 on the new MSX, it will be backward compatible with
GFX9000, BUT there will be some "minor" diferences... p.e. we will need
to define an I/O address to change the video processor (something like
the z80-r800 change on TR). And we can implement V9990 completly on it,
with changes in BASIC and so on.
  But remember that some things will change, because VDP will not be 
conected to a slot anymore... (-:

 But I think is nice to make it modular... but I think modular on it's specifications,
because the new MSX standard, after all, must be a standard! (-:

The same for software interfaces, like CD audio playback. It could be
defined for interfaces that already exist (MegaSCSI and Sunrise IDE, those
have a programmable BIOS). And if a new interface is made for MSX3, it can
implement the same standard and existing software will work.

  Ok. What do you think about the new sections? Please, make a suggestion!

[]'s Daniel Caetano





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/)




Re: New MSX: The Educar Project...

1999-07-23 Thread Daniel Jorge Caetano

On Thu, 08 Jul 1999 16:36:30 +0200, jam wrote:

You don't know many things about PADIAL (not Pardial) MMSX. First of all, Z8
are used to allow the use of PC keyboards and mice.
Then ... Graphic board on Z380 is really powerful. It's a VDP capable of set
any screen mode (software programable) at any resolution and colors, and it's
ultra-fast. It works as a V9990/V9958 perfectly.
Other boards on the Z380: the internet board (mpeg decompressing and others)
and a great 3D chip that is much powerful than PSX one.

  Power is easy to find. Compatibility NO. If it will be
compatible AND is not very expensive, I will like it.
Otherwise, I'll not like it. (-:

[]'s Daniel Caetano




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/)




Re: Compass? The heaven!

1999-07-23 Thread Daniel Jorge Caetano

On Fri, 23 Jul 1999 17:55:41 +0200, Laurens Holst wrote:

  This is nice... But has the backdrop of the speed. And this is not nice.
P.E.,
Must takes almost 30 seconds to compile under my K6-233Mhz... On the
MSX... Well... I will not even try.
P.E.??? What's that???

  Per Example. I was talking about MUST (Music Station, from Ricardo Bittencourt.

30 SECONDS on a K6-233??? Talking about a lacking optimization... ("bwoa,
the people using this program have an P3 500 MHz anyway" standard
PC-programmers attitude)
My source of Strategic Army takes 30 seconds to compile on my MSX... So this
source of yours would be at least 100 times as large as the SA-source???
Don't think so.

  No, it's not really so big. And not takes so much time. (-: But it is "compressed",
and takes a lot of time, more than normal programs.

Compass is, exept for WBASS, the fastest assembler ever made on MSX. And if
they would tokenize the code, then it would be... Whow.

  I don't get the idea... How to tokenize ASM? Get an hex editor and you do not even 
need to assembly it!

 []'s Daniel Caetano




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/)




Re: MKiss v0.2.2

1999-07-23 Thread Daniel Jorge Caetano

On Fri, 23 Jul 1999 18:34:06 +0200, TFH wrote:

A new version of MSKiss has been released today and is downloadable at:
http://www.mep.msxnet.org
This version is now able to play SD-Snatcher ! This is the first
MSX-Emulator to do this !!!

  The first PUBLIC, maybe... (-;

[]'s Daniel Caetano




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/)




Re: MKiss v0.2.2

1999-07-23 Thread TFH

|   The first PUBLIC, maybe... (-;

I know There will be a little surprise in the MSX-emulation scene this
evening if everything goes right ;-) Some nice news from Brasil. Let's hope
Ricardo will finish everything tonight

Greetz,

Arnaud

Go visit the MSX Emulator Page (M.E.P.)
http://www.mep.msxnet.org
http://surf.to/msxemu
http://www.casema.net/~tfh
ICQ:1446




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/)




One of the Biggest MSX Program List on the World! (-:

1999-07-23 Thread Daniel Jorge Caetano


[English]

After 5 days on my computer, I finished. A list with about 2000 
disketes is finished. There is programs from 1983 to 1995 or 1996, I don't
know. If you want to see it (and ask something), go to my page:

  http://www.fudeba.cjb.net/

and look on the download section.

Thx!


[Portugues]

Depois de 5 dias no computador, terminei. Com cerca de 2000
discos, a lista esta completa. Tem programas desde 1983 ateh 1995.
Se alguem quiser ver (ou pedir alguma coisa), veja em minha pagina:

   http://www.fudeba.cjb.net/

e olhe na sessao Downloads.

Valeu!

PS: Werner, nao tem o Palhacada City nem os programas da "serie master",
mas deve ter uma porcao de coisa que voce tem procurado... (-: Olha lah.

  Alias, parece que o Palhacada City era Vapour Ware. Vc tem certeza que
existiu?

[]'s Daniel Caetano



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/)




Ops...

1999-07-23 Thread Daniel Jorge Caetano


  About the list, if the

  http://www.fudeba.cjb.net/  did not work, use

  http://www.geocities.com/SiliconValley/8752/msx/index.html

  instead.

[]'s Daniel Caetano



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/)




Re: Digitizing... (8280) Error at MSX2 TECHNICAL HANDBOOK

1999-07-23 Thread frambel

At 23:56 22/07/99 +0200, you wrote:


Hi 


I need Help over digitizing under Assambler ...VDP ports, Commands, code,
etc..

Now i think the F8H is used to work with COLOR BUS, but HOW?

Thanx.



hi NESTOR

Oss There is an error at the hand book   It´s not F8H, it´s F6H


bye



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/)




the MSX page update

1999-07-23 Thread Adriano Camargo Rodrigues da Cunha


[english]

Hi, all.

"the MSX page" was updated (hum... I think it should be more
frequent...).
News:
- updated section "MSX projects in Brazil";
- new MSX programs: - Simulador de Voo 737 [a pretty fligh sim]
- SCREEN2 RLE Compresssor

Greetings from Brazil!

[portuguese]

Povo,

Atualizacao da "the MSX page".
Novidades:
- atualizacao da secao "MSX projects in Brazil";
- dois novos programas: - Simulador de Voo 737 - versao arquivo
- SCREEN2 RLE Compressor

Falou,


Adriano Camargo Rodrigues da Cunha   ([EMAIL PROTECTED])
Engenharia de Computacao - UNICAMP
http://www.adrpage.cjb.net   MSX-TR:I have one.And you?

* A mainframe: The biggest PC peripheral available. *



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/)




Re[2]: Compass? The heaven!

1999-07-23 Thread Antonio Nestor Soriano

"Daniel Jorge Caetano" [EMAIL PROTECTED] escribió/wrote/kakimashita/escreveu/écrit:

   This is nice... But has the backdrop of the speed. And this is not nice. P.E.,
 Must takes almost 30 seconds to compile under my K6-233Mhz... On the
 MSX... Well... I will not even try.

(!O_o) What are you speaking about? Compass is a MSX program, not PC!

And well, the only bad side I can find of Compass is really concerning
to speed: in Turbo-R, when sourcecode is placed in a mapper slot other
than primary (internal) one, assembling speed decreases a lot, almost to
the Z80 speed level. But I suppose this can't be solved... or it can?

   Anyone think about using COMPASS under PC? (((-:

Forget it. There is a lot of much better methods to make your PC to
crash. Running a well-performed MSX program is not the best one! X-)

   I think Konami Man and CTNG will pray for your soul burn in
 hell, after this sugestion... XD

All of this are just signals about the end of the world... remember:
next august 11th, meeting in Paris! There is a prize for the person
who can rescue the MSXs from the MIR!! X-) And if we die, let's see the
good side: we will never see Windows 2000!! X-D


*** NEXT BARCELONA MSX USERS MEETING: DECEMBER  4th ***
--
Konami Man  -  AKA Nestor Soriano (^ ^)v
   Itsumo MSX user

   [EMAIL PROTECTED]
   http://konamiman.msx.tni.nl

 User error. Please replace user and press any key.
--



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/)




Re[2]: Compass? The heaven!

1999-07-23 Thread Antonio Nestor Soriano

"Daniel Jorge Caetano" [EMAIL PROTECTED] escribió/wrote/kakimashita/escreveu/écrit:

   This is nice... But has the backdrop of the speed. And this is not nice. P.E.,
 Must takes almost 30 seconds to compile under my K6-233Mhz... On the
 MSX... Well... I will not even try.

(!O_o) What are you speaking about? Compass is a MSX program, not PC!

And well, the only bad side I can find of Compass is really concerning
to speed: in Turbo-R, when sourcecode is placed in a mapper slot other
than primary (internal) one, assembling speed decreases a lot, almost to
the Z80 speed level. But I suppose this can't be solved... or it can?

   Anyone think about using COMPASS under PC? (((-:

Forget it. There is a lot of much better methods to make your PC to
crash. Running a well-performed MSX program is not the best one! X-)

   I think Konami Man and CTNG will pray for your soul burn in
 hell, after this sugestion... XD

All of this are just signals about the end of the world... remember:
next august 11th, meeting in Paris! There is a prize for the person
who can rescue the MSXs from the MIR!! X-) And if we die, let's see the
good side: we will never see Windows 2000!! X-D


*** NEXT BARCELONA MSX USERS MEETING: DECEMBER  4th ***
--
Konami Man  -  AKA Nestor Soriano (^ ^)v
   Itsumo MSX user

   [EMAIL PROTECTED]
   http://konamiman.msx.tni.nl

 User error. Please replace user and press any key.
--



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/)




GEN80 custom comments

1999-07-23 Thread MkII

Somebody pointed out that GEN80 has the capability to change the default
comment character.

How ?:




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/)




Que te dije!

1999-07-23 Thread MkII

  I think Konami Man and CTNG will pray for your soul burn in
 hell, after this sugestion... XD

All of this are just signals about the end of the world... remember:
next august 11th, meeting in Paris! There is a prize for the person
who can rescue the MSXs from the MIR!! X-) And if we die, let's see the
good side: we will never see Windows 2000!! X-D

Algo parecido solto la 1era vez que lo vi por la lista.




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/)




Re: Que te dije!

1999-07-23 Thread MkII

Next time Eudora redirects another of my private messages to this list I
promise to disassemble it and *POKE IN* a warning requester or an automatic
To: field selection.

All this, of course, after killing the entire Qualcomm staff 8:

Anyway it was just an innocent comment on Konami Man's *great* sense of
humour (yeah, we dig for SD MESXES or what!).

It could have been pretty well an internal message packed with nude photos
of myself! 8;

Kiss you lot.

MARK 2




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/)




Geocities

1999-07-23 Thread Daniel Jorge Caetano


  Hi People!

  Someone said here that know one way to disable GeoCities advertisements...
I know that disabling JavaScript do the job, but how disable JavaScript using
only the HTML?
  Or there is another way?

[]'s Daniel Caetano



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/)