HxC Floppy Drive Emulator

HxC Floppy Drive Emulator general information and news
It is currently Thu Jun 20, 2013 6:52 am

All times are UTC + 2 hours




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Small bug w/ autoboot file chooser
PostPosted: Sun Apr 17, 2011 4:48 am 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
I was using the search function (F1) and it seems that 'a' and 'q' are somehow swapped. Verified my keyboard was ok in GEM.

Awesome, awesome program. Complements the device just perfect.

~telengard


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Mon Apr 18, 2011 12:58 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2901
Location: Paris
telengard wrote:
I was using the search function (F1) and it seems that 'a' and 'q' are somehow swapped. Verified my keyboard was ok in GEM.

Awesome, awesome program. Complements the device just perfect.

~telengard


Yes this is a small qwerty/azerty issue ;-)

Stay tuned because another important add-on will be available for ST : An hard disk driver for the SD HxC Floppy Emulator :-)


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Mon Apr 18, 2011 2:32 pm 
Offline

Joined: Thu Feb 11, 2010 4:07 pm
Posts: 26
I'm excited about the upcoming hard disk driver, I don't have a hard drive solution for the ST, expect for a 20MB old Megafile drive that I don't use. Will it work with the Rev B board? I have a Rev C unit in my Amiga 500, but a Rev B in my ST.


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Mon Apr 18, 2011 4:36 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2901
Location: Paris
endre1952 wrote:
I'm excited about the upcoming hard disk driver, I don't have a hard drive solution for the ST, expect for a 20MB old Megafile drive that I don't use. Will it work with the Rev B board? I have a Rev C unit in my Amiga 500, but a Rev B in my ST.


Yes this will works on Rev B.


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Sat Feb 04, 2012 8:08 pm 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
So I fired this up again to play a game and I'm wondering if there is a setting to fix this or is there a new version of the auto boot.hfe?


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Sat Mar 31, 2012 10:09 pm 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
telengard wrote:
So I fired this up again to play a game and I'm wondering if there is a setting to fix this or is there a new version of the auto boot.hfe?


I grabbed the sources on sourceforge (many thanks for making all of this available!) and installed the cross toolchain for m68k-atari-mint-gcc, made the necessary changes and as the Makefile did, loaded the renamed output file into the HxCFloppyEmulator.exe application. It says it is an unsupported format. I tried loading it as raw and saving as an hfe but the ST doesn't recognize it.

Could someone possibly help with this final step? I'll make the binary available for download once I have it working. :)

thanks,
~telengard


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Sun Apr 01, 2012 3:11 pm 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2901
Location: Paris
telengard wrote:
telengard wrote:
So I fired this up again to play a game and I'm wondering if there is a setting to fix this or is there a new version of the auto boot.hfe?


I grabbed the sources on sourceforge (many thanks for making all of this available!) and installed the cross toolchain for m68k-atari-mint-gcc, made the necessary changes and as the Makefile did, loaded the renamed output file into the HxCFloppyEmulator.exe application. It says it is an unsupported format. I tried loading it as raw and saving as an hfe but the ST doesn't recognize it.

Could someone possibly help with this final step? I'll make the binary available for download once I have it working. :)

thanks,
~telengard


Which output file are talking ?


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Sun Apr 01, 2012 7:31 pm 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
Jeff wrote:
telengard wrote:
telengard wrote:
So I fired this up again to play a game and I'm wondering if there is a setting to fix this or is there a new version of the auto boot.hfe?


I grabbed the sources on sourceforge (many thanks for making all of this available!) and installed the cross toolchain for m68k-atari-mint-gcc, made the necessary changes and as the Makefile did, loaded the renamed output file into the HxCFloppyEmulator.exe application. It says it is an unsupported format. I tried loading it as raw and saving as an hfe but the ST doesn't recognize it.

Could someone possibly help with this final step? I'll make the binary available for download once I have it working. :)

thanks,
~telengard


Which output file are talking ?


The file that is generated by gcc is 'HXCFEMNG.PRG'. I was thinking about this last night, is it that I need to add this to a disk image (i.e. .st or .msa) and *then* convert to an .hfe?
I guess I'm just not sure what the process is after compiling the binary.

~telengard


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Mon Apr 02, 2012 12:42 am 
Offline
Site Admin

Joined: Fri Oct 20, 2006 12:12 am
Posts: 2901
Location: Paris
telengard wrote:
]

The file that is generated by gcc is 'HXCFEMNG.PRG'. I was thinking about this last night, is it that I need to add this to a disk image (i.e. .st or .msa) and *then* convert to an .hfe?
I guess I'm just not sure what the process is after compiling the binary.

~telengard


Create a folder "dk.fatst" somewhere on your pc, add an AUTO folder and copy the prg file in the auto folder.
then Drag&Drop the dk.fatst folder on the hxc floppy emulator software. after this export the image.


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Mon Apr 02, 2012 3:40 am 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
Jeff wrote:
telengard wrote:
]

The file that is generated by gcc is 'HXCFEMNG.PRG'. I was thinking about this last night, is it that I need to add this to a disk image (i.e. .st or .msa) and *then* convert to an .hfe?
I guess I'm just not sure what the process is after compiling the binary.

~telengard


Create a folder "dk.fatst" somewhere on your pc, add an AUTO folder and copy the prg file in the auto folder.
then Drag&Drop the dk.fatst folder on the hxc floppy emulator software. after this export the image.


Awesome, thanks. I'll try that out and report back!

~telengard


Top
 Profile  
 
 Post subject: Re: Small bug w/ autoboot file chooser
PostPosted: Tue Apr 03, 2012 7:16 pm 
Offline

Joined: Sun Jul 15, 2007 9:30 pm
Posts: 27
Excellent! That worked great.

I've made the file available here:

http://home.comcast.net/~bsturk/8bit/AUTOBOOT.hfe

At some point I may attempt to make this more dynamic and make a patch, really all I did was change the initializing of the keycodes based on a preprocessor def.

~telengard


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

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