Jump to content

Rybags

Members
  • Content Count

    17,507
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Rybags


  1. The RPM test I was using is the speed test under main menu option 2.

    I feel it's not working because the both drives won't even read a sector for whatever reason.

     

    Another thought I had is to try and use a PC power supply, has anyone tried that before?


  2. I was using an ED disk that has games on it (and doesn't matter if it gets wiped).

     

    I have no such luxury of fresh formatted disk or a known unformatted one thanks to not having any operational drives.

    The motor speed test just sat there and returned nothing.


  3. Freddie just replaces a bunch of generic LS series ICs that were involved in memory selection (mostly Ras/Cas type stuff).

     

    It does a whole bunch of stuff in less space and probably less power consumption but doesn't really add any new features.

    It runs at ~ 14 MHz which gets divided down - NTSC uses ~ 3.59 MHz for video generation and that speed is also half a machine cycle which can provide the Ras/Cas transition.  Then 1.79 MHz for the CPU.

    But we still have memory refresh and Antic DMA like older machines.  In theory the XL/XE could probably have gotten away with less refresh cycles, like 5 per scanline instead of 9 but then you'd have gotten a small performance gain with the tradeoff that a whole bunch of software (mostly games) wouldn't work the same any more.

    • Like 3

  4. About 9.1 V AC coming from the PSU.  The 7812 seems normal with about 19.9 in and a little over 12 out.

     

    But the 7805... about 9.9 in and only 4.8 coming out - I assume using the screw that attaches it to the heatsinking point is OK as a ground point?

     

    Computer itself is fine - it boots up via SIO2SD as D1: and the 1050s are set to other IDs.


  5. No go with the diag disk - you have to have it on actual physical media to work it would seem.

     

    I'll see what I can do about getting some voltage readings - starting to suspect the PS as it seems unlikely both drives would fail with the same problem at the same time.


  6. I've got 2 x stock 1050s, both have had near perfect behaviour always, only needing a head clean once in a while (open up, swab with isopropyl).

     

    Today I've used them for the first time in probably 3 years, maybe a bit longer.

    I managed to get a directory on one of them after a few failed read attempts on other floppies, subsequent attempts fail.

    Tried various disks, likely they are all good.  Most kept in my bedroom, generally never high humidity but sometimes low and high temperatures.

     

    But the drives, seem to spin up fine and the seeking seems normal also.  But any attempt at a disk read gets the seek 0/reseek/retry thing and the usual Error 144.

    Even formatting fails - it does the high speed write and head step every ~ 1.5 seconds but the format fails eventually after retrying a couple of times.

     

    Visual inspection inside - the heads on one looked a bit dirty and both came up fine.  Very slight bulge on the big caps on one drive.  Each drive has a different mech by the looks - one has the felt pad that barely seperates off the head and the other has the one that can open up beyond 90 degrees.

     

    I've only got the single PS that I've used on both - though I guess I could try a 400 PS though I think it might be underrated for the task?

     

    But back to the issue - any ideas?  Speed, track 0 sensor, alignment?  Something else?


  7. I've got 2 x stock 1050s, both have had near perfect behaviour always, only needing a head clean once in a while (open up, swab with isopropyl).

     

    Today I've used them for the first time in probably 3 years, maybe a bit longer.

    I managed to get a directory on one of them after a few failed read attempts on other floppies, subsequent attempts fail.

    Tried various disks, likely they are all good.  Most kept in my bedroom, generally never high humidity but sometimes low and high temperatures.

     

    But the drives, seem to spin up fine and the seeking seems normal also.  But any attempt at a disk read gets the seek 0/reseek/retry thing and the usual Error 144.

    Even formatting fails - it does the high speed write and head step every ~ 1.5 seconds but the format fails eventually after retrying a couple of times.

     

    Visual inspection inside - the heads on one looked a bit dirty and both came up fine.  Very slight bulge on the big caps on one drive.  Each drive has a different mech by the looks - one has the felt pad that barely seperates off the head and the other has the one that can open up beyond 90 degrees.

     

    I've only got the single PS that I've used on both - though I guess I could try a 400 PS though I think it might be underrated for the task?


  8. The interrupt thing - maybe not such a big problem, just replicate the handlers in each bank.

    For me the obvious thing to have with a >16K OS would be a built in Dos with minimal Ram footprint.  And a decent monitor as well.  Just between those two you might be looking at most of the Rom space used (also noting you'd have to replicate the built in character sets and possibly the FP Rom portion).

    • Like 1

  9. Getting late here - I've made a quick and dirty bench that is almost spot on 30 seconds runtime on (emulated) BBC Model B.

    It makes a good baseline for comparison since it's supposedly (excactly?) 2 MHz without impediments of DMA and refresh stealing CPU cycles.

    I'll convert to run on Atari, C64 and Plus/4 tomorrow if I get time (unless someone wants to do so first).

    The BBC TIME variable is supposedly accurate enough, using proper timer hardware and not a 50 Hz video interrupt that's not really 50 Hz.

     

    Spoiler


       10 MODE 7
       20 FOR C=0 TO 2 STEP 2
       25 P%=&4000
       30 [OPT C
       40  LDX #&6C
       50  STX &71
       60  LDA #0
       70  STA &70
       80  TAX
       90 .LOOP  DEC &70
      100  BNE LOOP
      105  NOP
      106  NOP
      107  NOP
      108  NOP
      109  NOP
      110  DEX
      120  BNE LOOP
      130  DEC &71
      140  BNE LOOP
      150 .RET  RTS
      180 ]
      190 NEXT C
      200 CLS
      210 TIME=0
      220 CALL &4000
      230 T=TIME
      240 PRINT T/100
     

     

    • Like 1

  10. VBXE follows stock Atari video timings (which are also common to most consoles/computers of that era).

     

    For PAL you're actually getting a 312p signal instead of 625i - NTSC is 262p instead of 525i.

    When you hear references to 240p it's just the normal possible display area with the remaining lines usually being black.

     

    I've actually got a GBS8200 V4 which I've used with my VBXE and a normal monitor and it worked fine.

    As for other video converters, it's often a case of test it and see.


  11. My (somewhat older) version of WinRar managed 1681 bytes (and 1703 with a quick play with 7Zip)

    Though I suspect it'd be handicapped for smaller files somewhat with it's normal overheads and large dictionary size (I forced it to 64K which was the smallest available)

     

    I think for larger sizes the advantage on the Atari would vanish and probably go the other way.

     

×
×
  • Create New...