X-Received: by 10.200.24.38 with SMTP id q35mr3258623qtj.103.1504433162708; Sun, 03 Sep 2017 03:06:02 -0700 (PDT) X-Received: by 10.36.137.84 with SMTP id s81mr112813itd.4.1504433162667; Sun, 03 Sep 2017 03:06:02 -0700 (PDT) Path: csiph.com!feeder.erje.net!2.us.feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v20no1418431qtg.0!news-out.google.com!80ni2404itk.0!nntp.google.com!127no567280itw.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.emulators.apple2 Date: Sun, 3 Sep 2017 03:06:02 -0700 (PDT) In-Reply-To: <93d0ce6b-1e3d-4540-8d46-8bdd36acd72d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.169.171.129; posting-account=kYDfNQoAAACXd0UF3Whu3EsoLtXeizJV NNTP-Posting-Host: 73.169.171.129 References: <7b4076b9-07ba-4a91-a817-e01c8a1cc89d@googlegroups.com> <73aca544-d517-48ff-8f60-633a5e55afec@googlegroups.com> <93d0ce6b-1e3d-4540-8d46-8bdd36acd72d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <223b7f02-9a67-4e86-ac15-ed07cd4da79f@googlegroups.com> Subject: Re: Jace updates From: John Public Injection-Date: Sun, 03 Sep 2017 10:06:02 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 51 Xref: csiph.com comp.emulators.apple2:2526 On Sunday, September 3, 2017 at 3:03:56 AM UTC-7, John Public wrote: > On Saturday, September 2, 2017 at 2:24:51 PM UTC-7, Steve Nickolas wrote: > > On Sat, 2 Sep 2017, John Public wrote: > > > > > On Monday, February 20, 2017 at 3:18:48 PM UTC-8, Steve Nickolas wrote: > > >> On Mon, 20 Feb 2017, John Public wrote: > > >> > > >>> Blurry, I don't need stdout. it goes too fast for me to read anyway. > > >>> There was a way to write a 6502 trace to disk and I don't remember what it was. > > >>> It wrote something like this if I remember right > > >>> A X Y SP > > >>> 00 FF 00 01FF 1800 A2 FF LDX #$FF > > >>> > > >>> I don't remember and that's what's frustrating me right now. > > >>> I want to dump a trace file to disk as ddial is running. > > >>> > > >> > > >> Well, stdout can be redirected, that's what > is for (both on Windows and > > >> *x). > > >> > > >> -uso. > > > > > > I still can't remember the command to do it. I need to write a trace to disk steve, having it scroll by at warp 9 does nothing for me. > > > > > > > Add ">filename.ext" to the end of the command line? > > > > -uso. > > Steve, if it were that simple, I wouldn't be on here asking. > Here is the output: > > Maximum output lines: -1 > Allocated output lines: 0 > Getting source line from Primary Sound Driver, version Unknown Version: PCM_SIGNED 48000.0 Hz, 16 bit, stereo, 4 bytes/frame, big-endian > Set property Computer (Apple //e).card6 to disk > Set property Disk ][ Controller (slot 6).disk1 to c:\ddial\ddial.dsk Oh, and Steve..... This is from an earlier message. BlUrRy, For the life of me, I can't remember how to do it. I haven't anything in the documentation either. I tried this: C:\Progra~1\Java\jre1.8.0_141\bin\java -jar jace.jar -cpu.trace -computer.debugrom -computer.s6card disk -s6.d1 C:\DDIAL\DDIAL.DSK and I do see a trace running in the dos window. I've tried using >ddial.txt to send the output to disk but it doesn't work. Also, CTRL-SHIFT-D does nothing. Any advice?