simh-testsetgenerator/Visual Studio Projects
Patrick Linstruth 3b4333dfcc ALTAIRZ80: Adds JAIR devices to simulator
Josh's Altair/IMSAI Replacement (JAIR) is a single board computer
(SBC) for the S100 bus. I created this device to assist a friend
with getting IMP and CBBS working on his JAIR. Without having a
JAIR myself, AltairZ80 to the rescue!

The following devices are added:

JAIR   - The main JAIR board I/O and ROM
JAIRS0 - Serial Port 0 (COM1)
JAIRS1 - Serial Port 1 (COM2)
JAIRP  - Parallel Port

This was a bit challenging because the JAIR uses an on-board SD
card with FAT file system to hold its BIOS and CP/M disk images.
The ATTACH command is used to mount SD card images to the
simulator. The simulator emulates the SD card interface for
read/writing SD card sectors. These images are easily mounted on
a Mac making moving files around easy. I do not know about Windows.
These same images can be written to an SD card and used with real
JAIR hardware, which may be useful for JAIR owners.

The serial and parallel ports fully support TMXR. Host serial ports
and sockets may be attached to these devices.

I am working on a GitHub repository containing an SD card image and
init script that will boot CP/M 2.2 on the JAIR simulator.

Is this device one that should be added to AltairZ80?
2024-02-01 12:52:41 -05:00
..
Test-Disks DISK: Cleanup attach behaviors add better support for containers with meta data 2022-02-07 22:55:23 -08:00
Win32-Development-Binaries Win32-Development-Binaries: Update BuildAll 2020-06-09 20:07:41 -07:00
0ReadMe_Projects.txt README.md: Clarify wording relating to building with MinGW32 2021-04-27 08:54:23 -07:00
3B2-400.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
3B2-400.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
3B2-400.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
3B2-400.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
3B2-700.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
3B2-700.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
3B2-700.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
3B2-700.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
alpha.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
alpha.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
alpha.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
alpha.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ALTAIR.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ALTAIR.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ALTAIR.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ALTAIR.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
AltairZ80.vcproj ALTAIRZ80: Adds JAIR devices to simulator 2024-02-01 12:52:41 -05:00
AltairZ80.vcxproj ALTAIRZ80: Adds JAIR devices to simulator 2024-02-01 12:52:41 -05:00
AltairZ80.vcxproj.filters AltairZ80: Fix Windows CI builds. 2023-04-01 07:01:19 -07:00
AltairZ80.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
B5500.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
B5500.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
B5500.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
B5500.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BESM6.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
BESM6.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BESM6.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BESM6.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BuildROMs.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
BuildROMs.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BuildROMs.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
BuildROMs.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
CDC1700.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
CDC1700.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
CDC1700.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
CDC1700.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ECLIPSE.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ECLIPSE.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ECLIPSE.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ECLIPSE.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
FrontPanelTest.sln FRONTPANEL: Provide a sample program to demonstrate the use of the sim_frontpanel APIs. 2015-02-11 17:09:55 -08:00
FrontPanelTest.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
GRI.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
GRI.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
GRI.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
GRI.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
H316.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
H316.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
H316.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
H316.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP2100.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
HP2100.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP2100.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP2100.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP3000.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
HP3000.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP3000.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
HP3000.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I650.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I650.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I650.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I650.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I701.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I701.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I701.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I701.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I704.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I704.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I704.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I704.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1401.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I1401.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1401.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1401.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1620.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I1620.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1620.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I1620.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7010.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I7010.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7010.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7010.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7070.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I7070.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7070.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7070.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7080.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I7080.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7080.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7080.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7090.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I7090.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7090.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7090.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7094.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
I7094.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7094.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
I7094.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
IBM1130.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
IBM1130.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
IBM1130.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
IBM1130.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ibmpc.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ibmpcxt.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ID16.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ID16.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ID16.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ID16.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ID32.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
ID32.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ID32.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
ID32.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
imlac.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
imlac.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
imlac.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
imlac.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer100.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
InfoServer100.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer100.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer100.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer150VXT.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
InfoServer150VXT.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer150VXT.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer150VXT.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer1000.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
InfoServer1000.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer1000.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
InfoServer1000.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Intel-MDS.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
Intel-MDS.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Intel-MDS.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Intel-MDS.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
lgp.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
lgp.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
lgp.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
lgp.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX1.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX1.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX1.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX1.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX2.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2000.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX2000.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2000.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX2000.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX3100.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100e.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX3100e.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100e.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100e.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100M80.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
MicroVAX3100M80.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100M80.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
MicroVAX3100M80.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
nd100.vcproj ND100: Initial support for Nord-100, implements the base instruction set. 2023-03-31 14:41:47 -04:00
NOVA.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
NOVA.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
NOVA.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
NOVA.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP1.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP1.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP1.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP1.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP4.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP4.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP4.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP4.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP6.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP6.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP6.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP6.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP7.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP7.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP7.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP7.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP8.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP8.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP8.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP8.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP9.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP9.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP9.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP9.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KA.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP10-KA.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KA.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KA.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KI.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP10-KI.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KI.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KI.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KL.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP10-KL.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KL.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KL.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KS.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP10-KS.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KS.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10-KS.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP10.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP10.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP11.vcproj PDP11: RP11-C (RP02/03) disk implementation 2023-09-22 19:41:33 -04:00
PDP11.vcxproj PDP11: RP11-C (RP02/03) disk implementation 2023-09-22 19:41:33 -04:00
PDP11.vcxproj.filters PDP11: RP11-C (RP02/03) disk implementation 2023-09-22 19:41:33 -04:00
PDP11.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP15.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDP15.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP15.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDP15.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDQ3.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
PDQ3.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDQ3.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
PDQ3.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Post-Build-Event.cmd SCP: Preparing for dynamic testing of simulator REGister definitions at startup 2020-03-06 15:28:52 -08:00
Pre-Build-Event.cmd Visual Studio Projects: Force build to update to the latest windows-build 2023-06-22 04:49:57 -10:00
rtVAX1000.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
rtVAX1000.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
rtVAX1000.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
rtVAX1000.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
S3.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
S3.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
S3.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
S3.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SAGE.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
SAGE.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SAGE.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SAGE.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
scelbi.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
scelbi.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
scelbi.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
scelbi.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SDS.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
SDS.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SDS.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SDS.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SEL32.vcproj SEL32: Add IPU device support using pthreads on Linux and Windows. 2023-02-07 20:30:54 -05:00
SEL32.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SEL32.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SEL32.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
sigma.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
sigma.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
sigma.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
sigma.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Simh.ci.sln Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
Simh.sln ND100: Initial support for Nord-100, implements the base instruction set. 2023-03-31 14:41:47 -04:00
SSEM.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
SSEM.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SSEM.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
SSEM.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
swtp6800mp-a.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a2.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
swtp6800mp-a2.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a2.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
swtp6800mp-a2.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
tt2500.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
tt2500.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
tt2500.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
tt2500.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
TX-0.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
TX-0.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
TX-0.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
TX-0.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
UC15.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
UC15.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
UC15.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
UC15.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAX.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX730.vcproj VAX: M7452 Unibus window module for VAXstation 100. 2023-05-04 13:28:11 +02:00
VAX730.vcxproj VAX: Add missing vax_uw.c to Windows build. 2023-05-23 19:30:27 -04:00
VAX730.vcxproj.filters VAX: Add missing vax_uw.c to Windows build. 2023-05-18 16:55:15 -04:00
VAX730.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX750.vcproj VAX: M7452 Unibus window module for VAXstation 100. 2023-05-04 13:28:11 +02:00
VAX750.vcxproj VAX: Add missing vax_uw.c to Windows build. 2023-05-23 19:30:27 -04:00
VAX750.vcxproj.filters VAX: Add missing vax_uw.c to Windows build. 2023-05-18 16:55:15 -04:00
VAX750.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX780.vcproj VAX: M7452 Unibus window module for VAXstation 100. 2023-05-04 13:28:11 +02:00
VAX780.vcxproj VAX: Add missing vax_uw.c to Windows build. 2023-05-23 19:30:27 -04:00
VAX780.vcxproj.filters VAX: Add missing vax_uw.c to Windows build. 2023-05-18 16:55:15 -04:00
VAX780.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8200.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAX8200.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8200.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8200.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8600.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAX8600.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8600.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAX8600.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M30.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAXstation3100M30.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M30.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M30.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M38.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAXstation3100M38.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M38.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M38.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M76.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAXstation3100M76.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M76.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation3100M76.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000M60.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAXstation4000M60.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000M60.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000M60.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000VLC.vcproj Visual Studio Projects: Report warnings as errors so CI builds fail on warnings 2022-10-26 06:07:51 -10:00
VAXstation4000VLC.vcxproj Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000VLC.vcxproj.filters Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00
VAXstation4000VLC.vcxproj.user Include Windows build in CI and deploy 2023-02-26 22:22:01 -05:00