Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Ken Pettit
On 4/19/20 6:05 PM, Josh Malone wrote: Heck, for this, the ARM could run the whole blasted show! Yeah, this was kinda the conclusion I came to after coding up the FPGA. I asked myself "How is this different / better than simply running VirtualT on an embedded board?". Ken

Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Tom Wilson
Probably... I have run the AltairDuino 8800 emulator on a Pi, and it runs the virtual 8080 CPU at almost 88MHz. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Sun, Apr 19, 2020 at 6:06 PM Josh Malone wrote: > Heck, for this, the ARM could run the whole blasted show! > > On Sun, Apr 19,

Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Josh Malone
Heck, for this, the ARM could run the whole blasted show! On Sun, Apr 19, 2020 at 9:03 PM Tom Wilson wrote: > The DE-10 Nano also has an ARM CPU which handles I/O and provides a nice > interface for USB and (I think) the HDMI frame buffer. This should save a > lot of effort when it comes to I/O

Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Tom Wilson
The DE-10 Nano also has an ARM CPU which handles I/O and provides a nice interface for USB and (I think) the HDMI frame buffer. This should save a lot of effort when it comes to I/O mapping, since the ARM software can handle the keyboard and storage interface (for backing up RAM in between

Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Josh Malone
The MiSTer is based on the Terasic DE-10 nano, which is based on a Cyclone 5. The board has 1GB of DDR3 RAM, but most MiSTers are build with an add-on board containing 32 or 128 (or more) MB of SDRAM so you don't have to deal with DDR. -Josh On Sun, Apr 19, 2020 at 8:34 PM Ken Pettit wrote: >

Re: [M100] MiSTer FPGA Core

2020-04-19 Thread Ken Pettit
I have most of one. It has been quite some time since I worked on it, but I had it running a modified version of the M100 ROM. It was working on an Actel FPGA at the time sometime in the 2009 - 2010 timeframe, but I believe that FPGA is now obsolete. But it is mostly just Verilog / VHDL

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
https://www.amazon.com/MakerFocus-Controller-Keyboard-Graphics-Terminal/dp/B07XHRKF9M/ref=sr_1_1?dchild=1=esp32+vga=1587338867=8-1 https://www.amazon.com/Diyeeni-Controller-Keyboard-Graphics-Terminal/dp/B084Z1WGQM/ref=sr_1_2?dchild=1=esp32+vga=1587338867=8-2

[M100] MiSTer FPGA Core

2020-04-19 Thread Sean O'Rourke
I know this is a crazy random question. Not sure if anyone here has an FPGA programming knowledge and who could make a core or know someone who could make a core for the 100/102 for the MiSTer project. Would be a really awesome option to have an FPGA version of the 100. Sean

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Hank Riley
Tom, Link please to the ESP32 terminal device! Hank_ On Sunday, April 19, Tom  wrote:  I've also got another Geoff style terminal board and two ESP32 based terminal boards on the way. It'll be interesting to see if the ESP based boards can be

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
Thanks, Steve. I have been using my own terminal program with my Altair emulators for a long time, and it's always nice to find new uses. I've also got another Geoff style terminal board and two ESP32 based terminal boards on the way. It'll be interesting to see if the ESP based boards can be

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
Yes, I made work what I could, and created new where i had to. It should work with a VT100 for general use. The extras are really m100 specific. Interested in your feedback. Steve On Sunday, April 19, 2020, Tom Wilson wrote: > So, you just added T, U, V, W, M, and L and mapped the other T100

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
So, you just added T, U, V, W, M, and L and mapped the other T100 codes to VT-100 codes? I suppose I should just download your T100 wedge so I can try it myself. On Sun, Apr 19, 2020 at 11:38 AM Tom Wilson wrote: > So they are all standard VT100 codes? That’s good to know. I know a couple >

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Tom Wilson
So they are all standard VT100 codes? That’s good to know. I know a couple of guys who produce GeoffG terminal boards for an Altair clone, and I may have a more ready supply than the Tindie guy. So I *may* be able to get a supply of kits and have the PICs programmed with the additional VT100

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
escape code table is on the VT100 page above On Sun, Apr 19, 2020 at 2:13 PM Tom Wilson wrote: > How funny. I’ve been re-writing Star Trek to get rid of some bugs and make > it work more reliably on the 100 (and CP/M.) > > I’ll have to add a DVI mode, too. Is there any way to detect the screen

Re: [M100] 80x24 Video how-to

2020-04-19 Thread Stephen Adolph
For fun, I tweaked the classic STARTREK.BAS to run on M100 with external 80 column CRT. You can get it here: http://bitchin100.com/wiki/index.php?title=VT100#Mini_How-To It should probably work in DVI too for that matter. On Sat, Apr 18, 2020 at 8:53 PM Stephen Adolph wrote: > I've got

[M100] BCR serial TTL hack

2020-04-19 Thread Stephen Adolph
http://bitchin100.com/wiki/index.php?title=BCR_TTL_SERIAL_HACK I've documented the information around using the BCR port as a half duplex TTL serial port. The solution for M100 is to solder in a single wire on the backside of the PCB. I expect a similar solution exists for T102 and other