Groups | Search | Server Info | Login | Register


Groups > comp.emulators.apple2 > #2056

Re: The MoDapple Thread was Re: An emulator concept...

Path csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From Steve Nickolas <usotsuki@buric.co>
Newsgroups comp.emulators.apple2
Subject Re: The MoDapple Thread was Re: An emulator concept...
Date Wed, 2 Nov 2016 01:34:49 -0400
Organization A noiseless patient Spider
Lines 25
Message-ID <alpine.BSF.2.02.1611020116350.84524@frieza.hoshinet.org> (permalink)
References <alpine.BSF.2.02.1610290447250.55520@frieza.hoshinet.org> <alpine.BSF.2.02.1610300429170.38560@frieza.hoshinet.org> <nv4oq6$sqt$1@dont-email.me> <alpine.BSF.2.02.1610301124070.62896@frieza.hoshinet.org> <alpine.BSF.2.02.1610301131430.63373@frieza.hoshinet.org> <nv56jg$vnn$1@dont-email.me> <alpine.BSF.2.02.1610301556580.78572@frieza.hoshinet.org> <alpine.BSF.2.02.1610301707590.83202@frieza.hoshinet.org> <nv6j1h$l5$1@dont-email.me> <nv6k97$4en$1@dont-email.me> <nv6lvo$9oi$1@dont-email.me> <nv6n8s$cod$1@dont-email.me> <alpine.BSF.2.02.1610310315590.19850@frieza.hoshinet.org> <alpine.BSF.2.02.1610310506250.26538@frieza.hoshinet.org> <alpine.BSF.2.02.1610310849210.39882@frieza.hoshinet.org> <alpine.BSF.2.02.1611010004001.94907@frieza.hoshinet.org> <alpine.BSF.2.02.1611010828280.24546@frieza.hoshinet.org> <nvan0a$vuv$1@dont-email.me> <alpine.BSF.2.02.1611011530590.50062@frieza.hoshinet.org> <alpine.BSF.2.02.1611012304090.76457@frieza.hoshinet.org>
Mime-Version 1.0
Content-Type TEXT/PLAIN; charset=US-ASCII; format=flowed
Injection-Info mx02.eternal-september.org; posting-host="d3616cfc8db35061797e6fd1fbd5ace7"; logging-data="18546"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/jmabGOEcCGKLUriG4dSvr1as1VuiQjMQ="
User-Agent Alpine 2.02 (BSF 1266 2009-07-14)
In-Reply-To <alpine.BSF.2.02.1611012304090.76457@frieza.hoshinet.org>
Cancel-Lock sha1:zOB8sx+YEVLVxPSTGAx+vA0xe58=
X-X-Sender nicci@frieza.hoshinet.org
Xref csiph.com comp.emulators.apple2:2056

Show key headers only | View raw


One may notice the SDL GR mode looks like hell.  I think my interpretation 
of how to align the "stripes" is slightly incorrect.

At any rate...the SDL mode is monochrome.  I'm working on a way to make it 
color by *overlaying* the color on the monochrome image - so since 
release, I now keep an array of what the screen looks like from my 
perspective, updated when I draw to the buffer.  (It's 640x480.)  The idea 
is that at a certain point, this buffer should then be scanned and 
translated from monochrome to color.  And that's where I'm having the 
first stage of trouble.

What I have is currently a buffer of 640 bytes, which I will optimize down 
to 80 later.  (Only 561 are used.)  Every time an pixel on a line is drawn 
to, the SDL buffer is updated, the *internal* buffer is updated, and the 
line is flagged; the line will be updated when the "beam" reaches it, if 
it is flagged.  (The first part of this code is in the existing ll_pset() 
and the last is near the top of intsdl_ttyloop().)  What I'm having 
trouble with, and the function I would need, would be one to take a row of 
640 pixels which are either on or off, and colorize/blur it, keeping it 
640 pixels.  (Additionally, I'd need to correct the calculation of "mask" 
in gputc().)

All of this is in md_ttysdl.c.

-uso.

Back to comp.emulators.apple2 | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 04:51 -0400
  Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-29 11:17 -0400
    Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 14:03 -0400
      Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-29 15:23 -0400
        Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 16:49 -0400
          Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-29 17:04 -0400
            Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 18:42 -0400
              Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-29 19:37 -0400
              Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 19:42 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-29 23:51 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 04:34 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 06:49 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-30 07:22 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 08:16 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-30 08:24 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 11:25 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 11:33 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-30 12:20 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 16:00 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-30 16:15 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-30 17:08 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-31 00:58 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-31 01:19 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-31 01:49 -0400
                Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-10-31 02:10 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-31 03:16 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-31 05:14 -0400
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-31 08:58 -0400
                The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-01 00:09 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-01 08:34 -0400
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-01 14:30 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-01 15:32 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-01 23:08 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 01:34 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 04:10 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 06:54 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 07:49 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 07:57 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-02 08:56 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-03 02:21 -0400
                Re: The MoDapple Thread was Re: An emulator concept... mverpelli@libero.it - 2016-11-03 00:22 -0700
                Re: The MoDapple Thread was Re: An emulator concept... Michael J. Mahon <mjmahon@aol.com> - 2016-11-03 15:33 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-03 08:05 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-03 20:07 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-04 12:41 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-04 17:16 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-05 01:57 -0400
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-06 05:43 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-06 13:09 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-06 13:26 -0500
                *incoherent screaming* Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-07 01:20 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-07 05:55 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 11:13 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 11:12 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 14:45 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 12:07 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 15:34 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 15:41 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 16:50 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 21:24 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 18:43 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 00:59 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 05:23 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 15:07 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 12:10 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 15:57 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 15:42 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 19:03 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-09 19:17 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-09 16:55 -0800
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-10 11:44 -0500
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-10 11:48 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 11:52 -0500
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-10 13:00 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 13:11 -0500
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-10 13:48 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 15:14 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 09:29 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 15:20 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 22:44 -0500
                Re: The MoDapple Thread was Re: An emulator concept... awanderin <awanderin@gmail.com> - 2016-11-10 22:56 -0700
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-11 09:26 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-12 11:29 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-12 18:53 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-13 16:54 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-14 14:09 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-14 20:39 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-15 01:48 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-15 14:12 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-15 15:44 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-15 17:22 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-16 10:08 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-16 14:04 -0500
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-16 15:57 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-16 16:23 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-16 19:16 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-17 08:33 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-11-17 10:24 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-17 13:50 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-17 15:43 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-18 14:27 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-19 08:44 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-19 12:30 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Ernie Soffronoff <ernie.s@gmail.com> - 2016-11-19 11:17 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-19 14:47 -0500
                Re: The MoDapple Thread was Re: An emulator concept... mmphosis <mmphosis@macgui.com> - 2016-11-19 20:38 +0000
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-19 17:08 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Ernie Soffronoff <ernie.s@gmail.com> - 2016-11-21 05:46 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-21 10:26 -0500
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Buckels" <bbuckels@mts.net> - 2016-11-21 19:20 -0600
                Re: The MoDapple Thread was Re: An emulator concept... "Bill Garber" <willy46pa@comcast.net> - 2016-11-22 01:06 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-22 01:37 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-22 02:31 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-22 07:45 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Antoine Vignau <antoine.vignau@laposte.net> - 2016-11-22 13:51 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-22 17:10 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-23 21:36 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-24 19:57 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-25 00:30 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-25 02:29 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-25 10:46 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-26 15:45 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-26 20:25 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-26 23:24 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-27 06:46 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-29 18:51 -0500
                Re: The MoDapple Thread was Re: An emulator concept... BLuRry <brendan.robert@gmail.com> - 2016-11-30 20:09 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-30 23:38 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-01 06:27 -0800
                Re: The MoDapple Thread was Re: An emulator concept... David Schmidt <schmidtd@my-deja.com> - 2016-12-01 09:47 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-01 06:53 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-01 10:28 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-01 07:40 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-01 11:22 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-01 08:35 -0800
                Re: The MoDapple Thread was Re: An emulator concept... BLuRry <brendan.robert@gmail.com> - 2016-12-01 15:14 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-01 19:00 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-01 19:01 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Michael J. Mahon <mjmahon@aol.com> - 2016-12-02 03:15 -0600
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-02 05:10 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Michael J. Mahon <mjmahon@aol.com> - 2016-12-02 15:03 -0600
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-01 01:45 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-02 01:56 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Peter Ferrie <peter.ferrie@gmail.com> - 2016-12-02 08:52 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-02 15:20 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-02 17:25 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-02 16:46 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-02 19:53 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-03 05:36 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-03 05:49 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-04 23:11 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Zellyn <zellyn@gmail.com> - 2016-12-05 10:48 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Antoine Vignau <antoine.vignau@laposte.net> - 2016-12-08 21:46 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-09 02:37 -0500
                Re: The MoDapple Thread was Re: An emulator concept... Antoine Vignau <antoine.vignau@laposte.net> - 2016-12-09 23:41 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-12-10 03:02 -0500
                Re: The MoDapple Thread was Re: An emulator concept... BLuRry <brendan.robert@gmail.com> - 2016-11-10 06:37 -0800
                Re: The MoDapple Thread was Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-11-10 09:47 -0500
                Re: An emulator concept... Steve Nickolas <usotsuki@buric.co> - 2016-10-31 03:15 -0400
                Re: An emulator concept... "johnsonlam.hk" <johnsonlam.hk@gmail.com> - 2016-11-16 17:38 -0800
  An emulator concept... Zellyn <zellyn@gmail.com> - 2016-10-29 18:22 -0700
  Re: An emulator concept... ol.sc@web.de (Oliver Schmidt) - 2016-11-05 14:00 +0000
    Re: An emulator concept... BLuRry <brendan.robert@gmail.com> - 2016-11-13 18:39 -0800

csiph-web