Welcome, Guest. Please login or register.

Author Topic: A Brand new Floppy Emulator  (Read 4080 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Jeff_HxC

  • Jr. Member
  • **
  • Join Date: Apr 2006
  • Posts: 69
    • Show all replies
    • http://hxc2001.free.fr
Re: A Brand new Floppy Emulator
« on: June 23, 2008, 11:04:09 PM »
Yet an another Floppy Emulator !?! This one seems similar to the sdiskemul (http://atariamiga.free.fr/installation_sdiskemul_amiga600.php)
!

Quote

alexh wrote:
I was just curious as to why it was composite output and not RGBS? Does the atmega32 have composite out?


Maybe because in this case you need only 2 wires (gnd + video) ?
 

Offline Jeff_HxC

  • Jr. Member
  • **
  • Join Date: Apr 2006
  • Posts: 69
    • Show all replies
    • http://hxc2001.free.fr
Re: A Brand new Floppy Emulator
« Reply #1 on: June 23, 2008, 11:14:57 PM »
Quote

alexh wrote:
I'd like to see what horsepower you need to generate a composite video signal using only a micro controller and one I/O!


It's not too hard : the composite video is only black and white.
Now it's "easy" to do some video output with an modern uC.

look at this demo :
http://pouet.net/prod.php?which=50141
;-)


 

Offline Jeff_HxC

  • Jr. Member
  • **
  • Join Date: Apr 2006
  • Posts: 69
    • Show all replies
    • http://hxc2001.free.fr
Re: A Brand new Floppy Emulator
« Reply #2 on: June 23, 2008, 11:18:34 PM »
Quote
B&W might be easier.. but we're still taking reasonable amounts of CPU power to time everything to 27MHz.


Yes it's B&W ! Additionnaly 27Mhz is too much to display an 320*200 picture !
An 10Mips uC is enough (look at the sdiskemul!).
 
 

Offline Jeff_HxC

  • Jr. Member
  • **
  • Join Date: Apr 2006
  • Posts: 69
    • Show all replies
    • http://hxc2001.free.fr
Re: A Brand new Floppy Emulator
« Reply #3 on: June 23, 2008, 11:19:41 PM »
Quote

alexh wrote:
Generating the CSYNC timing marks and Luma & Chroma modulated data using nothing but the CPU and a timer?

You sure?? Cool.


I said B&W ;-)
 

Offline Jeff_HxC

  • Jr. Member
  • **
  • Join Date: Apr 2006
  • Posts: 69
    • Show all replies
    • http://hxc2001.free.fr
Re: A Brand new Floppy Emulator
« Reply #4 on: June 23, 2008, 11:26:19 PM »
Oh you are talking about the Craft Demo. Yes it's an RGB design (impossible to do PAL signal without an true composite output with an simple uC).