Jump to content
IGNORED

TURBO CARD for XE ATARI


lotharek

Recommended Posts

Possible interest here... but I've got 800XL, Ultimate 1 Meg, VBXE and IDE+2 so it's a crowded system.

 

Re colour stuff - the strength there could be just plugging new values into registers more quickly.

Think GTIA paletted mode with much lesser limitations on colour changes, 160x multicolour with all registers changable multiple times per line. If the block move works well then all the better.

Rastaconverter could go on steroids, faster CPU means stuff like PM reuse becomes feasible.

Edited by Rybags
  • Like 2
Link to comment
Share on other sites

In high speed mode, should be close to 4x the processing power of an ST. Since you need about 5 times the processing power to emulate a different processor, you should be able to emulate an ST with an 8 bit.

These estimates look pretty optimistic. Motorola's 68k 32-bit move.l (a0),(a1) takes 20 clock cycles, and 65C816 identical indirect move takes, say, 31 clock cycles:

 

lda [zp1] ;7 clocks
sta [zp2] ;7 clocks
ldy #$0002 ;3 clocks
lda [zp1],y ;7 clocks
sta [zp2],y ;7 clocks
(note that what I am aiming at is the exact equivalent, you surely can save few cycles if the move does not exceed a 64k segment)

 

This still makes a 20 MHz 65C816 faster than an 8 MHz m68k, but certainly not at a factor of 4, just ~1.6.

Edited by drac030
  • Like 2
Link to comment
Share on other sites

Hi Drac. International forum so I'm not sure we share lexicons.

 

"Kind of a pipe dream though"

 

I believe this came from Lewis Carol's "Through the Looking Glass/Alice in Wonderland." The reference infers: If I had been smoking opium/hashish and was not of my right mind. :)

 

Still, I think the '816 system as described should compare very favorably with an ST/Amiga/'286 PC/Mac.

 

Most of the sieve programs I recall => ST 3-7 times faster then an 8 bit. Ditto for the other computers I mentioned. 20 MHz/1.79 MHz => 11X the speed of a stock 8 bit plus the improved instruction set should be able execute mixed instructions at a pretty good clip. I'll concede working on and with 16 bit values, the ST and the others mentioned should/would compare favorably since that its strong suit.

Link to comment
Share on other sites

I remember when the C64 Super CPU (20 MHz) came out. A Commodore mag editor speculated that the Super CPU would be faster than a Pentium! I thought, "dream on..." He came back to reality when some folks laid some numbers on him.

 

But the great increase in cpu speed might allow nice programs to be written in a high level language and still perform similarly to ML on a 1.79 system. That should allow for easier development. Perhaps this new cross-compiler language might have come at just the right time. (Can't remember the name right now.)

 

-Larry

Link to comment
Share on other sites

I remember when the C64 Super CPU (20 MHz) came out. A Commodore mag editor speculated that the Super CPU would be faster than a Pentium! I thought, "dream on..." He came back to reality when some folks laid some numbers on him.

 

I don't think a 65816 could keep up with a Pentium if you clocked it at 200MHz. A 286 maybe. Maybe a 386SX/16.

 

But the great increase in cpu speed might allow nice programs to be written in a high level language and still perform similarly to ML on a 1.79 system. That should allow for easier development. Perhaps this new cross-compiler language might have come at just the right time. (Can't remember the name right now.)

 

The problem is that the user base would be so small for such software because it would run like crap on a stock Atari.

Link to comment
Share on other sites

 

The problem is that the user base would be so small for such software because it would run like crap on a stock Atari.

 

 

Yes, probably true -- depends if the accelerator idea takes off. It's the "chicken or egg" thing. I wonder if much "special software" was written for the C64 Super CPU? But they've had their own problems since the original developer went out of business. But still, you should see BASIC fly at 14 MHz. The ABC compiler really is snappy, even at 7 MHz. The MyIDE's (soft OS) really shine with an accelerator.

 

-Larry

Link to comment
Share on other sites

Just because you can do something doesn't mean you should do it. :)

http://www.bit-tech.net/news/hardware/2012/03/30/linux-atmel-microcontrollers/1

 

"Curiously enough, once booted, the system is somewhat usable,' Grinberg claims in defense of the design. 'You can type a command and get a reply within a minute."

Emulated an ARM so he could run Linux on an AVR. I have a wide assortment of older/low end hardware. Sometimes running applications I can't tell if the system has crashed or is just slow. I think there was a cautionary tale about something like this. DEC PDP-8<or older?> software that was run via emulation on each succeeding model. The final incarnation ran slower on a VAX then the original did on the original PDP-8.

 

Still, there are some programs that ran OK on a 10 MHz XT that I would probably use if they were available. Pools of Radiance comes to mind. I believe it was originally written in Turbo Pascal on the MS DOS version so Larry's comment about high level languages being available would hold true if there was a way of getting a hold of the original source code. It also came out for the Apple, Nintendo, C64, essentially everything that didn't have Atari on it. Pipe dream.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...

I've already got a couple of 7 MHz accelerators, that really "make things happen" and I probably need 20 MHz like another hole in the head. But what the heck, it is neat and I'm eager to see its strengths and weaknesses (at least as I perceive them). Since it is compatible with the Ultimate and IDE+2, that's a big plus, already. None of the external PBI ram upgrades work even at 7 MHz, so I'm not anticipating that they will work with Rapidus. Hopefully the MyIDE-II will run well.

 

-Larry

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...