<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on WinFellow - Amiga Emulator for Windows</title>
    <link>https://petschau.github.io/WinFellow/post/</link>
    <description>Recent content in Posts on WinFellow - Amiga Emulator for Windows</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 14 Apr 2024 05:49:00 +0000</lastBuildDate>
    <atom:link href="https://petschau.github.io/WinFellow/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Legacy Fellow releases</title>
      <link>https://petschau.github.io/WinFellow/post/2024-04-14-legacy-fellow-releases/</link>
      <pubDate>Sun, 14 Apr 2024 05:49:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2024-04-14-legacy-fellow-releases/</guid>
      <description>&lt;p&gt;We sometimes get asked about older releases of Fellow for DOS as well as WinFellow, for a variety of reasons.&#xA;As many of these are no longer readily available in a convenient location, we have decided to publish a few here.&#xA;For this reason, a new History section has been established that you can visit in the menu at the top.&#xA;The history section is a work in progress, let us know if you notice any issues or factual mistakes within it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.11 released</title>
      <link>https://petschau.github.io/WinFellow/post/2024-03-28-winfellow-v0.5.11-released/</link>
      <pubDate>Thu, 28 Mar 2024 05:49:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2024-03-28-winfellow-v0.5.11-released/</guid>
      <description>&lt;p&gt;There is a new public release of WinFellow v0.5.11 in the GitHub releases section; it had been published earlier as release candidate 1.&lt;/p&gt;&#xA;&lt;p&gt;Compared to the earlier version 0.5.10, the following changes are included in this build:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;New features&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;the default display driver was changed from DirectDraw to Direct3D 11, where supported&lt;/li&gt;&#xA;&lt;li&gt;implemented support for keyboard-initiated reset in Amiga Forever&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;improved logging in case of failure to initialize Direct3d graphics driver&lt;/li&gt;&#xA;&lt;li&gt;fix several issues related to creating, loading, applying and saving configuration files&lt;/li&gt;&#xA;&lt;li&gt;fix potential memory leaks&lt;/li&gt;&#xA;&lt;li&gt;implement more failure checks for Direct3D initialization&lt;/li&gt;&#xA;&lt;li&gt;fix crash to desktop when using an emulated joystick in Amiga Forever&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Maintenance updates&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.10 released</title>
      <link>https://petschau.github.io/WinFellow/post/2023-10-04-winfellow-v0.5.10-released/</link>
      <pubDate>Wed, 04 Oct 2023 05:49:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2023-10-04-winfellow-v0.5.10-released/</guid>
      <description>&lt;p&gt;There is a new public release of WinFellow v0.5.10 in the GitHub releases section; it had been published earlier as release candidate 1.&lt;/p&gt;&#xA;&lt;p&gt;Compared to the earlier version 0.5.9, the following changes are included in this build:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;New features&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;a native ARM64 build of WinFellow is now provided as part of the release zip archive&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Thanks to the availability of Toni Wilen&amp;rsquo;s cputester, the following mostly CPU related issues from the basic tests could be addressed:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Removed address register as byte source operand in move.&lt;/li&gt;&#xA;&lt;li&gt;Various bit-field instruction fixes.&lt;/li&gt;&#xA;&lt;li&gt;Incorrect pack/unpk behaviour.&lt;/li&gt;&#xA;&lt;li&gt;Trapcc increase pc after condition check to get correct exception stack frame.&lt;/li&gt;&#xA;&lt;li&gt;Cas2 select the first compare result value when both compare registers are the same register. Set v flag.&lt;/li&gt;&#xA;&lt;li&gt;Link/Unlk incorrect result on stack when link register was a7.&lt;/li&gt;&#xA;&lt;li&gt;Split long reads in two word reads for correct values across banks that are not stored consecutively.&lt;/li&gt;&#xA;&lt;li&gt;VPOS wraparound fix.&lt;/li&gt;&#xA;&lt;li&gt;Exception cycle time changes.&lt;/li&gt;&#xA;&lt;li&gt;Fixed various instructions that overwrote exception cycle times with regular instruction time. (when triggering privilege violations etc.)&lt;/li&gt;&#xA;&lt;li&gt;Set div cycle times to values closer to the listed cycle times. Still not dynamically calculated, but should be closer.&lt;/li&gt;&#xA;&lt;li&gt;Don&amp;rsquo;t trace when instruction was aborted by illegal, privilege or address error.&lt;/li&gt;&#xA;&lt;li&gt;CHK.w N flag fix.&lt;/li&gt;&#xA;&lt;li&gt;EOR ea vs. data register check for cycle calculation was inverted.&lt;/li&gt;&#xA;&lt;li&gt;Changes to cycle calculation for BSET/BCGH.&lt;/li&gt;&#xA;&lt;li&gt;Set undefined div flags according to behaviour on 68000.&lt;/li&gt;&#xA;&lt;li&gt;Move to SR, check supervisor level before evaluating ea.&lt;/li&gt;&#xA;&lt;li&gt;Include exception time in cycle time for chk.&lt;/li&gt;&#xA;&lt;li&gt;Handle bkpt differenly from illegal.&lt;/li&gt;&#xA;&lt;li&gt;Broken overflow and other special cases for mull.&lt;/li&gt;&#xA;&lt;li&gt;Handle supervisor check differently for move from sr to avoid returning result when throwing exception.&lt;/li&gt;&#xA;&lt;li&gt;Missing address mask in rtarea memory handling (for when upper address byte contains data).&lt;/li&gt;&#xA;&lt;li&gt;Trapcc had wrong pc in the stack frame.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;fixed mouse capture for older RetroPlatform hosts&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Maintenance updates&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.9 released</title>
      <link>https://petschau.github.io/WinFellow/post/2023-09-04-winfellow-v0.5.9-released/</link>
      <pubDate>Mon, 04 Sep 2023 05:49:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2023-09-04-winfellow-v0.5.9-released/</guid>
      <description>&lt;p&gt;There is a new public release of WinFellow v0.5.9 in the GitHub releases section; it had been published earlier as release candidate 1.&lt;/p&gt;&#xA;&lt;p&gt;Compared to the earlier version 0.5.8, the following changes are included in this build:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;System requirement changes&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;support for Windows XP and Vista has been removed; version 0.5.8 will be the last WinFellow release to support Windows XP or Windows Vista. This enables us to take advantage of enhancements in the toolset used during development and testing.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;New features&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.8 released</title>
      <link>https://petschau.github.io/WinFellow/post/2019-07-12-winfellow-v0.5.8-released/</link>
      <pubDate>Fri, 12 Jul 2019 05:49:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2019-07-12-winfellow-v0.5.8-released/</guid>
      <description>&lt;p&gt;There is a new public release of WinFellow v0.5.8 in the GitHub releases section; it had been published earlier as release candidate 1.&lt;/p&gt;&#xA;&lt;p&gt;Compared to the earlier version 0.5.7, the following changes are included in this build:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;New features&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;support for RDB hardfiles was implemented; while creating a new hardfile from the WinFellow GUI still creates &amp;ldquo;plain&amp;rdquo; hardfiles, a Rigid Disk Block can be created using tools like HD Toolbox&lt;/li&gt;&#xA;&lt;li&gt;the default naming scheme for filesystem devices has been changed from DHx: to FSx: to avoid naming conflicts with existing RDB hardfiles&lt;/li&gt;&#xA;&lt;li&gt;a 64 bit build is now provided; the NSIS installer will install either the 32 or 64 bit version depending on the operating system that is used&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bug fixes&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.7 released</title>
      <link>https://petschau.github.io/WinFellow/post/2018-01-02-winfellow-v0.5.7-released/</link>
      <pubDate>Tue, 02 Jan 2018 16:00:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2018-01-02-winfellow-v0.5.7-released/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Bug fixes:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;floppy code was updated to use a track limit &amp;gt; 80; it will output random data beyond track 80 - fixes Outrun/The Games: Summer Edition; also added missing checks for disabled drives, fixing Winter Olympics 94&lt;/li&gt;&#xA;&lt;li&gt;fixed a bug where unexpected pixel format flags besides RGB stopped DirectDraw initialization&lt;/li&gt;&#xA;&lt;li&gt;several bugs in the screenshot code were fixed; standalone screenshots were not saved correctly in D3D mode, and used with Amiga Forever raw screenshots were missing screen areas due to faulty initialization of the internal clipping areas&lt;/li&gt;&#xA;&lt;li&gt;fixed screen area mismatch when Amiga Forever region/size settings are both set to auto; auto clipping is still not supported&lt;/li&gt;&#xA;&lt;li&gt;CPU instruction fixes:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fixed a signed bug in 64-bit division&lt;/li&gt;&#xA;&lt;li&gt;minor timing adjustment for btst&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;CIA event counter changes according to documentation&lt;/li&gt;&#xA;&lt;li&gt;the project files were updated to Visual Studio 2017&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Please see the included file ChangeLog.txt for a full list of changes, including minor bug fixes which are not listed above.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.6 released</title>
      <link>https://petschau.github.io/WinFellow/post/2017-11-12-winfellow-v0.5.6-released/</link>
      <pubDate>Sun, 12 Nov 2017 14:23:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2017-11-12-winfellow-v0.5.6-released/</guid>
      <description>&lt;p&gt;&lt;strong&gt;New features:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Amiga Forever 2017 support modules were updated to the latest version, improving Amiga Forever input device handling by reducing lag&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bug Fixes:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;improve support for IPF images (align disk words to sync if sync is found on an odd boundary)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Please see the included file ChangeLog.txt for a full list of changes, including minor bug fixes which are not listed above.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow v0.5.4 released</title>
      <link>https://petschau.github.io/WinFellow/post/2017-03-11-winfellow-v0.5.4-released/</link>
      <pubDate>Sat, 11 Mar 2017 18:15:00 +0000</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2017-03-11-winfellow-v0.5.4-released/</guid>
      <description>&lt;p&gt;&lt;strong&gt;New features:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;re-designed display settings to make use of modern higher resolution displays more intuitive; instead of configuring a window resolution, scaling and overscan area can be configured automatically to create a window of the optimal size and scaling factor; both can also be configured manually to arrive at frequently window sizes&lt;/li&gt;&#xA;&lt;li&gt;support for the Direct3D 11 graphics API; this requires DirectX 11 to be installed&#xA;&lt;ul&gt;&#xA;&lt;li&gt;on Windows Vista, the platform update &lt;a href=&#34;https://support.microsoft.com/en-us/help/971644&#34;&gt;KB971644&lt;/a&gt; should be installed, as it contains required updates to DirectX&lt;/li&gt;&#xA;&lt;li&gt;the graphics card has to provide hardware acceleration for Direct3D&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;ability to save screenshots to the pictures folder (hit &amp;lt; Print Screen &amp;gt; to trigger)&lt;/li&gt;&#xA;&lt;li&gt;support for automatic, as well as 3x and 4x scaling, which is useful for 4K/high DPI displays; for the best results, try leaving the scaling at automatic&lt;/li&gt;&#xA;&lt;li&gt;very basic serial port/UART emulation; nothing can be connected to the serial port; this is mostly used for serial debug logging (which is active only in debug builds of WinFellow), but the port is always being emulated&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Bug Fixes:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WinFellow has a new home</title>
      <link>https://petschau.github.io/WinFellow/post/2016-01-11-winfellow-has-a-new-home/</link>
      <pubDate>Tue, 12 Jan 2016 06:43:18 +0100</pubDate>
      <guid>https://petschau.github.io/WinFellow/post/2016-01-11-winfellow-has-a-new-home/</guid>
      <description>&lt;p&gt;WinFellow development has found a new home on GitHub; please update your bookmarks accordingly.&lt;/p&gt;&#xA;&lt;p&gt;Downloads for older releases are still available at &lt;a href=&#34;http://sourceforge.net/projects/fellow/files/&#34;&gt;SourceForge&lt;/a&gt; for reference; for future news and updates, please visit us &lt;a href=&#34;http://petschau.github.io/WinFellow&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The GitHub source code repository is available &lt;a href=&#34;http://github.com/petschau/WinFellow&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Future releases of WinFellow will be published in GitHub&amp;rsquo;s &lt;a href=&#34;https://github.com/petschau/WinFellow/releases&#34;&gt;releases&lt;/a&gt; section.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
