Re: [Simh] DECserver (terminal server) emulation?

2017-04-10 Thread Matt Burke
On 08/04/2017 21:37, Tim Stark wrote:
> I am still looking for DS 300 tech docs.
>
>  
>

I can't find where I downloaded this from but here is the DECserver 300
Technical Description:

http://www.9track.net/decserver/ek-a0367-tm-001.pdf

Matt

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Matt Burke
On 10/04/2017 23:33, Johnny Billquist wrote:
> The VT330 and VT340 have an external cartridhe that plugs into a slot
> in the back, and which holds most of the code.

The VT330 and VT340 have the ROM cartridge slot, but for the VT330+ and
VT340+ it's all internal.

Matt

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] VT240, VT340 and DS200/300 HW specs info

2017-04-10 Thread Matt Burke
On 09/04/2017 06:11, Tim Stark wrote:
>  
>
> VT340 uses 8031/8051 processor with 2681 and custom graphics
> processor. It uses 4 DC 322 Viper Gullwin (each bitmap plane).
>
> (I can’t find DC 7051 (timing generator) and DC 322/323 (Adder/Viper)
> tech docs so far).  It uses 4 bitmap planes.
>
> It supports up to 4096 colors but can only select 16 colors from them.
>
>  
>

The Adder and Viper chips are documented in EK-104AA-TM-001 - VCB02
Video Subsystem Technical Manual.

Matt
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Timothe Litt
The most useful thing for the VT500 cartridge is a RAM card, which
expands the page memory.

They were hard to get once the terminals group was sold off.  I managed
to get some, but they appeared to be hand-assembled - poorly.  But a few
minutes of reflow, and I was happy...

For the earlier terminals, the character ROM space was limited, so there
was a plethora of models that had various (pre-unicode) multinational
character sets and keyboard layouts.  Many of these were done by local
groups (e.g. outside the Maynard Terminals group.)  The keyboards
(LK201/LK401/LK421) were all identical hardware, but there was a
surprising amount of work involved in getting the dozens of key
labels/variations built/documented/manufactured.

Someone mentioned the VT180.  I happen to know that hardware quite well,
as I repurposed the module for something else.  It turns out that it was
a second re-purposing.  The board originated in the AD group - but that
group got it from an engineer who designed it for his model railroad.  
The floppies were another story...


On 10-Apr-17 18:33, Johnny Billquist wrote:
> On 2017-04-11 00:27, Richard wrote:
>> In article ,
>> Johnny Billquist  writes:
>>
>>> You will also want a dump of the ROM cartridge, that actually holds
>>> most
>>> of the code...
>>
>> What do you mean by "ROM cartridge"?  I've never seen any cartridges
>> for DEC terminals, not even the GIGI.
>>
>> Are you referring to E80?
>
> No. The VT330 and VT340 have an external cartridhe that plugs into a
> slot in the back, and which holds most of the code. The VT500 series
> also have a cardridge slot, but for those I've never seen any
> cartridge, so that must be some optional thing.
> But for the VT330/340 the cartridge is not optional.
>
> Johnny
>




smime.p7s
Description: S/MIME Cryptographic Signature
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Richard
In article ,
Johnny Billquist  writes:

> On 2017-04-11 00:27, Richard wrote:
> > In article ,
> > Johnny Billquist  writes:
> >
> >> You will also want a dump of the ROM cartridge, that actually holds most
> >> of the code...
> >
> > What do you mean by "ROM cartridge"?  I've never seen any cartridges
> > for DEC terminals, not even the GIGI.
> >
> > Are you referring to E80?
> 
> No. The VT330 and VT340 have an external cartridhe that plugs into a 
> slot in the back, and which holds most of the code.

You're describing this like there's a port on the external case of the
terminal for this, but I am not seeing that in the diagrams.  It shows
on the engineering drawings as a connector on the rear side of the
CPU module.



Am I missing something?

While we're talking about additional ROMs that need to be dumped,
there appears to be a ROM on the graphics board as well.
-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DECserver (terminal server) emulation?

2017-04-10 Thread Johnny Billquist

On 2017-04-11 00:30, Richard wrote:

In article <01d2b0a7$e742afe0$b5c80fa0$@verizon.net>,
"Tim Stark"  writes:


I have a great idea about DECserver emulator.  Does anyone plan to emulate
one of DECserver series?

I discovered DS 200, 300 and 500 ROM images that I already downloaded some
time ago.  DS 200 uses 68000 processor and DS 500 uses KDJ11-SD processor.


Oh, now I see, so ignore my previous email asking what you meant by
DS200/300/500.  I didn't realize you were writing DS to mean DECserver.

I know with X terminals you need more than what's in the ROMs to get a
functioning unit because they boot over the network.  Hopefully the
terminal servers aren't that complicated.  Maybe they just load a
config off the network, if anything at all.


All the ROM contains is enough code to boot using MOP on the ethernet. 
All the actual implementation of the DECserver itself is in the 
downloaded image. The DS200 image, for example is close to 200 Kbytes.


Johnny

--
Johnny Billquist  || "I'm on a bus
  ||  on a psychedelic trip
email: b...@softjar.se ||  Reading murder books
pdp is alive! ||  tryin' to stay hip" - B. Idol
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Johnny Billquist

On 2017-04-11 00:27, Richard wrote:

In article ,
Johnny Billquist  writes:


You will also want a dump of the ROM cartridge, that actually holds most
of the code...


What do you mean by "ROM cartridge"?  I've never seen any cartridges
for DEC terminals, not even the GIGI.

Are you referring to E80?


No. The VT330 and VT340 have an external cartridhe that plugs into a 
slot in the back, and which holds most of the code. The VT500 series 
also have a cardridge slot, but for those I've never seen any cartridge, 
so that must be some optional thing.

But for the VT330/340 the cartridge is not optional.

Johnny

--
Johnny Billquist  || "I'm on a bus
  ||  on a psychedelic trip
email: b...@softjar.se ||  Reading murder books
pdp is alive! ||  tryin' to stay hip" - B. Idol
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DECserver (terminal server) emulation?

2017-04-10 Thread Richard
In article <000b01d2b0c1$77a78650$66f692f0$@verizon.net>,
"Tim Stark"  writes:

> Yes, I know that.  I have DS software for all DS servers (OpenVMS 
> consolidation library).

Is this in a place I can mirror it?  I'm trying to archive all the
relevant terminal related stuff via terminals-wiki, etc.
-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DECserver (terminal server) emulation?

2017-04-10 Thread Richard
In article <01d2b0a7$e742afe0$b5c80fa0$@verizon.net>,
"Tim Stark"  writes:

> I have a great idea about DECserver emulator.  Does anyone plan to emulate
> one of DECserver series?
> 
> I discovered DS 200, 300 and 500 ROM images that I already downloaded some
> time ago.  DS 200 uses 68000 processor and DS 500 uses KDJ11-SD processor.

Oh, now I see, so ignore my previous email asking what you meant by
DS200/300/500.  I didn't realize you were writing DS to mean DECserver.

I know with X terminals you need more than what's in the ROMs to get a
functioning unit because they boot over the network.  Hopefully the
terminal servers aren't that complicated.  Maybe they just load a
config off the network, if anything at all.
-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Richard
In article <000c01d2b0a9$835edec0$8a1c9c40$@verizon.net>,
"Tim Stark"  writes:

> He is implementing some VT series like VT100 through VT520 but they are
> marked as not working. 

I thought the VT100 was marked as working.
-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Richard
In article ,
Johnny Billquist  writes:

> You will also want a dump of the ROM cartridge, that actually holds most 
> of the code...

What do you mean by "ROM cartridge"?  I've never seen any cartridges
for DEC terminals, not even the GIGI.

Are you referring to E80?

> On 2017-04-09 02:38, Tim Stark wrote:
> > Ok, I checked VT340 schematics.  Ok, I  need two ROM dumps:
> >
> > 512Kx8 2804 EPROM on E80 (firmware code)
> >
> > 32Kx8 27256 UVEPROM on E49 (character generator)

-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] VT240, VT340 and DS200/300 HW specs info

2017-04-10 Thread Richard
In article <01d2b0ef$c2cd4330$4867c990$@verizon.net>,
"Tim Stark"  writes:

> DS200 uses 68000 processor with AM7990 (LANCE) and 4 2681 DUARTs. 
> 
> DS300 uses 68020 processor with TC23SC241AP and 8 2681 DUARTs.
> 
> DS500 uses KDJ11-SD processor (11/53) with CXA16/CXB16 devices. 

What are these?
-- 
"The Direct3D Graphics Pipeline" free book 
The Terminals Wiki 
 The Computer Graphics Museum 
  Legalize Adulthood! (my blog) 
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DECserver (terminal server) emulation?

2017-04-10 Thread Johnny Billquist

On 2017-04-10 12:05, Jim Carpenter wrote:



On Apr 8, 2017 16:37, "Tim Stark" > wrote:

I have a great idea about DECserver emulator.  Does anyone plan to
emulate one of DECserver series?


I have always wanted an emulator for a DECserver 500! My ISP only hands
out 1 IP address so using NAT port forwarding to hang a DECserver off
port 23 would be really nice. I may have other uses for it too. (No, I
don't want a real one. I have enough stuff here.)


Seems like you are trying to find complex solutions for simple problems.

Wouldn't it be easier to just write some small piece of software that 
accepts incoming connections on the telnet port, and can let you connect 
to other things without having to emulate a whole DECserver?


Johnny

--
Johnny Billquist  || "I'm on a bus
  ||  on a psychedelic trip
email: b...@softjar.se ||  Reading murder books
pdp is alive! ||  tryin' to stay hip" - B. Idol
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DEC VT emulators on MAME

2017-04-10 Thread Tim Stark
Yeah. Later I learned that 'DC' means designed by DEC.  For example, T11 
processor is DC310. 

Unfortunately DEC did not publish VT300 series technical manuals so that we 
have reverse-engineer custom graphics processor for VT3x0 terminals.

He is reverse-engineering custom graphics processors for his VT emulators on 
MAME.  Only VT240 emulator is working but imperfect graphics.

Also, MAME has VK100 (GIGI) emulator but marked as not working.

Tim

-Original Message-
From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Al Kossow
Sent: Saturday, April 8, 2017 11:42 PM
To: simh@trailing-edge.com
Subject: Re: [Simh] DEC VT emulators on MAME



On 4/8/17 5:38 PM, Tim Stark wrote:
> DC7051 video controller

I don't think there is any known copy of the chip spec for that.



___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] DECserver (terminal server) emulation - MAME

2017-04-10 Thread Pontus Pihlgren
Hi

I'd be interrested in this to.

It is quite a coincidence that this is brought up just now. I hade the 
idea this friday that I should try to emulate the vt220, seems I don't 
have to now.

Thank you,
Pontus.

On Sat, Apr 08, 2017 at 11:52:17PM +, Sancho Villa, Roberto wrote:
> Hi Folks
> 
> I have MAME 0.177 running VT240 emulation fine.
> I connected it to SimH as "retroterminal". Works very good, and looks very 
> pretty as I set up the config to simulate a CRT.
> 
> Don't know if versions after this still working.
> 
> I can send the config files to anyone interested.
> 
> Best regards
> Roberto
> 
> 
> Date: Sat, 08 Apr 2017 16:48:44 -0400
> From: "Tim Stark" 
> To: 
> Subject: [Simh] DEC VT emulators on MAME
> Message-ID: <000c01d2b0a9$835edec0$8a1c9c40$@verizon.net>
> Content-Type: text/plain; charset="utf-8"
> 
> Folks,
> 
> 
> 
> I have a copy of MAME emulator and learned that someone is working on new DEC 
> VT emulators for MAME.
> 
> 
> 
> He is implementing some VT series like VT100 through VT520 but they are 
> marked as not working.
> 
> 
> 
> Does anyone know about VT emulators on MAME?
> 
> 
> 
> In that past (at college), I used some VT terminals - VT100, VT102, VT125, 
> VT220, VT240, VK100, and Tek 4207.
> 
> 
> 
> I wrote some programs to draw graphics on VT125, VT240, VK100 and Tek 4207 
> for homework assignments at my computer graphics class.
> 
> 
> 
> Some VT 100/200 series uses 8080 processor.  VT 240 uses T11 processor.
> 
> I found some tech docs but I am still looking for VT330/VT340 tech docs.
> 
> 
> 
> Tim
> 
> 
> 
> 
> Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, 
> contiene información de carácter confidencial exclusivamente dirigida a su 
> destinatario o destinatarios. Si no es vd. el destinatario indicado, queda 
> notificado que la lectura, utilización, divulgación y/o copia sin 
> autorización está prohibida en virtud de la legislación vigente. En el caso 
> de haber recibido este correo electrónico por error, se ruega notificar 
> inmediatamente esta circunstancia mediante reenvío a la dirección electrónica 
> del remitente.
> Evite imprimir este mensaje si no es estrictamente necesario.
> 
> This email and any file attached to it (when applicable) contain(s) 
> confidential information that is exclusively addressed to its recipient(s). 
> If you are not the indicated recipient, you are informed that reading, using, 
> disseminating and/or copying it without authorisation is forbidden in 
> accordance with the legislation in effect. If you have received this email by 
> mistake, please immediately notify the sender of the situation by resending 
> it to their email address.
> Avoid printing this message if it is not absolutely necessary.
> ___
> Simh mailing list
> Simh@trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh