Re: Getdisk

2001-03-19 Thread Laurens Holst

  Getdisk doesn't seem to be working with single sided floppies. Am I
  forgetting some switch, or is there another program I should use?
 
 Uhm.. Don't know what getdisk is, but if it's a program to make disk-images,
 then use dcopy... Dcopy can be found @ the msx fax (or was it faq?) ---
 http://www.faq.msxnet.org ...

Getdisk in combination with putdisk are the MSX equivalents to DCOPY on the PC.
btw, do PC drives read single sided floppies???


~Grauw




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



Re: Getdisk

2001-03-19 Thread Maarten ter Huurne

On Monday 19 March 2001 16:33, you wrote:

 Getdisk in combination with putdisk are the MSX equivalents to DCOPY on the
 PC. btw, do PC drives read single sided floppies???

The drives do, but some operating systems have problems with the filesystem 
of a single sided disk. As long as you are reading or writing images, there 
should be no problems.

Bye,
Maarten

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



Re: Getdisk

2001-02-14 Thread d-fader

 Getdisk doesn't seem to be working with single sided floppies. Am I
 forgetting some switch, or is there another program I should use?

Uhm.. Don't know what getdisk is, but if it's a program to make disk-images,
then use dcopy... Dcopy can be found @ the msx fax (or was it faq?) ---
http://www.faq.msxnet.org ...


 Greetings, Diederick.

Greetz back, d-fader^TwZ


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



Re: Problems with GETDISK (and FDSAVE)

1999-08-02 Thread Alex Wulms

] Manuel Bilderbeek wrote:
]  
]  Alex Wulms wrote:
]  
]   You can try under DOS1. It might be that the bootsector is invalid according
]   to DOS2.
]  
]  Eh, but where do I store the diskimage then? (Without harddisk?)
]  I'll try XSD and D2F.
] 
] 
] Nr of Bytes read: 32768 
] Reading
] 32786 Reading
] Reading
] 
] All this kind of stuff, all below each other... The counter didn't
] really count... Bug?
No. I read the datastream into a 32kB buffer and report how many bytes I 
actually received. This will be 32kB for all but the last read statement.

I show this so that you can see that something is still going on. Otherwise 
you might think that the computer is hanging because of the time it requires 
to decompress entire disk(image)s on MSX.

I have never taken the effort to make the output very fancy and nice. I could 
have done stuff with progression bars and the like but I did not want to put 
too much effort in these kind of cosmetics.


Kind regards,
Alex Wulms
-- 
Alex Wulms/XelaSoft - MSX of anders NIX - Linux 4 ever
See my homepage for info on the  *** XSA *** format
http://www.inter.nl.net/users/A.P.Wulms




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: Problems with GETDISK (and FDSAVE)

1999-08-02 Thread Manuel Bilderbeek

 ] All this kind of stuff, all below each other... The counter didn't
 ] really count... Bug?
 No. I read the datastream into a 32kB buffer and report how many bytes I 
 actually received. This will be 32kB for all but the last read statement.
 
 I show this so that you can see that something is still going on. Otherwise 
 you might think that the computer is hanging because of the time it requires 
 to decompress entire disk(image)s on MSX.
 
 I have never taken the effort to make the output very fancy and nice. I could
 
 have done stuff with progression bars and the like but I did not want to put 
 too much effort in these kind of cosmetics.

Ah I see. Good policy for this kind of apps. (Better to have a good app with 
an ugly layout than vice versa!)


Grtjs, Manuel ((m)ICQ UIN 41947405)

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org/)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi/ 




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: Problems with GETDISK (and FDSAVE)

1999-07-27 Thread Manuel Bilderbeek

  Someone advised me to use FDSAVE (of MegaSCSI utils), but this gives
  the same DOS error...!
 
   Are you telling about create diskimages of games? I used FDSAVE to
   create Illsion City, Fray and another softwares without problems... If
   you're having problems with yours disks try do use DSKI$ command in
   BASIC. If it runs good! If not you've a problem...

Yes, but then I need to write such a program myself! ;-)

   Another solution is use F2D, D2F and others programs from Xelasoft(?)
   for work with XSA files.

But I need a DSK file, not an XSA file...

Grtjs, Manuel ((m)ICQ UIN 41947405)

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org/)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi/ 




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: Problems with GETDISK (and FDSAVE)

1999-07-27 Thread Alex Wulms

]   Someone advised me to use FDSAVE (of MegaSCSI utils), but this gives
]   the same DOS error...!
]  
]Are you telling about create diskimages of games? I used FDSAVE to
]create Illsion City, Fray and another softwares without problems... If
]you're having problems with yours disks try do use DSKI$ command in
]BASIC. If it runs good! If not you've a problem...
] 
] Yes, but then I need to write such a program myself! ;-)
] 
]Another solution is use F2D, D2F and others programs from Xelasoft(?)
]for work with XSA files.
] 
] But I need a DSK file, not an XSA file...
You can decompress an XSA file into a DSK file with xsd.com for MSX. See my 
homepage for more info.


Kind regards,
Alex Wulms

-- 
Alex Wulms/XelaSoft - MSX of anders NIX - Linux 4 ever
See my homepage for info on the  *** XSA *** format
http://www.inter.nl.net/users/A.P.Wulms




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: Problems with GETDISK (and FDSAVE)

1999-07-27 Thread Giovanni R. Nunes


  Manuel,

 Yes, but then I need to write such a program myself! ;-)

  Oh! Anmd the next step is made your owner operational system? :)

 But I need a DSK file, not an XSA file...

  You can create XSA files and converto to DSK... :)


  ---
  Giovanni Nunes, [EMAIL PROTECTED]



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: Problems with GETDISK (and FDSAVE)

1999-07-26 Thread Giovanni R. Nunes


  Manuel,

 Someone advised me to use FDSAVE (of MegaSCSI utils), but this gives
 the same DOS error...!

  Are you telling about create diskimages of games? I used FDSAVE to
  create Illsion City, Fray and another softwares without problems... If
  you're having problems with yours disks try do use DSKI$ command in
  BASIC. If it runs good! If not you've a problem...

  Another solution is use F2D, D2F and others programs from Xelasoft(?)
  for work with XSA files.


  ---
  Giovanni Nunes,  [EMAIL PROTECTED]




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: Problems with GETDISK.

1999-07-20 Thread Ricardo Jurczyk Pinheiro

At 20:20 19/07/99 +0200, you wrote:
  I have some problems with GETDISK (a program to create diskimages on
  MSX). (...) when I try to use GETDISK, I get a DOS error: *** Not a
  DOS disk. What can I do to overcome this?
 
   Well, you can use the the FDLOAD, FDSAVE and FDCOPY! This utitilities
   are provided in MegaSCSI Utilities Disk and can be used without
   MegaSCSI. If you're interest I can  send to you.

Please send me the program that can make a diskimage, if needed, with
manual! 
Thanks in advance!

You can find it in that Mega-SCSI utilities' homepage... Sorry,
don't remember the URL.

Ricardo Jurczyk Pinheiro - ICQ UIN:3635907 - [EMAIL PROTECTED]|_Sola  Scriptura |
http://i.am/rjp -M.Sc. Numerical Modelling (hope so!)  |_ Sola Gratia  |
UFF - Niteroi - RJ - Brazil  -  [EMAIL PROTECTED]_|  Sola Fide  |
MSX, ST, B5, X-F, Anime, Christian, Maths, CuD, Linux!_|  Solo Cristi  |
Christian, Rock, Comics, Transformers, and hate M$!  | Soli Deo Gloria |




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




Problems with GETDISK.

1999-07-19 Thread Manuel Bilderbeek

Hi 

I have some problems with GETDISK (a program to create diskimages on
MSX). I wanted to make a diskimage of SD-Snatcher (cracked English
version) and some other games, like Testament. 
The problem is: when I try to use GETDISK, I get a DOS error: *** Not a
DOS disk. What can I do to overcome this?

And according to someone's list, Ys-3 should be able to run from
harddisk also, but it hangs after pressing the SPACE key during the
intro... (game-screen is loaded and then it hangs...)
 
Grtjs, Manuel ((m)ICQ UIN 41947405)

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org/)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi/


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: Problems with GETDISK.

1999-07-19 Thread Giovanni R. Nunes


  Manuel,

 I have some problems with GETDISK (a program to create diskimages on
 MSX). (...) when I try to use GETDISK, I get a DOS error: *** Not a
 DOS disk. What can I do to overcome this?

  Well, you can use the the FDLOAD, FDSAVE and FDCOPY! This utitilities
  are provided in MegaSCSI Utilities Disk and can be used without
  MegaSCSI. If you're interest I can  send to you.


  ---
  Giovanni Nunes
  [EMAIL PROTECTED] - [EMAIL PROTECTED]
  http://www.geocities.com/ResearchTriangle/2472/



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: Problems with GETDISK.

1999-07-19 Thread Manuel Bilderbeek

  I have some problems with GETDISK (a program to create diskimages on
  MSX). (...) when I try to use GETDISK, I get a DOS error: *** Not a
  DOS disk. What can I do to overcome this?
 
   Well, you can use the the FDLOAD, FDSAVE and FDCOPY! This utitilities
   are provided in MegaSCSI Utilities Disk and can be used without
   MegaSCSI. If you're interest I can  send to you.

Please send me the program that can make a diskimage, if needed, with manual! 
Thanks in advance!



Grtjs, Manuel ((m)ICQ UIN 41947405)

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org/)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi/ 




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: Which games work with START/GETDISK and/or FDDEMU (by Nyyrikki)?

1999-03-24 Thread Manuel Bilderbeek

 On Thu, 18 Mar 1999, Manuel Bilderbeek wrote:
 
  I was wondering if anyone could tell me which disk-based games can be
  run from harddisk with START/GETDISK and which with FDDEMU by
  Nyyrikki... 
 I use the start disk-image launcher but I haven't any list about the games
 that work fine. This is a too hard work.
 
 By the way, I don't know FDDEMU. Where can I get it?

Well, I wrote it was by Nyyrikki, so why don't you check his homepage? (URL 
can be found on my bookmarkspage, see signature).

 It work fine on MSX2?

It should, according to the manual.

Grtjs, Manuel

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org/)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi/ 



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: Which games work with START/GETDISK and/or FDDEMU (by Nyyrikki)?

1999-03-23 Thread Jose A. Lancharro


On Thu, 18 Mar 1999, Manuel Bilderbeek wrote:

 I was wondering if anyone could tell me which disk-based games can be
 run from harddisk with START/GETDISK and which with FDDEMU by
 Nyyrikki... 
I use the start disk-image launcher but I haven't any list about the games
that work fine. This is a too hard work.

By the way, I don't know FDDEMU. Where can I get it?
It work fine on MSX2?

Jose Antonio Lancharro.

e-mail:  [EMAIL PROTECTED]
fidonet: 2:347/13.7




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




Which games work with START/GETDISK and/or FDDEMU (by Nyyrikki)?

1999-03-21 Thread jam

Hola Manuel Bilderbeek:


 MB I was wondering if anyone could tell me which disk-based games can be
 MB run from harddisk with START/GETDISK and which with FDDEMU by
 MB Nyyrikki...

I's like to know the same for HDDEMU :)




Salidos, digo ... Saludos.
JAMcn   ([EMAIL PROTECTED])
Apdo. Correos 3294  18080 Granada
... A long long time ago, planet Gradius was involved in three space wars .


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




Which games work with START/GETDISK and/or FDDEMU (by Nyyrikki)?

1999-03-18 Thread Manuel Bilderbeek

Hi

I was wondering if anyone could tell me which disk-based games can be
run from harddisk with START/GETDISK and which with FDDEMU by
Nyyrikki... 

Who posts/sends a list? Thanks!
-- 
Grtjs, Manuel

PS: MSX 4 EVER! (Questions? See: http://www.faq.msxnet.org)
PPS: Visit my homepage at http://www.sci.kun.nl/marie/home/manuelbi


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