rcornwell / sims

Burroughs B5500, ICL1900, SEL32, IBM 360/370, IBM 7000 and DEC PDP10 KA10/KI10/KL10/KS10, PDP6 simulators for SimH
http://sky-visions.com
95 stars 20 forks source link

KA10: Data Disc displays #236

Closed larsbrinkhoff closed 1 year ago

larsbrinkhoff commented 3 years ago

WAITS raster displays.

https://www.saildart.org/HM[H,DOC] https://www.saildart.org/FACIL.TED[H,DOC] https://stacks.stanford.edu/file/druid:hb976hq8639/uuomanual.pdf, Appendix 2

larsbrinkhoff commented 3 years ago

I have started on this. Assign me if you like.

larsbrinkhoff commented 3 years ago

I think this is close to the SAIL hardware.
http://www.bitsavers.org/pdf/dataDisc/Television_Display_System_Reference_Manual_Jul69.pdf

larsbrinkhoff commented 3 years ago

So far so good. CC @bgbaumgart data-disc

larsbrinkhoff commented 3 years ago

I'm going to have to mess with the DKB device too, to provide many keyboard inputs.

larsbrinkhoff commented 3 years ago

From the TDS manual on Bitsavers. A sample of the 5x7 font. The SAIL hardware would have the extended ASCII characters added.

tds1 tds2

Bonus feature: control panel. Bruce, do you recognize this? tds3

larsbrinkhoff commented 3 years ago

I compared the font sample above with the Knight TV characters, and many match exactly. Some have minor differences.

larsbrinkhoff commented 3 years ago

I have something that is like 80% working now. Various display issues, maybe some in the sim_video part. dd

larsbrinkhoff commented 3 years ago

After an - ahem brief - hiatus, I'm picking this up again. A sim_video problem has been fixed, so now multiple DD windows will update properly. I added code to get keyboard events from the DD windows even if the III is disabled (previously all events went through the vector display library).

A new problem pas popped up: it's no longer possible to have both III and DD displays.

When I try to log in, some previously unimplemented display commands are used. They will be added soon.

bgbaumgart commented 3 years ago

Rcornwell and LarsB

Acknowledged - - I am still working on SAIL disk images but I will be invisible for all of October while touring for four week in Scotland and Wales. International travel during a pandemic is a red tape nightmare - we have had our vaccinations and booster shots but still have to test and re-test frequently.

Bruce Baumgart BGB

On 27 Sep 2021, at 11:24 PM, Lars Brinkhoff @.***> wrote:

After an - ahem brief - hiatus, I'm picking this up again. A sim_video problem has been fixed, so now multiple DD windows will update properly. I added code to get keyboard events from the DD windows even if the III is disabled (previously all events went through the vector display library).

A new problem pas popped up: it's no longer possible to have both III and DD displays.

When I try to log in, some previously unimplemented display commands are used. They will be added soon.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rcornwell/sims/issues/236#issuecomment-928892252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGBIBXQGJBR7PHP47AQWUTUEFNQNANCNFSM4YCTNLMQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

larsbrinkhoff commented 1 year ago

Being added in pull request #300