Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!portal!atari!apratt From: apratt@atari.UUCP (Allan Pratt) Newsgroups: comp.sys.atari.st Subject: Re: tos 1.4 problem? Message-ID: <1836@atari.UUCP> Date: 29 Nov 89 20:37:04 GMT References: <1214@electro.UUCP> Organization: Atari Corp., Sunnyvale CA Lines: 11 ignac@electro.UUCP (Ignac Kolenko) writes: > Fwrite (wHandle, 0x20000L, (char *)0xC00000L); Sorry, guy, the ST can only DMA from ST memory. You can't do DMA from ROM, either. You'll have to copy from the special memory to real memory, then write that to disk. If you're using Fwrite it can't be that time critical... ============================================ Opinions expressed above do not necessarily -- Allan Pratt, Atari Corp. reflect those of Atari Corp. or anyone else. ...ames!atari!apratt