Age | Commit message (Collapse) | Author | Files | Lines |
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
for short packets from local host) pad it to 60 bytes.
|
|
|
|
Changes in 2.0.1 (January 4, 2003):
- fix corrupt saved configuration files (Christophe Bothamy)
- fix missing break statements in apic (Shai Fultheim)
- fix compiling sb16 under FreeBSD (Volker Ruppert)
- updates to the documentation (Volker)
- fix text mode colors 8 to 15 (Volker)
- fix FPU integer load bug (Volker)
- stop pasting on hardware reset (Volker)
|
|
Changes since 0.62.1nb1 include:
- Fixed problems in memory.c that could lead to crashes and default.cfg
corruption. (smf)
- Aspect and mode switches are now available for the Xv driver even if
DGA isn't enabled.
- The 'rc' and 'hi' directories are now created on startup if they're
missing. (Gerd Sussner)
|
|
Changes since 0.62.1nb5 include:
- The 'rc' and 'hi' directories are now created on startup if they're
missing. (Gerd Sussner)
|
|
no tar file yet.
+ - Fixed problems in memory.c that could lead to crashes and default.cfg
+ corruption. (smf)
+ - Fixed a bunch of ANSI/ISO warnings reported by Stefano Priore.
+ - Fixed a crash in the MESS Atari 800 driver.
+ - Aspect and mode switches are now available for the Xv driver even if
+ DGA isn't enabled.
|
|
PR#19006: use the pkgsrc libjpeg instead of a local copy, and patch a bug in
the serial device file descriptor handling.
Also up the emulated "CPU idle" delay from 10ms to 100ms. For some reason the
former saturates the CPU (on a Celeron 700 system), but with the latter the
program idles at near 0%. This patch is probably not required for native
threads. Mileage may vary...
|
|
|
|
|
|
|
|
|
|
as emulators/hatari.
Hatari is an Atari ST emulator for systems supported by the SDL library.
You need a copy of an Atari ST TOS ROM to use this program. Then run
the program as follows: hatari --tos tos.image
|
|
|
|
|
|
PKGREVISION++
|
|
|
|
be consistent with the other USE_MMX-using packages.
Add USE_MMX to BUILD_DEFS.
|
|
A very brief summary of changes:
- 2x emulation speedup!!!
- added plugin devices and guis. Now you can compile with many more
options, and choose between them at runtime.
- added emulation of AMD x86-64, MMX, SSE, SSE2 instructions.
- add wxWindows port (a graphical configuration interface and display lib)
and SVGAlib port (full screen display for Linux without X11).
- improvements in many I/O devices: for example up to 8 hard disks/cdroms,
TUN/TAP network interface, 360k floppies.
- improved MacOSX/Carbon interface and updated MacOS9port.
- GDB remote stub, allows symbolic debugging with Bochs simulation.
- support for up to 32gig hard disk images.
|
|
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
PKGREVISION++
|
|
Changes since last packaged version are mainly that the emulation core
is based on MAME 0.62, together with random bugfixes.
|
|
Changes since PKGREVISION 2 include:
- All path and directory options in fileio.c now support expansion of
environment variables such as $HOME.
|
|
package have corrupt locale files.
|
|
hardlink support fix.
|
|
|
|
hardlink support fix.
|
|
WHAT'S NEW with Wine-20021125: (see ChangeLog for details)
- Finished conversion to STRICT compilation mode.
- WinHelp revival.
- Client-side fonts supported even without RENDER extension.
- Regression tests no longer require Perl.
- Lots of bug fixes.
|
|
PKGREVISION++
|
|
Change it to only disable the macros that do massive unrolling (instead
of disable all optimization).
PKGREVISION++
|
|
Summary of changes since 1.2.4 (from ChangeLog):
* DOC/cart.txt: fixed a few typos
* ui.c:
- applied patch from Ed Cogburn that fixes subsequent mounting
of R/W disks in slot that was mounted R/O previously.
- finally implemented the R/W <-> R/O mode switching using the Space Bar.
Please note that this R/W <-> R/O switch is just temporary and does
not change the writeprotect flag of ATR images. Besides, it cannot
override this flag so you actually can't mount a writeprotected ATR
image read/write using this Space Bar toggle.
* atari.c: Ken Ames sent me a very simple patch that is supposed to allow
compiling the Atari800 on OS/2 "using Hob X11, XFree86, or IBM's X11
server".
* cartridge.[ch], ui.c, DOC/cart.txt: five new cartridge types (Nir Dary)
* cartridge.[ch], ui.c, DOC/cart.txt, DOC/README: seven new cartridge types
* pokeysnd.c: a fix for better quality of sound
* antic.c: ANTIC mode E + GTIA mode 9 ("Unconventional 2k", "Ass Kisiel")
* DOC/BUGS: "Numen" soundtrack
* cartridge.[ch], ui.c, DOC/cart.txt: 1 MB XEGS cart
* input.c: Amiga/ST mouse right button ("Bombdown")
* input.h, input.c, pia.c: MultiJoy4 interface (4 joysticks for XL/XE)
|
|
Changes since 0.61.1 include:
- Almost everything from MAME 0.62.
- The game window should no longer open twice on startup in most cases.
(One known exception is Pac-Man with artwork enabled.)
- Replaced fileio.c with a slightly modified version from the Win32
codebase. Be aware that several command line switches have changed as
a result!
- The number of games is no longer hard-coded to 3000 in datafile.c.
This should fix problems with history.dat and "-listinfo". (Rene Single)
- Rotation is now handled by the OSD code. The method used is hardly
optimal, but it should work for all display targets. Moving the
rotation to the blit core is planned for a future release.
- The Xv target now uses the game driver's aspect ratio unless the
"-nokeepaspect" or "-noka" switch is specified. Inspired by Paul
Sajecki's patch.
- Simplified/unified the FPS on-screen display. This is now only
overridden when the Barath frameskipper is in debug mode.
- The DGA, GGI, and SVGALIB targets now use the game aspect ratio
provided by the core rather than a hard-coded 4:3.
- Using "-x11-mode" or "-x11" to activate DGA fullscreen mode now
disables Xv. Likewise, switching to DGA fullscreen mode via <ALT>-
<HOME> is now disabled while Xv is active.
|
|
|
|
how to setup NetBSD/vax on simh. Thanks for the hint, Antti!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some additional cleanup by me.
Changes since 0.9.9* are too many to list here -- lots of new features.
|
|
configuration parameter which was causing problems with the stat(2)
structure.
|
|
Changes:
- Complete listview overhaul.
- Beginnings of real RPC support.
- Most dlls now build properly in STRICT mode.
- Inter-process window activation and focus handling.
- Many improvements to AVI support.
- Lots of bug fixes.
|
|
|
|
Changes since 0.60.1 include:
- Almost everything from MAME 0.61 and MESS 0.61.2.
- Fixed the register constraints in cpu/i8085/i8085cpu.h so that
cpu/i8085/i8085.c can build for x86 using gcc-3.1 with -O3. This
change was missed in the MAME 0.61 release.
- Increased the size of the buffer used to display history. (Steve Fewell)
- Modified unix/fronthlp.c so that it flushes its output more often to
aid frontends. (Shadow Walker)
- Changed unix/video-drivers/xfx.c to be more frontend-friendly.
(Benoit Dumont)
- You can now specify a config subdirectory name using -cfgname/-cn.
This is useful for creating an alternate configuration. (Benoit Dumont)
- Added a "waveout" DSP plugin which redirects sound to a file using
Microsoft's PCM WAVE format. The file name can be specified with the
"-audiodevice" switch and defaults to "xmameout.wav". (Donald King)
- Added support for showing average frames per second when quitting.
Also added support for the -frames_to_run/-ftr switch.
- Added Xv hardware scaling support! To enable, uncomment the line
reading "X11_XV = 1" in the makefile and use the -xvext/-xv switches
(and possibly the -yuv switch). (Alastair Robinson)
- An X11 build can now grab the keyboard to bypass window managers.
Use -grabkeyboard/-gkb to activate and/or the ALT + PGUP keypress to
toggle it on/off. (Gerd Sussner)
- The code for finding the best X11 visual now checks in descending
order of bit depth. This is to work around a bug/feature in the
latest NVidia drivers. (Gerd Sussner)
- Fixed a problem in the DGA2 driver that could lead to scrambled
colors with an i830MG video card in 24bpp mode. (Eric Brunet,
Shyouzou Sugitani)
|