| VCF Latam | Apr 24 - 26, 2026, | Bahía Blanca, Argentina |
| VCF Pac. NW | May 02 - 03, 2026, | Tukwila, WA |
| VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
| VCF Southeast | Aug 01 - 02, 2026, | Atlanta, GA |
| VCF West | Aug 01 - 02, 2026, | Mountain View, CA |
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |
| VCF Montreal V2.0 | Nov 07 - 08, 2026, | Saint-Lambert, Montreal, Canada |
| VCF SoCal | See you in 2027, | Southern CA |
| VCF East | Apr TBD, 2027, | InfoAge, Wall, NJ |
Wow that is an interesting read. Needed to look that one upThe Berkeley Computer Corporation BCC-500
The original RSRE Flex computer.if anyone wanted an emulator for something what would it be?
So what will it run? from what I'm reading this was a real powerhouse.The original RSRE Flex computer.
I don't think there's a simulator for any of the Connection Machine supercomputers; you'd probably want the software that ran on it, too, though.
Another interesting one, tell me why you would want something like that? I guess we all do it for nostalgia.Off the top of my head I was going to suggest a TX-0 emulator running the original Sketchpad code until I bothered searching and lo and behold there is a TX-2 + Sketchpad project on Github.
It is in Rust though, not my cup of tea but it looks like a pretty serious attempt at implementation.
So when I looked this up, it looked like you draw with a pen. Is that not the right thing?It already exists, but needs lots of corrections and is not finished but... I would need hands with the Datamaster driver at MAME. It is the only one for the machine and I wrote it from scratch, without previous knowledge of C++.
Sorry, I don't understand what you are meaning...So when I looked this up, it looked like you draw with a pen. Is that not the right thing?
Thanks
RC
Are we not talking about the TX-2 ? I'm looking at lots of links on the web but I still don't understand it's main goal.Sorry, I don't understand what you are meaning...
I knew something was off!Are we not talking about the TX-2 ? I'm looking at lots of links on the web but I still don't understand it's main goal.
Okay sorry about that. When you said "Datamaster driver at MAME." I'm not sure what that meant.I knew something was off!
No, I am not talking about the TX-2. Like I said I was talking about the Datamaster. Maybe you answered the wrong person, but don't worry.
In the MAME multi-emulator environment, any emulated system is called a "driver". Datamaster is the computer, made by IBM, that immediately preceded the PC.Okay sorry about that. When you said "Datamaster driver at MAME." I'm not sure what that meant.
RC
Thank you for clearing that up. So an emulator exists that you wrote? That's cool! Is it on github?In the MAME multi-emulator environment, any emulated system is called a "driver". Datamaster is the computer, made by IBM, that immediately preceded the PC.
I wrote parts of it, but not everything. Fortunately the components I needed to emulate were already there, so it was a huge advantadge. I had to correct a behavior of the 8275 because it didn't emulate the initial state prior to initialization.Thank you for clearing that up. So an emulator exists that you wrote? That's cool! Is it on github?
RC
That's funny you should say that, I wanted to make one. I already made a Xenix and VAX/VMS one for the PICO in MicroPython.How about an emulator that can run IBM AIX? Afaik that doesn't exist.
(Not sure if this is the first choice if I really would be given the option to have a single emulator made by a team of experts, and thus would have to choose super carefully, but still).
That can be an issue, especially if you want a graphical environment. Installing a machine via QEMU or Mame for some systems is fine. The ones that are console based are easier to do for me. I have tried doing graphical ones but they're not the same.Which version of AIX, though? https://github.com/yousbot/IBM-AIX-Emulation-Guide is a howto for 7.2/ppc64 and qemu.