diff options
author | adam <adam@pkgsrc.org> | 2014-12-01 14:51:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-12-01 14:51:41 +0000 |
commit | 0989bdb42467f82a93881045230971eca8185495 (patch) | |
tree | b14bb9bbe84dc60fe1608b2f37370bb1cc358417 /emulators/hatari/PLIST | |
parent | f5e11964c94a2353b7cff60e518437fe39eb01dc (diff) | |
download | pkgsrc-0989bdb42467f82a93881045230971eca8185495.tar.gz |
Changes 1.8.0:
Huge improvements to the FDC emulation
Support for STX files on any OS (with Hatari's own open source code), as well as support for IPF/CTR files
Write support for STX files, using .wd1772 files
Some various fixes to the video emulation
Many changes to the CPU related to prefetch
Some fixes to STE sound (microwire and LMC) and to Falcon sound
Some fixes to Gemdos HD emulation : clip filenames, autostart
Some fixes to ASCI HD : larger image, improve some commands
Changes to the UI : 2nd line of information at the bottom, better performances under SDL, more options in some screens
For developpers : more Natfeats commands, better tracing of OS calls (bios, xbios, ...), many additions to the debugger
Diffstat (limited to 'emulators/hatari/PLIST')
-rw-r--r-- | emulators/hatari/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST index 34b61ac03ee..284d4c1c7a5 100644 --- a/emulators/hatari/PLIST +++ b/emulators/hatari/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2013/09/12 14:31:58 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.16 2014/12/01 14:51:41 adam Exp $ bin/atari-hd-image bin/gst2ascii bin/hatari @@ -7,9 +7,9 @@ bin/hatariui bin/hmsa bin/zip2st man/man1/atari-hd-image.1 -man/man1/gst2ascii.1.gz +man/man1/gst2ascii.1 man/man1/hatari.1 -man/man1/hatari_profile.1.gz +man/man1/hatari_profile.1 man/man1/hatariui.1 man/man1/hconsole.1 man/man1/hmsa.1 |