|
Atari coding BBS
Re: Synclock & Loading from floppy |
Posted by: evil
|
Nov,05.2012-21:38
|
About floppy + top border, no idea, don't think I've ever seen it. But hum, I wonder if I havn't seen hardsynced rasters while loading. Oh yes, the Stupendous demo loader. Check out this video: http://dhs.nu/video.php?ID=575 hardsync rasters, loading and digidrums.
About that animation player, I thought about it for a while.
1. It loads from cartridge port, with some sort of hardware mod
2. It uses direct access to the drive, no OS filesystem
3. Apparently reading from the disk is exactly as fast as reading from memory
It's very tight on CPU, 320*199 25 fps bitmap + 199 lines palette + audio. The calculation I come up with is something like;
* 1 scanline for hardsync + reading some audio
* 199 scanlines feeding palette registers directly from disk to registers + reading some audio in the free cycles
* 113 scanlines reading bitmap data to memory
The bitmap is the tricky part, 160*199/2 = 15920 bytes/vbl and to read that in only 113 scanlines. Hmm :) I guess it depends how the interface to the cartridge is working, perhaps it has a buffer so he can read it with movem.l.
In any case, this is not doable over ACSI which is DMA (like floppy), no realtime feeding of colour data directly to registers there. Then the question comes to how the heck to control the ACSI DMA to only work on scanlines 0-65 and 266-312.
I very much like the animation stuff he has going, but people read into it as something the STe can do just like that, and are awaiting a generic converter to run with their megafile or ultrasatan. That won't happen.
--
Anders Eriksson
ae@dhs.nu
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
Synclock & Loading from floppy
|
Defjam
|
Nov,05.2012-18:12
|
Re: Synclock & Loading from floppy
|
evil
|
Nov,05.2012-21:38
|
Re: Synclock & Loading from floppy
|
defjam
|
Nov,06.2012-16:00
|
Re: Synclock & Loading from floppy
|
calimero
|
Nov,06.2012-16:05
|
Re: Synclock & Loading from floppy
|
ggn
|
Nov,06.2012-20:28
|
Re: Synclock & Loading from floppy
|
CiH
|
Nov,05.2012-21:59
|
Re: Synclock & Loading from floppy
|
ggn
|
Nov,06.2012-08:34
|
Re: Synclock & Loading from floppy
|
Leonard
|
Nov,06.2012-03:12
|
Re: Synclock & Loading from floppy
|
Alien / ST-CNX
|
Nov,13.2012-05:59
|
Re: Synclock & Loading from floppy
|
Petari
|
Nov,13.2012-16:45
|
Re: Synclock & Loading from floppy
|
ggn
|
Nov,13.2012-19:13
|
Re: Synclock & Loading from floppy
|
mikro
|
Nov,13.2012-19:18
|
Re: Synclock & Loading from floppy
|
Petari
|
Nov,14.2012-11:49
|
Re: Synclock & Loading from floppy
|
Mr. Styckx
|
Nov,14.2012-16:37
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|