Re: [hatari-devel] DSP question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] DSP question
- From: Miro Kropáček <miro.kropacek@xxxxxxxxx>
- Date: Tue, 26 Feb 2013 22:25:42 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tgvjUbFkYr+8cwy8rRerNrVc5DXwxjxCUWANTkAl9D8=; b=KuFfOsVZivOWL5jUy5l7j3LP+leu4wQgYITjKdWVCO/Ddr4eYUaubdLXpY1gvg8BFA 5jc1V1HDz4+pF/iNIlk3bc+UOY7jUUQIoULCX+vEQM3E78jdUOKpAdLCOKHZUSpRlw+9 EzhoJhjIr8pZ5izvUvgAbka8Sw0Pa5JsXDYkioUZfpb3+gOj3JGahoWvtye7ccrLZjSW askxT6mWHibhhkj7pb0zVD65eXyOMB9ZGZSc22mZkQ1LMQJTNoxXgba6sLl++p+I9fBQ O47m8GHklAJnO3LTp/XZSdkxmBMp9lp8mZ+E5Dxv0ifIzrFljkkllejsHIIwz2Ss/2RA Cu4A==
Btw, when I decided to dig up my notes about this "issue", I found also another notes of myself, maybe they will help you Laurent with the timing code?
---
writing to the DSP host port:
byte/word -> dsp is faster than byte/word -> st ram (both byte and word take the same amout of time)
long -> dsp is much slower than long -> st ram
reading from a memory location, from fastest to slowest:
(byte) DSP -> 030
(byte/word) ST RAM -> register
(word) DSP -> 030
(long) ST RAM -> register
(long) DSP -> 030
ST RAM:
reading from ST RAM is much slower than writing!
---
Very loosely translated :)
--
MiKRO / Mystic Bytes
http://mikro.atari.org