PDP11, VAX: Re-enabled VH11 after fixes (Mark Pizzolato)

This commit is contained in:
Bob Supnik 2022-09-21 12:00:00 -04:00 committed by Paul Koning
parent 8bc5b0b15d
commit 16de685c4b
2 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/* pdp11_sys.c: PDP-11 simulator interface
Copyright (c) 1993-2018, Robert M Supnik
Copyright (c) 1993-2022, Robert M Supnik
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@ -23,6 +23,8 @@
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from Robert M Supnik.
25-Jul-22 RMS Re-enabled VH11 after fixes (Mark Pizzolato)
17-Feb-20 RMS Disabled VH11
23-May-18 RMS Changed UC15 simulator name
14-Mar-16 RMS Added UC15 support
02-Sep-13 RMS Added third Massbus, RS03/RS04

View file

@ -1,6 +1,6 @@
/* vax_syslist.c: VAX device list
Copyright (c) 1998-2008, Robert M Supnik
Copyright (c) 1998-2022, Robert M Supnik
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@ -23,8 +23,10 @@
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from Robert M Supnik.
17-Oct-06 RMS Re-ordered device list
17-May-06 RMS Added CR11/CD11 support (John Dundas)
21-Sep-2022 RMS Restored VH11
17-Feb-2020 RMS Disabled VH11
17-Oct-2006 RMS Re-ordered device list
17-May-2006 RMS Added CR11/CD11 support (John Dundas)
01-Oct-2004 RMS Cloned from vax_sys.c
*/