pkgsrc/emulators
jmmv 1522709fb2 Update to 3.0.2. From Todd Vierling in PR pkg/22967. Changes:
1. New Features in 3.0-2

1.1 PDP-1
- The LOAD command takes an optional argument specifying the memory field
  to be loaded.
- The PTR BOOT command takes its starting memory field from the TA (address
  switch) register.

2. Bugs Fixed in 3.0-2

2.1 SCP and libraries
- Fixed end of file problem in dep, idep.
- Fixed handling of trailing spaces in dep, idep.

2.2 PDP-1
- Fixed system hang if continue after PTR error.
- Fixed PTR to start/stop on successive rpa instructions.

2.3 PDP 18b family
- Fixed priorities in PDP-15 API (differs from PDP-9).
- Fixed sign handling in PDP-15 EAE unsigned mul/div (differs from PDP-9).
- Fixed bug in CAF, clears API subsystem.

2.4 1401
- Fixed tape read end-of-record handling based on real 1401.
- Added diagnostic read (space forward).

2.5 1620
- Fixed bug in immediate index add (found by Michael Short).

3. New Features in 3.0 vs prior releases

3.1 SCP and Libraries
- Added ASSIGN/DEASSIGN (logical name) commands.
- Changed RESTORE to unconditionally detach files.
- Added E11 and TPC format support to magtape library.
- Fixed bug in SHOW CONNECTIONS.
- Added USE_ADDR64 support

3.2 All magtapes
- Magtapes support SIMH format, E11 format, and TPC format (read only).
- SET <tape_unit> FORMAT=format sets the specified tape unit's format.
- SHOW <tape_unit> FORMAT displays the specified tape unit's format.
- Tape format can also be set as part of the ATTACH command, using
  the -F switch.

3.3 VAX
- VAX can be compiled without USE_INT64.
- If compiled with USE_INT64 and USE_ADDR64, RQ and TQ controllers support
  files > 2GB.
- VAX ROM has speed control (SET ROM DELAY/NODELAY).

3.4 PDP-1
- Added block loader format support to LOAD.
- Changed BOOT PTR to allow loading of all of the first bank of memory.

3.5 PDP-18b Family
- Added PDP-4 EAE support.
- Added PDP-15 FP15 support.
- Added PDP-15 XVM support.
- Added PDP-15 "re-entrancy ECO".
- Added PDP-7, PDP-9, PDP-15 hardware RIM loader support in BOOT PTR.

4. Bugs Fixed in 3.0 vs prior releases

4.1 VAX
- Fixed CVTfi bug: integer overflow not set if exponent out of range
- Fixed EMODx bugs:
  o First and second operands reversed
  o Separated fraction received wrong exponent
  o Overflow calculation on separated integer incorrect
  o Fraction not set to zero if exponent out of range
- Fixed interval timer and ROM access to pass power-up self-test even on very
  fast host processors (fixes from Mark Pizzolato).
- Fixed bug in user disk size (found by Chaskiel M Grundman).

4.2 1401
- Fixed mnemonic, instruction lengths, and reverse scan length check bug for
  MCS.
- Fixed MCE bug, BS off by 1 if zero suppress.
- Fixed chaining bug, D lost if return to SCP.
- Fixed H branch, branch occurs after continue.
- Added check for invalid 8 character MCW, LCA.
- Fixed magtape load-mode end of record response.
- Revised fetch to model hardware more closely.

4.3 Nova
- Fixed DSK variable size interaction with restore.
- Fixed bug in DSK set size routine.

4.4 PDP-1
- Fixed DT variable size interaction with restore.
- Updated CPU, line printer, standard devices to detect indefinite I/O wait.
- Fixed incorrect logical, missing activate, break in drum simulator.
- Fixed bugs in instruction decoding, overprinting for line printer.

4.5 PDP-11
- Fixed DT variable size interaction with restore.
- Fixed bug in MMR1 update (found by Tim Stark).
- Added XQ features and fixed bugs:
  o Corrected XQ interrupts on IE state transition (code by Tom Evans).
  o Added XQ interrupt clear on soft reset.
  o Removed XQ interrupt when setting XL or RL (multiple people).
  o Added SET/SHOW XQ STATS.
  o Added SHOW XQ FILTERS.
  o Added ability to split received packet into multiple buffers.
  o Added explicit runt and giant packet processing.
- Fixed bug in user disk size (found by Chaskiel M Grundman).

4.6 PDP-18B
- Fixed DT, RF variable size interaction with restore.
- Fixed MT bug in MTTR.
- Fixed bug in PDP-4 line printer overprinting.
- Fixed bug in PDP-15 memory protect/skip interaction.
- Fixed bug in RF set size routine.
- Increased PTP TIME for PDP-15 operating systems.

4.7 PDP-8
- Fixed DT, DF, RF, RX variable size interaction with restore.
- Fixed MT bug in SKTR.
- Fixed bug in DF, RF set size routine.

4.8 HP2100
- Fixed bug in DP (13210A controller only), DQ read status.
- Fixed bug in DP, DQ seek complete.
- Fixed DR drum sizes.
- Fixed DR variable capacity interaction with SAVE/RESTORE.

4.9 GRI
- Fixed bug in SC queue pointer management.

4.10 PDP-10
- Fixed bug in RP read header.

4.11 Ibm1130
- Fixed bugs found by APL 1130.

4.12 Altairz80
- Fixed bug in real-time clock on Windows host.
2003-09-26 21:36:11 +00:00
..
arcem s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
arnold Initial import of arnold-20020127: 2003-09-24 10:53:27 +00:00
atari800 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
BasiliskII List Todd Vierling as the maintainer of this package on his own request. 2003-06-14 06:50:52 +00:00
bochs s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
compat11 Add a version (1.1) 1999-12-18 13:41:29 +00:00
compat12 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
compat13 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
compat14 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
compat14-crypto Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
darcnes Don't dump core if no ROM specified. From Soren Jacobsen in PR 22326. 2003-09-17 07:15:32 +00:00
dega Initial import of dega, version 1.07: 2003-09-14 19:10:01 +00:00
dgen Initial import of dgen 1.2.3. 2003-09-25 04:53:23 +00:00
dosbox Bump revision due to SDL update, and sync versions in buildlink files where 2003-07-26 21:41:08 +00:00
doscmd s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
fmsx s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
freebsd_lib COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
fuse Fuse is the Free Unix Spectrum Emulator. 2003-09-16 09:55:13 +00:00
fuse-utils Fuse is the Free Unix Spectrum Emulator. 2003-09-16 10:01:34 +00:00
generator Bump revision due to SDL update, and sync versions in buildlink files where 2003-07-26 21:41:08 +00:00
gnuboy COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
gpsim PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
hatari Bump revision due to SDL update, and sync versions in buildlink files where 2003-07-26 21:41:08 +00:00
hercules COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
hercules-images s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
ia64sim s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
libspectrum install documentation. bump PKGREVISION. 2003-09-22 22:06:29 +00:00
linux-locale s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
linuxppc_lib COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
lrmi Bump package version 2003-08-30 16:16:32 +00:00
minivmac COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
mmix Update to mmix-20030622. 2003-07-30 19:20:33 +00:00
netbsd32_compat14 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
netbsd32_compat15 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
netbsd32_compat16 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
osf1_lib Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
p11 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
palmosemulator s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
pcemu Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
peace fix paths/names for some of the dependencies 2003-09-25 09:19:28 +00:00
plex86 Do not override BSDSRCDIR's value before including bsd.prefs.mk. This breaks 2003-09-22 11:56:19 +00:00
rewind s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
simh Update to 3.0.2. From Todd Vierling in PR pkg/22967. Changes: 2003-09-26 21:36:11 +00:00
snes9x Make this build with gcc3.3. 2003-09-21 18:22:14 +00:00
spim s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
stella get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or 2003-09-17 19:39:58 +00:00
suse64_audio s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_base s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_compat s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_devel s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_glx s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_gtk s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_libc5 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_libjpeg s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_libpng s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_linux s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_vmware s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_x11 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse64_xforms s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse_audio Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_base Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_compat Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_devel s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse_freetype2 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse_glx Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_gtk Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_libc5 Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_libjpeg Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_libpng Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_libtiff Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_linux Make this work in Linux 2003-09-04 08:21:52 +00:00
suse_openmotif Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_slang s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
suse_vmware Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_x11 Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
suse_xforms Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
swarm Update swarm from 0.57 to 0.61. Swarm now emulates an ARM 7M core. 2003-08-14 09:31:39 +00:00
twin Unset maintainer on his request. 2003-07-30 06:01:58 +00:00
uae Use new variable "CC_VERSION" instead of NetBSD-current specific 2003-09-24 12:33:22 +00:00
vice USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
vmware Specify the category when including other files and when depending on other 2003-09-18 16:25:08 +00:00
vmware-module Prepare for pkgviews by making sure that passing VIEW-INSTALL or 2003-08-30 20:22:49 +00:00
vmware-module3 Update to 3.2.1.5, which adapts to -current changes - p_dupfd move from 2003-09-13 11:54:23 +00:00
vmware3 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wine Sort PLIST. 2003-09-25 13:25:45 +00:00
x48 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
xbeeb s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
xcopilot s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
xm7 Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
xmame Update xmame to 0.74.1. 2003-09-20 00:45:26 +00:00
xmess Update xmess to 0.74.1. 2003-09-20 00:46:01 +00:00
zsnes Bump revision due to SDL update, and sync versions in buildlink files where 2003-07-26 21:41:08 +00:00
Makefile Add and enable dgen 2003-09-25 04:54:08 +00:00