HxC working with X68000 !

HxC Floppy emulator support for all others computers...
caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Jeff wrote:

Can you take some high resolution pictures of the pcb ?
Here are the pictures as promised:

http://www.megaupload.com/?d=Q2YQGRNP

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HxC working with X68000 !

Post by Jeff »

caius wrote:
Jeff wrote:

Can you take some high resolution pictures of the pcb ?
Here are the pictures as promised:

http://www.megaupload.com/?d=Q2YQGRNP
Thanks ! Did you have another/older x68000 disk drive ?

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Jeff wrote:
caius wrote:
Jeff wrote:

Can you take some high resolution pictures of the pcb ?
Here are the pictures as promised:

http://www.megaupload.com/?d=Q2YQGRNP
Thanks ! Did you have another/older x68000 disk drive ?
I have a X68000 CompactXVI with two good and , apart, two faulty complete floppy drives (assembly+PCB).Please, let me know what do you need.

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HxC working with X68000 !

Post by Jeff »

amobile wrote:Jeff> i see "RA" on the LED screen

I've tested many games that should works on X68030, but with the HxC they don't...

Nemesis 90 (error screen... if someone know how to install it on HDD?)
Akumajo (black screen, nothing happen... if someone know how to install it on HDD?)
*****edit*****
error message when i use the hdinst utility on the second floppy
error_akumajo.jpg
Cotton (refuse to start directly on floppy, need to be installed but it's not working...)
Dragon Spirit (error screen)


I don't know if the problem comes with the floppy images ...

Other observation, there's no sounds.
I saw that a cable is plugged between the internal speaker and the floppy drives...

The games i tested and works

Daikaimura
Phalanx
Salamander
View Point
Sol Feace

If someone know how to install them on HDD?
I don't know very well this computer.

But Alex_Mena have done a lot of tests of the HxC and x68000.
have a look to this mail archive:
https://hxc2001.com/floppy_drive_emulat ... X68000.zip

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

amobile wrote:
Daikaimura
Phalanx
Salamander
View Point
Sol Feace

If someone know how to install them on HDD?
What kind of HDD do you use on your X68000?Which model of X68000 do you have?
If you are using SCSI HDD, I highly recommed you to do a Compact Flash mod on your X68000, please refer to this page:

http://gamesx.com/wiki/doku.php?id=x680 ... si_machine

For example I did it on my X68000XVI Compact:

http://nfggames.com/forum2/index.php?topic=4458.0

Then, installing games on Compact Flash is very easy.Besides there are compilations of pre-installed games (some made by be):

http://rapidshare.com/files/455756847/I ... _games.rar
http://rapidshare.com/files/456531010/Other_games.rar
http://nfggames.com/X68000/Games/

amobile
Posts: 3
Joined: Thu Dec 23, 2010 3:57 pm
Location: Grenoble

Re: HxC working with X68000 !

Post by amobile »

Caius> i've got an X68030 with a 200Mb SCSI HDD.

I'm gonna test your links :)

Thanks a lot for your help guys ! :)

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Jeff, I found this useful information about X68000 FDD, take a look:

http://www.jcec.co.uk/fdc_detail.htm

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HxC working with X68000 !

Post by Jeff »

I Just got an x68000 and now i know how all the stuff works ;)

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Jeff wrote:I Just got an x68000 and now i know how all the stuff works ;)
Good news!What model of X6800 did you get?Could you explain better what did you understand about?Did you understand how the floppy signals works?

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HxC working with X68000 !

Post by Jeff »

caius wrote:
Jeff wrote:I Just got an x68000 and now i know how all the stuff works ;)
Good news!What model of X6800 did you get?Could you explain better what did you understand about?Did you understand how the floppy signals works?
Yes!

This is a part of the schematic of the X68000 XVI floppy interface :
https://hxc2001.com/floppy_drive_emulat ... ERFACE.gif

First thing: extra functions (eject/insert/led control..) are totaly separated from the others floppy signals.

-----------------------------------------------------------------------

Access/Write strobe :

/OPTION_SEL_X : "Chip select" for the extra functions of drive DSX (X: 0-3)

Input / functions signals :

/EJECT_FUNC : If this signal is low when OPTION_SEL_X is asserted, the disk will be ejected.
/LOCK_FUNC : If this signal is low when OPTION_SEL_X is asserted, the disk will be locked (eject button off). If this signal is high when OPTION_SEL_X is asserted the disk will be unlocked (eject button on).
/BLINK_FUNC : If this signal is low when OPTION_SEL_X is asserted, the LED blink. If this signal is high when OPTION_SEL_X is asserted, the LED stop blinking.

Output signals (drive status):

/DISK_IN_DRIVE : when OPTION_SEL_X is asserted : Low = a disk in the drive. High = No disk.
/INSERT_FAULT : when OPTION_SEL_X is asserted : Low = a disk insert failure occured . High = No problem. This status is cleared at the rising edge of OPTION_SEL_X.

Output signal (Interrupt line):

/INT : Interrupt line : This signal is activated at each disk status change (inserted/ejected). The interrupt is cleared at the rising edge of /OPTION_SEL_X. (Note : more than one drive can activate this line in the same time -> Softwares scan all disk drive at each /INT assertion).

Note 1: For proper operation all output should be able to drive 5/150=33mA since 150 ohms pull-up are used.
Note 2: The X68000 /OPTION_SEL_X assertion duration is ~2.5us per access. This can depend of the software, the CPU speed.
-----------------------------------------------------------------------

So to make the X68000 happy, these signals should be managed : /OPTION_SEL_X, /EJECT_FUNC, /DISK_IN_DRIVE, /INT

Some logic gates or a tiny PIC16F84A should do the trick ;).

Jeff

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Great work Jeff!So now you have all informations to implement full support (multi-disks games, soft eject, etc..) to X68000 in your wonderful floppy emulator?

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HxC working with X68000 !

Post by Jeff »

caius wrote:Great work Jeff!So now you have all informations to implement full support (multi-disks games, soft eject, etc..) to X68000 in your wonderful floppy emulator?
Yes, but this will need some extra hardware (a small board with a PIC16F84A for example) since there are no more GPIO free on the SD HxC.

In fact i am thinking to make a small board to manage/emulate extra functions for the HxC and all others disk drive (to hook an PC 1.44MB floppy disk drive to the x68000).

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Jeff wrote:
caius wrote:Great work Jeff!So now you have all informations to implement full support (multi-disks games, soft eject, etc..) to X68000 in your wonderful floppy emulator?
Yes, but this will need some extra hardware (a small board with a PIC16F84A for example) since there are no more GPIO free on the SD HxC.

In fact i am thinking to make a small board to manage/emulate extra functions for the HxC and all others disk drive (to hook an PC 1.44MB floppy disk drive to the x68000).
It would be a great thing if you could succeed in it! If you need betatesters, I'm here!

caius
Posts: 75
Joined: Sun Jan 30, 2011 12:22 am

Re: HxC working with X68000 !

Post by caius »

Hi Jeff,
just to let you know that full schematics of X68000 hardware are available here:

http://nfggames.com/X68000/Schematics/O ... chematics/

I think now we have all the info needed to implement 68000 extra-features on your HxC emulator, it would be very useful since, as we know, X68000 FDDs are notorious to fail sooner or later.Please, let me know what do you think about.

RadicalR
Posts: 1
Joined: Wed Dec 11, 2013 11:46 pm

Re: HxC working with X68000 !

Post by RadicalR »

I have an EXPERT machine.

Have the parts been made yet for the emulator to work with it yet?

Post Reply