Commit graph

958 commits

Author SHA1 Message Date
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
wiz
1116f7a369 Sort PLIST. 2003-09-25 13:25:45 +00:00
dmcmahill
f8a30b6401 fix paths/names for some of the dependencies 2003-09-25 09:19:28 +00:00
xtraeme
7f4adca0db Add and enable dgen 2003-09-25 04:54:08 +00:00
xtraeme
977a79a719 Initial import of dgen 1.2.3.
Package provided by pancake <pancake@phreaker.net> via pkgsrc-wip.

This is DGen/SDL, a semi-fantastic emulator for Unix-esque operating systems
supported by the Simple DirectMedia Layer (SDL) library. It produces a virtual
environment in which Sega Genesis (MegaDrive outside the US) games may run
with fairly accurate audio and video.
2003-09-25 04:53:23 +00:00
tron
48a82c8e70 Use new variable "CC_VERSION" instead of NetBSD-current specific
variable "HAVE_GCC3" to find out if the GCC 3.x work arround is required.
2003-09-24 12:33:22 +00:00
dillo
9088bffcd9 add and enable arnold 2003-09-24 10:55:11 +00:00
dillo
eeedc01d69 Initial import of arnold-20020127:
Arnold is an Amstrad CPC, Amstrad CPC+ and KC Compact emulator.
        Arnold is accurate and emulates the Amstrad systems to the cycle
        level. It also emulates 99% of all demo effects.
2003-09-24 10:53:27 +00:00
tron
c831480f5a Work arround build problem with GCC 3.3.1 by disabling the broken assembler
source optimizer.
2003-09-23 19:05:05 +00:00
adam
f593d83ca9 Added buildlinks for libungif and pthread 2003-09-23 05:34:35 +00:00
dillo
e991d00026 install documentation. bump PKGREVISION. 2003-09-22 22:06:29 +00:00
jmmv
74dfaa3ca2 Do not override BSDSRCDIR's value before including bsd.prefs.mk. This breaks
on systems where the variable is defined in mk.conf using the ?= operator.
2003-09-22 11:56:19 +00:00
kristerw
7af0b90e7f Make this build with gcc3.3.
From Stefan Kruger in PR 22590.
2003-09-21 18:22:14 +00:00
kent
d832727a5d Update w32api to 2.4, and PEACE to 20030919 snapshot.
This change fixes PR pkg/19049.
2003-09-21 16:03:39 +00:00
kristerw
03fbbd1820 Update xmess to 0.74.1.
Changes since 0.72.1 include:
- Everything from MESS CVS.
- Reapplied David Mitchell's fix for the XInput inertial effect when
  a mouse or spinner is used.  (Jake Stookey)
- Added support for controllor setup via "-ctrlr".  Note that "-hotrod"
  and "-hotrodse" have been replaced by "-ctrlr HotRod" and "-ctlrlr
  HotRodSE".
2003-09-20 00:46:01 +00:00
kristerw
daf22eb471 Update xmame to 0.74.1.
Changes since 0.72.1 include:
- Everything from MAME 0.74.
- Reapplied David Mitchell's fix for the XInput inertial effect when
  a mouse or spinner is used.  (Jake Stookey)
- Added support for controllor setup via "-ctrlr".  Note that "-hotrod"
  and "-hotrodse" have been replaced by "-ctrlr HotRod" and "-ctlrlr
  HotRodSE".
2003-09-20 00:45:26 +00:00
jmmv
6d9ccf016f Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18 16:25:08 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
wiz
5065f4431f Don't dump core if no ROM specified. From Soren Jacobsen in PR 22326. 2003-09-17 07:15:32 +00:00
adam
c6924a1a49 Added fuse, fuse-utils, libspectrum 2003-09-16 10:03:00 +00:00
adam
925ca80927 Fuse is the Free Unix Spectrum Emulator.
* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any
computer you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on system supporting the Open Sound System or BSD/Solaris).
* Kempston joystick emulation.
* Emulation of the various printer you could attach to the Spectrum.
* Very basic support for RZX files.

Changes 0.6.1:
        * Add `snapconv' utility to convert between snapshot formats
          (Philip Kendall).

        * Add `rzxcheck' utility to verify the digitial signature in an
          RZX file (Philip Kendall).

        * listbasic: a line number of >= 16384 implies the end of BASIC,
          not just > 16384 (Darren Salt).

        * listbasic: formatting improvements and support for 128K and
          TC2068 keywords (Darren Salt).

        * listbasic: add man page (Philip Kendall).

        * Various improvements due to libspectrum changes: notably support
          for Warajevo .tap files and many more snapshot formats.
2003-09-16 10:01:34 +00:00
adam
ee301b54ec Fuse is the Free Unix Spectrum Emulator.
* Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any
computer you're likely to try it on.
* Support for loading from .tzx files.
* Sound (on system supporting the Open Sound System or BSD/Solaris).
* Kempston joystick emulation.
* Emulation of the various printer you could attach to the Spectrum.
* Very basic support for RZX files.

Changes 0.6.1:
        * A Z80 core rewrite such that it's now generated from the regular
          patterns in the instruction set. This shouldn't have any effect
          as yet, but will make performance enhancements easier to do in
          the future (Philip Kendall).

        * On the TC2068, the ROM traps apply only when in the EXROM and
          memory contention applies only in the HOME bank (Fredrick
          Meunier).

        * On the 128K Spectrum, use the correct port mask when checking
          for contention on the 'memory control' port (Philip Kendall).

        * RZX competition mode (Philip Kendall).

        * Add AY logging to .psg files (Matthew Westcott)

        * Optionally autoload +3 and TRDOS disks when they're inserted
          (Philip Kendall).

        * Fall back to read(2) and malloc(3) if mmap(2) fails or is
          unavailable (Philip Kendall).

        * Add 'out' and 'tbreakpoint' commands, conditional breakpoints
          and the ability to use general numeric expression to the GTK+
          debugger (Philip Kendall).

        * Allow Fuse to work with GTK+ 2.x (Marek Januszewski).

        * Add a scrollbar to the GTK+ debugger's disassembly window
          (Philip Kendall).

        * New AdvMAME3x graphics scaler (Fredrick Meunier/ScummVM team)

        * In the GTK+ UI, deactivate menu items when they're not
          appropriate (Philip Kendall).

        * Make bright black be the same as 'normal' black in the
          framebuffer user interface (Witold Filipczyk).

        * Add confirmation dialogs before resetting or quitting under the
          GTK+ UI (Philip Kendall).
2003-09-16 09:55:13 +00:00
adam
5e923939b1 libspectrum is a library designed to make the input and output of some
ZX Spectrum emulator files slightly easier.  It is intended to be usable
on Unix variants, Win32 and MacOSX.

Changes 0.2.0:
        * libspectrum 0.2.0 released.

        * Various data structures (snapshots, tapes, tape blocks) which
          were previously directly accessible are now accessible only via
          wrapper functions. This should improve future binary
          compatability, but at the cost of breaking it for this release
          (Philip Kendall).

        * Change the API for reading/writing snapshots to be more general.
          The old API still exists, but is deprecated (Philip Kendall).

        * Support for reading .szx, .zxs, .sp, .snp and +D snapshots
          (Philip Kendall).

        * Support for writing .szx and .sna snapshots (Philip Kendall).

        * Support for reading Warajevo .tap files (Fredrick Meunier).

        * Support for signing RZX files with digital signatures (Philip
          Kendall).

        * Timing fixes for the TC2048 and TC2068 (Fredrick Meunier).

        * Fix reading of 128K .sna snapshots (Philip Kendall).

        * New capabilities for the Timex dock, and built-in Sinclair and
          Kempston joysticks (Fredrick Meunier).

        * Use <stdint.h> to give us the <n>-bit types if it's available
          (Philip Kendall).

        * Ignore links to external snapshots from RZX files, rather than
          trying to interpret the path as a snapshot (Philip Kendall).
2003-09-16 09:46:51 +00:00
adam
e8451ddbc3 Changes 20030911:
- Many improvements to the winecfg configuration tool.
- Massive header files cleanup for better source compatibility.
- Some more progress on the kernel/ntdll separation.
- Lots of bug fixes.

Changes 20030813:
- Partial implementation of the Microsoft Installer (msi.dll).
- GUI for regedit (from ReactOS).
- DirectMusic dlls reorganization.
- Many Wininet improvements.
- Lots of bug fixes.
2003-09-15 10:52:26 +00:00
adam
b9d3b5f352 Changes 20030911:
- Many improvements to the winecfg configuration tool.
- Massive header files cleanup for better source compatibility.
- Some more progress on the kernel/ntdll separation.
- Lots of bug fixes.

Changes 20030813:
- Partial implementation of the Microsoft Installer (msi.dll).
- GUI for regedit (from ReactOS).
- DirectMusic dlls reorganization.
- Many Wininet improvements.
- Lots of bug fixes.
2003-09-15 10:51:36 +00:00
jmmv
9b60705741 Add and enable dega. 2003-09-14 19:10:31 +00:00
jmmv
bb0ff082fa Initial import of dega, version 1.07:
Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator.
It uses the SDL library.

Provided by pancake@phreaker.net in pkgsrc-wip with some minor changes by me.
2003-09-14 19:10:01 +00:00
jdolecek
1f15e3ff62 Update to 3.2.1.5, which adapts to -current changes - p_dupfd move from
struct proc to l_dupfd in struct lwp

also, the archive is now wrapped classic way, so no ${WRKSRC} override
is necessary
2003-09-13 11:54:23 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
martti
f6ad32bcd0 Make this work in Linux 2003-09-04 08:21:52 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
jlam
fd56fd1a85 Convert to use bsd.pkg.install.mk. 2003-08-30 19:07:10 +00:00
jlam
501c7f764d Convert to use bsd.pkg.install.mk. 2003-08-30 19:02:33 +00:00
jlam
0a1855c74d Convert to use bsd.pkg.install.mk. 2003-08-30 19:00:03 +00:00
jlam
e4940de598 Convert to use bsd.pkg.install.mk. 2003-08-30 18:57:03 +00:00
jlam
e56730c7c4 Convert to use bsd.pkg.install.mk. 2003-08-30 18:53:07 +00:00
jmc
ea3e31a809 Bump package version 2003-08-30 16:16:32 +00:00
jmc
58a92edd14 Install vbe.h also or packes which might use this (atitvout) won't work. 2003-08-30 16:15:32 +00:00
kent
02612ba880 Update to 20030828 snaphot, which runs with not NetBSD 1.6 but -current.
Major change:
 * Support for runtime link with ELF libraries.
2003-08-28 15:23:57 +00:00
jdolecek
4826d368a2 Update to 3.2.1.4, which actually compiles and works fine without
my noncommitted LKM changes.
Pointed out by Juergen Hannken-Illjes in private e-mail, adresses
PR pkg/22538.
2003-08-26 19:01:51 +00:00
jdolecek
9b7d31c943 update vmware-module3 to 3.2.1.3
Changes since previous version:
* make compilable with kernel >1.6V - the proc->lwp change was backed
  off
* included files.vmware to distribution, to help easily compile
  the modules into kernel, rather than compiling than as LKM

The proc->lwp backout fix for >1.6V contributed in pkg/22538
by Juergen Hannken-Illjes.
2003-08-24 15:53:47 +00:00
kristerw
730b51dc42 Update xmame to 0.72.1.
Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
  (Shyouzou Sugitani)
- The Xv target supports more effects.   (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
  (Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and
  Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3".  The
  "-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
  fullscreen mode via ALT + END.
- Added -widescreen for Xv.  This shrinks the width of the output for
  display on a widescreen TV.  (Per Wigren)
2003-08-16 18:50:28 +00:00
kristerw
f9cb62fb2a Update xmess to 0.72.1.
Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
  (Shyouzou Sugitani)
- The Xv target supports more effects.   (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
  (Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 2", and
  Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 3".  The
  "-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
  fullscreen mode via ALT + END.
- Added -widescreen for Xv.  This shrinks the width of the output for
  display on a widescreen TV.  (Per Wigren)
2003-08-16 18:50:06 +00:00
agc
f018da869b Update swarm from 0.57 to 0.61. Swarm now emulates an ARM 7M core.
Changes since previous version:

#00061 michael pp Michael Dales (michael@dcs.gla.ac.uk) Thu Sep 27 10:41:39 BST 2001
------------------------------------------------------------------------------------
* Contains lots of code by Hanish Menon [www.hanishkvc.com] to enable uCLinux to
  work on SWARM.

* Updated the logic in armproc.cpp wrt UART and LCD Ctrls so that
  they can rise interrupts to the Interrupt Ctrl if required.
* Updated certain messages and return values.

* Added the srec loader
* Updated the LCD controller address

* ReIntroduced the Parse_Opts logic.
* Will be adding support for SREC file loading.
* Fixed a problem in the bin/Makefile

* Added support for a minimal UART controller.
* Updated the earlier sample LCD controller which I had written wrt its Addr.

* Looking into SWARM and the Device/Pheriperal interface logic in SWARM
* Added a partial LCD Ctrl logic to test the interface logic

* fix a problem with ldms

#00060 michael pp Michael Dales (michael@dcs.gla.ac.uk) Tue May 15 22:53:15 BST 2001
------------------------------------------------------------------------------------
Added cache invalivation functions to the system coprocessor.

#00059 michael pp Michael Dales (michael@dcs.gla.ac.uk) Fri May 11 16:52:45 BST 2001
------------------------------------------------------------------------------------
Corrected the n-way set associative cache. Added functionality to the system
co-processor to allow me to read the cycle counter, cache hit counter, and
cache miss counter in an application, using register 11 with opcode 2 set to
0, 1, and 2 respectively.

#00058 michael pp Michael Dales (michael@dcs.gla.ac.uk) Thu May 10 14:05:25 BST 2001
------------------------------------------------------------------------------------
Added a n-way set associative cache. Default is now 8k 4-way shared cache.
2003-08-14 09:31:39 +00:00
drochner
0637fa6fa7 install header too, pointed out by mrg 2003-08-12 13:26:23 +00:00
drochner
d412a0e572 +lrmi 2003-08-11 18:18:00 +00:00
drochner
c6962832cc import lrmi-0.8 - the Linux Real Mode Interface for that misdesigned
thing people have as processors in their PCs
2003-08-11 18:13:50 +00:00
seb
4a2efdf6fd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:49:07 +00:00
wiz
079667a86b Split out some code into Makefile.common to be used by darcnes-svgalib
in pkgsrc-wip. From Ben Collver.
2003-08-02 19:52:12 +00:00