Hi Andy,
The current implementation is using websockify to convert tcp
port 2222 to a websocket.
For your setup, you will need a websocket to serial gateway.
May be https://github.com/tekartik/serial_wss will do the job.
But there is some integration work, and some docker image
modifications to be done.
Frederic.
http://blog.f1oat.org
Oscar, thank you for the feedback.
I will update the recipe accordingly.
On SIMH side, the Spacewar! code is using TTY peripheral for
pixels transmission, which is not fully realistic with VR14.
So, I am now considering SIMH update to emulate the VC8E 605x IOT
instructions
(http://homepage.divms.uiowa.edu/~jones/pdp8/man/vc8e.html).
After this modification, we should be able to run original
graphical applications with full binary compatibility.
Best regards.
Frederic
http://blog.f1oat.org
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/a6a688c9-c0be-450a-bb8f-ac584ca3da23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Oscar, thank you for the feedback.
I will update the recipe accordingly.On SIMH side, the Spacewar! code is using TTY peripheral for pixels transmission, which is not fully realistic with VR14.
So, I am now considering SIMH update to emulate the VC8E 605x IOT instructions (http://homepage.divms.uiowa.edu/~jones/pdp8/man/vc8e.html).
After this modification, we should be able to run original graphical applications with full binary compatibility.Best regards.
Frederic
http://blog.f1oat.orgOn 2019-03-21 06:57, Obsolescence wrote:
--Frederic,
It works here! Great idea to use Norbert Landsteiner's CRT emulation.
I tested your recipe on my PiDP with a Pi Zero, my old software version and the most recent Raspbian.
I found that the latest Docker will crash on older Pi's due to some bug (https://github.com/docker/for-linux/issues/149)
but
sudo apt-get install docker-ce=18.06.1~ce~3-0~raspbian
got me the latest working version. The other steps of your recipe then worked as described.
Thanks!
Kind regards,
Oscar.
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+unsubscribe@googlegroups.com.
Hello Ian,
Yes, the CRT emulation is handled by my own separate web
application.
I have used spacewar_on_hdmi.zip as reference to understand the
protocol on tcp/2222.
I plan to add a configuration option in pdp8_vc8.c so that we can switch between integrated CRT or remote tcp/2222 CRT.
Best regards.
Frederic
Dear Frederic,
Thanks for your note. If you are planning on using the ttx/TCP route, this rather implies a separate app for the display. As you will have gathered from the code, the interface and VC8 display system is integrated into simh and the IOTs directly write to the screen via display_point in sim_vc8.c.Am I correct in think that you want a remote display rather than via the HDMI interface in your PiDP8I? If so, I have attached a file that I think came from Warren and written by Anthony Starks which is worth a look.
Hope this helps, regards, Ian.
On Wednesday, March 27, 2019 at 10:48:26 PM UTC, Frederic Rible wrote:Ian, thank you for the source code.
I am analyzing how tcp/2222 feature could be implemented as an
additional mode, without breaking your implementation.
I can see VC8_SOCK and VC8_X11 flags defined, but not used.
I am wondering if they have been defined for future display mode
switching, like the one I have to implement?
Best regards.
Frederic.
On 2019-03-26 18:06, Ian Schofield wrote:
> Dear Frederic,
>
> No problem. Here is the link to the zip file. This is the entire simh
> system which is coverity checked etc and verified for Linux,Windows
> and MacOS. You may be able to use the code in pdp8_vc8.c which is the
> simh handler for this device. You can adjust this to create a socket
> to send/receive data.
> Hope it works.
>
> Regards, Ian.
>
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/29a7c088-34bc-41c5-8e2c-229b9a46cecf%40googlegroups.com.
Great motivation for my project!
I am analyzing how I can merge Ian's code with PiDP-8 code, and
then add the tcp/2222 support.
Any recommendation is welcome: I am not yet very familiar with
fossil capabilities and workflow for efficient merging.
Best regards.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/26d36a3e-10f5-448d-be8d-dd88f2db5d6b%40googlegroups.com.
Good news: I have integrated Ian's VC8 code within PiDP-8.
I am testing with remote X11 display for now.
Should work also with RPi framebuffer and HDMI output.
Few seconds after "set vc8 enable" command, I can see a new window
coming on my X11 terminal.
Now, I need to learn how to compile pdp8life for testing the
display!
Below, screenshot of the session.
Frederic.

Hello Ian,
Yes, I am using the latest Warrens' software, coming from the
fossil repository.
Testing software will be helpful.
Best regards.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/58796f78-cf18-4a90-b3fb-96b5d52ff051%40googlegroups.com.
If Warren would consider this being included in the current PiDP8I build, not a problem.
Hello,
For those who want to test, here is a first working version:
https://www.dropbox.com/s/jp83vh8dg47z5uy/pidp8i-vc8e-2019-04-16.tgz?dl=0
tar xvzf pidp8i-vc8e-2019-04-16.tgz
cd pidp8i
sudo apt-get install libncurses-dev
sudo apt-get install fossil
rm .fslckout
sudo apt install python-pexpect
sudo apt install python-pkg-resources
sudo apt-get install libsdl2-dev
./configure
make
sudo make install
Hello Ian,
Yes, I am using the latest Warren's software, coming from the fossil repository.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/1f94ecff-e2e2-8df9-f090-9b4413c476b1%40rible.com.
With Oscar's firmware, here is the compilation recipe:
Oscar, that looks like we have tested successfully with 3
different firmware:
- tangentsoft firmware (this is my development platform)
- old pidp8_201804.zip (test I have done few days ago on a RPi
Zero, the recipe is coming from there)
- yourself with Ian's firmware (I do not have the URL for this
one)
So, the recipe seems ok for all these 3 firmware!
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/CAJAwMc2Y7osoM0UjjvGqk_o3wJZLo9ZRp8stGRjVGV4HoLfYpQ%40mail.gmail.com.
sudo apt-get install fossil
rm .fslckout
Looks like I will need to extract Ian's CRT refresh routines in a separate file to remain compatible with upstream.

I could write chapter and verse on why most of these assumptions are wrong, but cutting to your chase:
What system are you trying to run this on. SIMH does not support the PROGRAMMABLE clock, does it. Please correct me if I am wrong, but to my knowledge, it has the so-called line clock, DK8E-A, not DK8EP.
POLY SPACEWAR is from 1969.
The input was either to the top 4 and bottom 4 front panel switches which is cramped for "non-symmetric" players
The original version loads into all but the last page, but running it wipes out the operating system. A later version eliminates that by shaving an entire page by eliminating 4/5 of the sin/cos lookup table.
We also built the POLY MUSIC REGISTER to create nice sound effects. We had so many crowds, we had to lock people out of the room so we could get our own work done!
Charles,
On Tue, 23 Apr 2019 at 01:57, clasystems <clasy...@gmail.com> wrote:I could write chapter and verse on why most of these assumptions are wrong, but cutting to your chase:
What system are you trying to run this on. SIMH does not support the PROGRAMMABLE clock, does it. Please correct me if I am wrong, but to my knowledge, it has the so-called line clock, DK8E-A, not DK8EP.
Indeed... that is the answer.
Bummer - I was just about to try out BASIC/RT, but that too will expect the DK8EP for at least some of its features.
I actually soldered my spacewar controller switches straight on the back of the SR switches - so for me that will work.
The original version loads into all but the last page, but running it wipes out the operating system. A later version eliminates that by shaving an entire page by eliminating 4/5 of the sin/cos lookup table.
The version I found is attached.
We also built the POLY MUSIC REGISTER to create nice sound effects. We had so many crowds, we had to lock people out of the room so we could get our own work done!More things to replicate ;)
Thank you! I will continue tomorrow with this version of spacewar, and see if BASIC/RT will talk to the display.
Kind regards,Oscar.
Warren, thank you for the recommendations.
Actually, the "rm .fslckout" was only a quick and dirty fix to
achieve compilation when I downloaded the tarball on a brand new
RPi Zero.
I am keeping this file on my dev machine, and I am now finalizing
merge with your last commits.
When done, I will analyze how I can modify my patch for SIMH
upstream.
Best regards.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/a2f1907f-91cb-43fd-9dd2-e3a2588a43a7%40googlegroups.com.
Keyboard commands with focus in graphics window:
Oscar, very interesting project!
On my side, I am now adding tcp/2222 capability to pdp8_vc8.c with
a configuration command.
Currently, the syntax is "attach vc8 X11" for X11 display, and
"attach vc8 2222" for tcp mode.
That will be easy to add "attach vc8 dac" or any other mode in the
future.
For galvo, I guess the best applications will be vector graphics,
where the spot is following a curve.
Best regards.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/fae2ba0e-c16d-4141-b313-7cf89b60f36d%40googlegroups.com.
That will be easy to add "attach vc8 dac" or any other mode in the future.
For galvo, I guess the best applications will be vector graphics, where the spot is following a curve.
Good progress with VC8E emulation over tcp/2222.
I can now run SPCWR3_vc8i.bin with my javascript VR14 emulator!
(see picture below).
Should be ok with all other tcp/2222 terminal implementations.
I have put some placeholders in the code for future DAC
implementation.
Best regards.
Frederic.

--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/0289b7d9-90f4-4efc-b62d-751e7e46403f%40googlegroups.com.
Hello,
For those who want to test the last evolution of VC8E emulation,
here is a new tarball:
https://www.dropbox.com/s/obqv22hydcwh22s/pidp8i-vc8e-2019-04-26.tgz?dl=0
You will find already compiled binary in pidp8i/bin/pidp8i-sim
With this new release, display activation syntax has changed:
"detach vc8" is supported.
Keyboard support on tcp is not yet implemented, you have to use front panel SR switches to play Spacewar!
I hope X11 is not broken, I cannot test it currently. Please,
give me feedback.
Also I noticed different behavior of OS/8 when using the "DIR"
command from a mRemoteNG ssh session:
I do not know if this is a regression.
Best regards.
Frederic.
Hello,
Here is an update:
https://www.dropbox.com/s/mviksncr7kfchrs/pidp8i-vc8e-2019-05-01.tgz?dl=0
With the following enhancements:
Tu play Spacewar! over HTTP, you can use the following boot script:
set cpu noidle set nothrottle deposit int-throttle THROT_DELAY 3 set df disabled attach vc8 http/8000 load ../spacewar3/SPCWR3_vc8i.bin g 200
Option keys on the console are working.
Best regards.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/56a7010d-1237-3bfd-f622-a99e356905f6%40rible.com.
Hello,
New update: https://www.dropbox.com/s/q493ki4kzujnv0s/pidp8i-vc8e-2019-05-02.tgz?dl=0
You can now connect 2 or more PC to the same VR14 web session.
All sessions will display the same screen.
Spacewar! keys are combined for network multiplayer experience.
Typically, one player will use left keys on the first PC, and
second player will use right keys on a second PC.
Best regards.
Frederic.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/b055f5b5-4326-cb5d-0fbd-7097eab53073%40rible.com.
Are you working on getting this into the upstream SIMH v4 project? I'd be happy to ship it as part of the PiDP-8/I software, but this isn't really PiDP-8/I specific. All PDP-8 SIMH users should be able to use this feature, should they wish to.
--Kind regards,Oscar.
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/rhb_YuwXRgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/9ceec4ba-2de9-4aef-9b46-87f5724b198a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Charles,I'll email Dave Gesswein to see how Regular simh can include this.
Regarding your idea of demonstration the full pain of having only paper tape storage: that can be demonstrated with the PiDP with nearly as much suffering as on the original machine.
In short, prepare USB sticks with each of the paper tapes (read or write ones). Each USB stick only contains a <filename>.pt. The filename actually does not matter.
You can then
- toggle in the boot loader manually (or through simh, depends on the pain you are looking to inflict);
- stick the USB "paper tape" with the Bin Loader into the Pi,
- mount it, load it, run it,
- stick the USB "paper tape" with maybe Focal, mount that, load it, etc.
The procedure is described here: link, under the '1969' section. The only unrealistic things:You have to mount the USB stick with a toggle switch action, rather than put a real tape into the Teletype.And of course the load times are way faster than on the original.
But it comes close enough to make people see how an interactive language felt like paradise compared to the process of editing & compiling via paper tape, how significant a development that was. And is just short enough that young people will not run away, most of the time.
The paper tape image files to copy on USB sticks are in the pidp8 distribution.
Kind regards,Oscar.
BTW, back when this was a PDP-10 program and was simulating specifically a PDP-8/I ONLY and no other machines, it DID work, all the code them was written by Bob Supnik.
Charles,Keep in mind though that the PiDP-8 has some extra tricks over simh. Such as the mounting of USB sticks as paper tapes (or as disk packs). No need to do any CTRL-E.
On Mon, 13 May 2019 at 19:20, CLASystems <clasy...@gmail.com> wrote:BTW, back when this was a PDP-10 program and was simulating specifically a PDP-8/I ONLY and no other machines, it DID work, all the code them was written by Bob Supnik.Oh! Would you perchance still have a copy of the PDP-10 emulator of the PDP-8? Seeing as I plan to come up with a KA10 'replica', that would complete the circle (and be an interesting bit of PDP-10 programming to chew on).
Kind regards,Oscar.
On Mon, May 13, 2019 at 3:37 PM Oscar Vermeulen <vermeul...@gmail.com> wrote:Keep in mind though that the PiDP-8 has some extra tricks over simh. Such as the mounting of USB sticks as paper tapes (or as disk packs). No need to do any CTRL-E.that sounds like an extremely quirky feature; some systems have to freeze the running executable if system resources are changed. how is it done, and is it really "clean"? In SIMH, things can be mounted before or after the session, but not during.
Oh! Would you perchance still have a copy of the PDP-10 emulator of the PDP-8? Seeing as I plan to come up with a KA10 'replica', that would complete the circle (and be an interesting bit of PDP-10 programming to chew on).
1 25(7) <007> 43,50014 30-Sep-75 dcus:[43,50146]102.inf 21 2688(36) <007> 43,50014 5-Sep-69 dcus:[43,50146]8kpdp8.sav 17 2074(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]common.mac 4 422(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]consol.mac 5 596(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]core.mac 17 2176(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]demo.sav 254 32454(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]df32.fil 16 2035(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]df32.mac 34 4254(36) <007> 43,50014 5-Sep-69 dcus:[43,50146]driver.mac 7 773(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]f.mac 69 8832(36) <007> 43,50014 5-Sep-69 dcus:[43,50146]focal.tpe 8 1004(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]line.mac 2 153(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]lptser.mac 3 269(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]memory.mac 8 898(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]p.mac 1 14(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]patch.mac 17 2140(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]pdp8.mac 3 311(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]ploter.mac 5 606(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]ptape.mac 30 3831(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]rm08.mac 1 57(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]sim.ccl 27 3434(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]sim.opr 5 546(36) <007> 43,50014 4-Sep-69 dcus:[43,50146]tty.mac
1 25(7) <007> 43,50037 17-Feb-76 dcus:[43,50370]248.inf 38 24205(7) <007> 43,50037 17-Dec-75 dcus:[43,50370]pdp.8 156 99625(7) <007> 43,50037 17-Dec-75 dcus:[43,50370]pdp.lst 13 8255(7) <007> 43,50037 17-Dec-75 dcus:[43,50370]pdp.sav 24 15155(7) <007> 43,50037 17-Dec-75 dcus:[43,50370]s. 11 6410(7) <007> 43,50037 17-Dec-75 dcus:[43,50370]tr.lst 4 2270(7) <007> 43,50037 4-Oct-75 dcus:[43,50370]tr.mac
--
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/rhb_YuwXRgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/4173d266-131f-4a71-ac36-9f2e093decdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/58d5e289-7d16-442f-beea-088b9b52188e%40googlegroups.com.
Has anyone actually been able to WRITE a .pt file onto a USB yet?
put my own PAL-3 program onto a .pt file, assemble it using PAL-3, and get the .bn output on a .pt file on the USB.
Dear Steve,
Do I get the impression that you are trying to do a paper-tape development cycle on you PiDP8I?
If so, that takes one back a bit!
As Warren says, the current config for USB is really boot only.
After that, you need the patience of a saint to edit/build/run a 'reasonable' programme.
To this end, I think significant effort went into providing the 4K disk operating system which could be used with a single 32k (word) 32. When we got this for our 8/I, it was a breath of fresh air!!!! No more mounds of tape etc. And, 4K FORTRAN was not bad either. While I am in purist mode, I will risk a torrent of abuse by suggesting that this is the 'right' OS for the 8/I.
Also, to return to the title of this thread, we used a Tek 603 storage scope driven by a home-built DAC (like a VC8) next to our Tek 4014 for final output.
Regards, Ian.
--
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/rhb_YuwXRgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/f9f04024-2583-4131-941c-2325d3767ca3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/rhb_YuwXRgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/a57b4697-d669-4713-9139-14e733b9d84b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
All I can say is this is a non-issue on the Windows Version.cjl
On Thu, May 16, 2019 at 1:50 PM Steve Tockey <steve...@gmail.com> wrote:
--Ian (and Charles),Simulating PAL-III assembly is one interesting goal, but not the only one. Another problem is, for example, that the DecTape version of OS/8 (IF == 3) runs but it's fairly limited. One really big gap is that the system tape, DTA0:, doesn't have BUILD.SV on it so it essentially makes it a closed system. I have not been able to get either a new TC08 or TD8E DecTape driver to work reliably with any of the .dt files. So another use of .pt is to be able to (hopefully) transfer files like BUILD.SV and the device drivers around the various OS/8 system images so that I can really get them configured the way I want.Thanks,-- steve
On Wednesday, May 15, 2019 at 2:27:45 PM UTC-7, Ian Schofield wrote:Dear Steve,Do I get the impression that you are trying to do a paper-tape development cycle on you PiDP8I? If so, that takes one back a bit! As Warren says, the current config for USB is really boot only. You need to att/det files to the PTP/PTR to get this going. After that, you need the patience of a saint to edit/build/run a 'reasonable' programme. To this end, I think significant effort went into providing the 4K disk operating system which could be used with a single 32k (word) DF32. When we got this for our 8/I, it was a breath of fresh air!!!! No more mounds of tape etc. And, 4K FORTRAN was not bad either. While I am in purist mode, I will risk a torrent of abuse by suggesting that this is the 'right' OS for the 8/I.Also, to return to the title of this thread, we used a Tek 603 storage scope driven by a home-built DAC (like a VC8) next to our Tek 4014 for final output.Regards, Ian.
You received this message because you are subscribed to a topic in the Google Groups "PiDP-8" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-8/rhb_YuwXRgs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-8+unsubscribe@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/a57b4697-d669-4713-9139-14e733b9d84b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,
Here is an update with a small stability fix:
https://www.dropbox.com/s/omkou2juyfkq6xf/pidp8i-vc8e-2019-05-18.tgz?dl=0
Integration with upstream SIMH will not be so easy because my
modifications are based on the already heavily modified
sim_video.c by Ian.
I will need help on that topic.
Frederic.
--
You received this message because you are subscribed to the Google Groups "PiDP-8" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-8+un...@googlegroups.com.
To post to this group, send email to pid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-8/5d75f4cf-29d1-4be2-83cc-58924be8307f%40googlegroups.com.