Welcome, Guest. Please login or register.


Author Topic: Interfaces - IDE, EPROM, ETHERNET (Read 11918 times)

Offline joolzg

  • Newbie
  • Posts: 4
Interfaces - IDE, EPROM, ETHERNET
« on: 2012.March.30. 13:43:01 »
I was looking at buy the drive interface on ebay but went a way bit out of my price range.

Found all the schems on the web and asked my design guy in work how hard would it be to build a board with Floppy, EPROM, ETHERNET and RAM for my Enterprise

So i was wondering if anybody is interested?

send me an email at joolz@rsd.tv with what you would like and i will collate and see if we can get something built.

joolz
« Last Edit: 2012.March.30. 14:04:45 by joolzg, Reason: added in ethernet »

Offline CiH

  • Newbie
  • Posts: 23
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #1 on: 2012.April.03. 23:58:42 »
I'm new here, but I have got a real E128 and E64.

I like the sound of new hardware. Not too sure if I want a box that does everything, at least not just yet, however there is one definite item on my 'wants' list for the Enterprise.

Disk interfaces are very rare and expensive on Ebay when they do go on sale, has anyone thought of something like this http://torlus.com/floppy/ for the Enterprise? I guess there would be two levels of needed hardware, one for those people already with floppy disk interfaces, and something else for those of us currently without, which needs to implement the interface as well.

I also have a long term interest in the Atari ST family, and I've got one of these which works rather well with SD-card storage - http://joo.kie.sk/ultrasatan/

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #2 on: 2012.April.04. 10:27:56 »
something like this http://torlus.com/floppy/ for the Enterprise?
This is only replace the floppy drive, the floppy controller also needed.

Offline lgb

  • EP addict
  • *
  • Posts: 3563
  • Country: hu
  • æðsta yfirmaður
    • http://lgb.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #3 on: 2012.April.04. 11:25:42 »
This is only replace the floppy drive, the floppy controller also needed.

Ok, what would happen if someone write a new EXDOS to handle stuffs like this? I like "old" computers but I hate floppies, etc, I would be more happy to have SD card and similar things as storage. Of course, some may be able to implement a complete emulation of the WD IC as well, or so, but it's quite complex task, I guess. As far as I can see, it's not so common on EP (or is it?) to have direct port level access from a user program, but through EXDOS. So, a modified EXDOS would be usable to solve this problem, or have I missed something with my idea? I've just have the feeling, that it's so easy to hook up an SD card for a microcontroller, and interface it with EP (or any other computer, including my other fav., C64), and no need to mess up with floppy disks, drives and other things becoming more and more rare (and unreliable ...). And faster as well, with bigger capacity, btw :)

I mean about the same theory as IDE for EP, it's not floppy drive compatible on hw level of course, but still, EP can access data on HDD (though I don't know if it causes problems for some softwares ...).
« Last Edit: 2012.April.04. 11:31:31 by lgb »

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #4 on: 2012.April.04. 11:49:29 »
For using SDCARD or anything else, not needed a EXDOS card! Only the EXDOS software!
EXDOS= Enterprise eXpandable Disk Operating System!

If you connect anyway anything to the Enterprise, just need to write the low level access routines, and make a EXDOS expansion which can handle Sector Read/Write access. That's all!

Some limitation: at the EXDOS birth time only the FAT12 standard exist, the EXDOS use this. This is limit a drive size to 65536 sectors. Bigger drives can be handled with partitons, this is task of the EXDOS expansion what you write.
(I working on EXDOS disassembly in the future will come FAT16 suported version...)

Current EXDOS ROMs can not started without the WD177x, because a little bug at the Floppy low level routines, is neverending waiting for the WD Ready state. But just write one 00h to the ROM, if you want to use without floppy hw.
(In the future will fix this, one version will work both with or without floppy hw.) 

Offline lgb

  • EP addict
  • *
  • Posts: 3563
  • Country: hu
  • æðsta yfirmaður
    • http://lgb.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #5 on: 2012.April.04. 12:29:03 »
For using SDCARD or anything else, not needed a EXDOS card! Only the EXDOS software!
EXDOS= Enterprise eXpandable Disk Operating System!

Ok, sorry, just naming the card EXDOS, and also the software can mislead some people like me, and since I don't have an EXDOS card, I was not sure about the situation. Thanks for the clarification.

Quote
If you connect anyway anything to the Enterprise, just need to write the low level access routines, and make a EXDOS expansion which can handle Sector Read/Write access. That's all!

Cool, it's easier than I thought. I am always surprised that EP stuffs are so "modular". Btw how can I do this, eg creating some kind of ROM which holds code for the low level stuffs?

Quote
Some limitation: at the EXDOS birth time only the FAT12 standard exist, the EXDOS use this. This is limit a drive size to 65536 sectors. Bigger drives can be handled with partitons, this is task of the EXDOS expansion what you write.
(I working on EXDOS disassembly in the future will come FAT16 suported version...)

Current EXDOS ROMs can not started without the WD177x, because a little bug at the Floppy low level routines, is neverending waiting for the WD Ready state. But just write one 00h to the ROM, if you want to use without floppy hw.
(In the future will fix this, one version will work both with or without floppy hw.) 

Cool; once again. :)

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #6 on: 2012.April.04. 12:56:58 »
Btw how can I do this, eg creating some kind of ROM which holds code for the low level stuffs?
Yes, needed to make a standard EXOS Extension ROM, which is answer for the EXDOS question 'who want to make a new drives?' :-)
Just give back how many drives and where is the low level routines. The EXDOS will sort out the drive letters, started from F:
Can be used more than one expansion, only barrier: Z is the last drive letter :-)

Offline Mobsie

  • Beginner
  • *
  • Posts: 27
  • Country: de
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #7 on: 2012.April.06. 17:18:48 »
Hello,

first of all Sorry for my bad english, i am from germany.

I think, maybe i am wrong, with the Software and The Cable CBM-MFT you can use the SD2IEC Interface.

Look at this thread: http://enterpriseforever.com/summaries_from_the_hungarian_topics/using_commodore_peripherals_with_enterprise-t262.0.html

I use the SD2IEC with my VIC-20 and is great.

So maybe we can use SDCARD with the Enterprise.

Mike

Offline lgb

  • EP addict
  • *
  • Posts: 3563
  • Country: hu
  • æðsta yfirmaður
    • http://lgb.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #8 on: 2012.April.06. 19:36:58 »
Hello,

first of all Sorry for my bad english, i am from germany.

Mine is not the best either, as I am from Hungary :-)

Quote
I think, maybe i am wrong, with the Software and The Cable CBM-MFT you can use the SD2IEC Interface.

Look at this thread: http://enterpriseforever.com/summaries_from_the_hungarian_topics/using_commodore_peripherals_with_enterprise-t262.0.html

I use the SD2IEC with my VIC-20 and is great.

So maybe we can use SDCARD with the Enterprise.

Mike


Yes, SD2IEC is a device which emulates some commands of the CBM-DOS and the IEC serial protocol used to interface with CBM machines and drives. However it's quite slow :( SD2IEC's firmware knows some turbo mode like JiffyDOS, but I don't think it would be too easy to port JiffyDOS' software to Enterprise [JiffyDOS is quite timing sensitive, eg even DTV has a modofied version which is aimed C64 compatibility, try to imagine then a ported version, with rewirtten into Z80 code, etc] :) Because it needs custom software in both of the drive (it's emulated by SD2IEC, ok), and the computer. So with some hw you mentioned before, it would work, but painfully slow, compared to the speed EP users are used with floppy disks. Afaik/Imho of course :)

I'm just thinking about "playing" with an SD reader for EP. EP has the advantage over CBM machines that its OS is quite full featured and extendable: on C64 a device like IDE64 needs major effort to write a modified KERNAL to be able to use it with some softwares at least. The other way is SD2IEC's way: emulate the interface and protocol on hw level, which is also not so easy, and though it's not a problem if you buy it (and not build/design/etc) but quite slow. In contrast, EP's EXDOS is very extendable and as far as I was told by "master Zozo" :) it's really easy to have a totally different block device and use as an EXDOS drive: basically you need only write the low level block read/write code for your quite simple hw (as you don't need to be "compatible" with anything just with your very own code) and it works as an original EXDOS card with disk drive, etc. Though I am in love with CBM machines, I have to admit that EP has very nice hw design (just compare C64's memory layout/banking with the elegant solution EP uses) and sw as well (extensible OS, no need to "hack" the original for new functions etc).

Afaik SD card can be handled with quite simple "bit banging", almost you can hook up it directly to EP, maybe it would be slow, and uC is need to interface SPI bus (which is basically SD cards are using). Anyway, I can imagine it's still faster than the standard IEC protocol ........

Offline Mobsie

  • Beginner
  • *
  • Posts: 27
  • Country: de
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #9 on: 2012.April.07. 11:00:34 »
Hi lgb,

very interesting.

I like to write Software, most games, for the EP. But with tape is not easy. and i have no assembler or other soft.

And fromt PC or Mac to Tape and then to EP is horror i think.

Is possible to rebuild the original floppy interface?

Best Regards
Mobsie

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #10 on: 2012.April.07. 11:09:14 »
Is possible to rebuild the original floppy interface?
I have some cards available, if you interested.

Offline Mobsie

  • Beginner
  • *
  • Posts: 27
  • Country: de
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #11 on: 2012.April.07. 14:11:31 »
Hello Zozosoft,

yes i am interested. I try to contact you a few days ago but i don't find your email address.

You can contact me at michael@obsieger or here for details.

Thank you

Mobsie

Offline Bagpuss22

  • EP fan
  • *
  • Posts: 167
  • Country: gb
Re: Interfaces - IDE, EPROM, ETHERNET
« Reply #12 on: 2012.April.26. 10:36:21 »
Hi Zozo,

I am still after a Floppy interface and Spectrum Emulator, if there are any going.

I have found an Emulator on Ebay but we will see what kind of price this gets to.

 :???:

Russ