Re: How to avoid standard diskerrors

2001-07-12 Thread Alex Wulms

] Alex Wulms wrote:
] ] That is correct. Under Disk Basic environment you must hook in the classical
] ] way.
] 
] Oke, do you know which adres must be hooked?
Yes.

You must put a pointer on #f323, pointing to a pointer to your error routine.

Example:
init_error_handler:
  ld hl, errptr
  ld (#f323), hl
  ret

errptr:
  dw error_handler

error_handler:
   process the error and return appropriate return code




-- 
Visit The MSX Plaza (http://www.inter.nl.net/users/A.P.Wulms) for info on
XelaSoft, Merlasoft, Quadrivium, SD-Snatcher on fMSX, the MSX Hardware list,
XSA Disk images, documentation, Japanese MSX news from Ikeda and lots more.


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



UZIX with external mapper

2001-07-12 Thread Adriano Camargo Rodrigues da Cunha


Hi,

I modified fMSX to add an external mapper to it and UZIX runs fine (I
don't have an external mapper to test UZIX on my TR.)   KonamiMan told me
UZIX crashed with his external mapper. Anybody had the same problem?

Regards,

Adriano


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

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



Re: UZIX is dead

2001-07-12 Thread Adriano Camargo Rodrigues da Cunha


Eric,

  This UZIX, codename UZIX32k, is dead. Everything that could be made
  with it was done (even graphical webbrowsing). Anything else can't be
  made (and well done) because there's no free space on kernel, or more
  memory for applications.
 Hmmm, what about the Novaxis SCSI support? :-)

That's a limitation of UZIX32k that I want to break. :)

  I'll start an enhanced version of UZIX, codename UZIX48k.
 Ehrm, stupid Q, maybe, but why not make this Uzix48k
 GPL, too, so more ppl can be involved in the develeopment?

How much people here would like to help such project?
In two years that the UZIX site is up, two or three guys really
asked me for infos about making applications for UZIX, etc. But the only
guy who ever made them was me. So, why I'll waste my time making docs
and putting sources online and updated? I prefer to come here and ask
Anybody knows xxx or Anybody has a routine yyy or whatever.

By the way, anybody knows how to read/write disk sectors with
Novaxis without using 4010h from DiskROM (I mean: direct access)?
I also accept infos about other weird european HD interfaces. :)

Regards,


Adriano Camargo Rodrigues da Cunha
([EMAIL PROTECTED])
http://www.adrpage.cjb.net  MSX: more fun per
less

The difference between Windows and a virus? Virus is free.

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

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



Re: UZIX is dead

2001-07-12 Thread Saku Taipale


  Hmmm, what about the Novaxis SCSI support? :-)
   That's a limitation of UZIX32k that I want to break. :)

What I would appreciate is Sunrise IDE support for UZIX, or is
it implemented already ?

Greetings: Saku Taipale, [EMAIL PROTECTED]

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



Re: UZIX is dead

2001-07-12 Thread Sandy Pleyte

On Friday 13 July 2001 08:07, you wrote:
   Hmmm, what about the Novaxis SCSI support? :-)
 
  That's a limitation of UZIX32k that I want to break. :)

 What I would appreciate is Sunrise IDE support for UZIX, or is
 it implemented already ?

Read the Docs Stt :)) It's allready implemented. What we need is support for 
the Sunrise RS232 so a lot of european people can connect their msx to a PC 
and browse the internet with their MSX...

Sandy

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



Re: UZIX with external mapper

2001-07-12 Thread Sandy Pleyte

On Monday 09 July 2001 13:48, you wrote:
 Hi,

   I modified fMSX to add an external mapper to it and UZIX runs fine (I
 don't have an external mapper to test UZIX on my TR.) KonamiMan told me
 UZIX crashed with his external mapper. Anybody had the same problem?

Yeah, i have the same problem with my 512kb external Memmorymapper, but you 
allready know that :)) (also have a problem with my Internal Memmory mapper, 
but that's a diffrent story).

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