HxC Floppy Drive Emulator

HxC Floppy Drive Emulator general information and news
It is currently Fri May 24, 2013 10:09 am

All times are UTC + 2 hours




Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sat Aug 18, 2012 4:37 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
fz1 wrote:
Jeff wrote:
Send me the HFE file, i will check it.


Should I send it via email to ----?


Yes.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sun Aug 26, 2012 1:35 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
Finally :

fz1 wrote:
I now had the chance to test the disk image with the Casio itself and as
far as I can tell it works. :-)


:mrgreen:


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sun Sep 09, 2012 2:35 pm 
Offline

Joined: Thu Jun 14, 2012 7:24 pm
Posts: 6
Everything works fine, the next problem now is to convert a bunch of Casio dump files to HFE format. I have a program that creates raw disk images that I can convert manually using the raw loading functionality with appropriate settings for the floppy format but this is quite tedious. I was hoping to be able to batch convert the whole lot. Another possibility would be for me to add the reading of Casio .fzf files to the HxC floppy emulator itself but I'm not sure how to contribute to the software. The easiest for me to use would be a command line utility that does what the GUI does (i.e. given a raw disk image and an .fpf floppy profile file write a .hfe file).


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sun Sep 09, 2012 10:10 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
fz1 wrote:
Everything works fine, the next problem now is to convert a bunch of Casio dump files to HFE format. I have a program that creates raw disk images that I can convert manually using the raw loading functionality with appropriate settings for the floppy format but this is quite tedious. I was hoping to be able to batch convert the whole lot. Another possibility would be for me to add the reading of Casio .fzf files to the HxC floppy emulator itself but I'm not sure how to contribute to the software. The easiest for me to use would be a command line utility that does what the GUI does (i.e. given a raw disk image and an .fpf floppy profile file write a .hfe file).


Do you have the fzf format description ?

I can add a casio raw file support (*.casioraw).


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Mon Sep 10, 2012 2:26 pm 
Offline

Joined: Thu Jun 14, 2012 7:24 pm
Posts: 6
I have no description of the FZF format, but here is the software (file: fzftrans.c) that I used as a reference: http://www.buchty.net/casio/files/fztoolkit.tar.gz
(other information available at http://www.buchty.net/casio/) It's pretty simple all in all. The only thing missing would be a useable raw image converter useable from the command line so I can just write something simple like

Code:
for i in *.img; do convert_to_hfe casio_fz1.fpf $i; done


and be done with it. Automating a GUI program is much more difficult and I frankly do not understand how to use the command line utility from the development branch. Seems that it does not support such a simple thing or it's my fault. If I had access to the source code of the command line utility, I'm sure I could come up with a satisfactory solution in one or two days depending on the code itself.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Mon Sep 10, 2012 7:16 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
Ok thanks. i will add the fzf support as soon as possible.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Tue Sep 11, 2012 12:09 am 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
Jeff wrote:
Ok thanks. i will add the fzf support as soon as possible.


Done :
http://hxc2001.com/download/floppy_driv ... 2_beta.zip

To be tested.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Tue Sep 11, 2012 1:40 pm 
Offline

Joined: Thu Jun 14, 2012 7:24 pm
Posts: 6
Works, but only in the Windows version, and there is no possibility to just do something like
Code:
hxcfe profile.fpf rawfile.img image.hfe

which would be awefully convenient for me as I am working on a more complete suite of tools to deal with the different Casio FZ-1 dump files and having to use a mouse to do a computer's job is quite tedious. Thank you for your effort so far. It's highly appreciated.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Tue Sep 11, 2012 11:36 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
Which software are you using to get the img file ?


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Tue Sep 25, 2012 12:01 am 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
New software version ! (For Mac and Windows)
Now you can do this :

Code:
hxcfe -finput:myinputrawfile.img -conv -uselayout:CASIOFZ1_HD_1M25


http://hxc2001.com/download/floppy_driv ... 2_beta.zip


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Wed Sep 26, 2012 2:33 pm 
Offline

Joined: Tue Sep 25, 2012 4:39 pm
Posts: 1
Hi guys

would it be possible to just explain what i need to do in order to use SD Floppy Emulator REV F with a casio fz10 and a load of fz factory disk images i have here.

From what i can gather i have to convert the fz dump format files first ? sorry but i am an ape at this stuff .Whats the best format to place on the sd floppy emulator / sd card and can this be done via my pc ?


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Wed Sep 26, 2012 9:54 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
ektaphone wrote:
Hi guys

would it be possible to just explain what i need to do in order to use SD Floppy Emulator REV F with a casio fz10 and a load of fz factory disk images i have here.

From what i can gather i have to convert the fz dump format files first ? sorry but i am an ape at this stuff .Whats the best format to place on the sd floppy emulator / sd card and can this be done via my pc ?


Which type of disk images have you?


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sat Nov 10, 2012 5:34 am 
Offline

Joined: Mon Feb 07, 2011 11:22 pm
Posts: 3
Hi, I´m already using my HxC with my Emulator II, Emax rack and Ensoniq Mirage. I´m planing to use it with my DSS, Emulator I and FZ1...

Regarding the FZ... I don´t understand what hxcfe -finput:myinputrawfile.img -conv -uselayout:CASIOFZ1_HD_1M25 means...

BTW, what about FZV (FZ Voice) and FZB (FZ Bank) files?, which might be similar to FZF fortmat to implement. I have quite a lot of FZV files.

Cheers and thanx again Jeff!


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sun Nov 11, 2012 9:57 am 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2843
Location: Paris
juno6 wrote:
Hi, I´m already using my HxC with my Emulator II, Emax rack and Ensoniq Mirage. I´m planing to use it with my DSS, Emulator I and FZ1...

Regarding the FZ... I don´t understand what hxcfe -finput:myinputrawfile.img -conv -uselayout:CASIOFZ1_HD_1M25 means...


Just use the last beta software : this one directly support FZF files.

juno6 wrote:
BTW, what about FZV (FZ Voice) and FZB (FZ Bank) files?, which might be similar to FZF fortmat to implement. I have quite a lot of FZV files.


i don't have any one here.


Top
 Profile  
 
 Post subject: Re: Casio FZ-1 and HxC Floppy Drive Emulator
PostPosted: Sat Dec 29, 2012 10:28 am 
Offline

Joined: Sat Dec 29, 2012 1:55 am
Posts: 1
Can someone please help a fellow FZ user out?

I own a FZ-20 rack and I have installed the HxC Rev F successfully. It was a damn pain getting down to the original floppy drive - but after dismantling the whole piece I finally got there. As far as I can tell - it is working. I've successfully created "virtual floppies" and managed to save my own material on them.

But I cannot get the copy a FZ floppy to HFE. There is actually only one disk that I care for and it's the Optional Software disk with the tools for drawing your own waveforms and other very cool features. Since I own a recent iMac there is obviously no floppy, so I took the opportunity during christmas to copy the disk at a friends place. I made three different copies with slightly different settings and now when I'm trying it out - it simply won't read.

I used the latest beta posted in this thread.

What do you think could be the problem? In all honesty I really don't care about converting floppies - I'm making my own sounds - but the Optional Software disk is essential for my work. It won't happen to be so that anyone here already copied it to the HxC?

/C


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group