MSX DC-600 Talent TDC-600 FDD interface clone.

แชร์
ฝัง

ความคิดเห็น • 13

  • @franciscoalvesdeoliveiraal6681
    @franciscoalvesdeoliveiraal6681 ปีที่แล้ว

    Brasil São Paulo guanhanaze parabéns pelo equipamento

  • @mrkitty777
    @mrkitty777 2 ปีที่แล้ว

    The math behind projecting 3d images of cubes is actually very simple. The cos, sin are precalculated and put in memory though. The z80 doesn't do and even modern cpu doesn't do cosinus and sinus fast at all. But they made it work, multiplying matrix with coordinates of the cube points and find the 3d cube points to 2d x,y points on screen.

  • @gametech6940
    @gametech6940 9 หลายเดือนก่อน

    Congratulations by the excellent work! I have a question: can I use the Microsol rom to record the eprom? Thanks!

    • @skotii
      @skotii  9 หลายเดือนก่อน

      No. For Microsol use port based interface github.com/konkotgit/fdd-cdx2

  • @gatpakoo
    @gatpakoo ปีที่แล้ว

    Hi!!
    I successfully assembled a floppy disk interface DC-600.
    I connected to OMEGA and connected GoteK flash floppy to run the game.
    However, while reading the file, it freezes on a black screen. (But interestingly, some games are running well. YS1, aleste2, etc.... )
    Gotek Floppy Action LED is on but OMEGA is stopped.
    Some games have a start screen, but will stop after a while.(FireHawk, Ultima4, PsychoWold..etc) Is it an MY Omega problem?
    Or is it a My DC-600 issue?
    The DC-600 was tested by assembling two different production years WD37C65. ('86 '87)

  • @marlosrobert
    @marlosrobert ปีที่แล้ว

    Good job!!!! Amazing!!! Is it works acessing ports ou memory?

    • @skotii
      @skotii  ปีที่แล้ว +1

      Memory. Port based interface is here github.com/konkotgit/fdd-cdx2

    • @marlosrobert
      @marlosrobert ปีที่แล้ว

      @@skotii ok, but this port based clone interface works on a one chip msx?

    • @skotii
      @skotii  ปีที่แล้ว +1

      @@marlosrobert It has been tested on some real MSX1 and MSX2 machines. It should work, but I can't guarantee it.

  • @alexshakhnovich8072
    @alexshakhnovich8072 ปีที่แล้ว

    Should I start with an MSX-DOS disk in drive A:? Where can I get the disk image? Thanks

    • @skotii
      @skotii  ปีที่แล้ว

      You don't need an MSX-DOS floppy disk to test the interface. Make sure your floppy disk drive supports DS/DD. Use a DS/DD floppy disk and try formatting. You can use a DS/HD floppy disk with a covered hole, but I don't recommend it. To format the disk, use the command "call format" from MSX Basic.

    • @alexshakhnovich8072
      @alexshakhnovich8072 ปีที่แล้ว

      @@skotii In your video computer boots to MSX-DOS. Does it load the OS from floppy or from ROM? I built both CDX-2 and TDC-600 and so far cannot make them work with Omega MSX computer. When I try any of the interfaces, they boot to regular MSX Basic. Should a disk version of Basic be loaded instead? If I type 'call format' I get a syntax error message. How should it start if there is no disk in a: or b: ?

    • @TitoCarl0
      @TitoCarl0 หลายเดือนก่อน

      @@alexshakhnovich8072did you solve your problem?