Kolejne zmiany repozytoryjne w Windowsowym porcie emulatora Fellow - jednego z najstarszych programów, dzięki którym możemy powrócić do dawnych hitów na Amigę 500.
WinFellow Dev[SVN 929]
Author: carfesh | Date: 3 czerwca 2013 07:33:52
- fixed an issue where the presets dialog would execute unwanted code segments made ROM search path edit field read-only (select via button on the right instead)
WinFellow Dev[SVN 928]
Author: carfesh | Date: 2 czerwca 2013 08:11:07
- in graphics fallback mode, windowed modes are now usable as well added initialization for last used mod dir
- removed unused variable from rom search
WinFellow Dev[SVN 927]
Author: carfesh | Date: 1 czerwca 2013 16:56:28
- restored fallback to enumerate modes ignoring the refresh rate, if no valid drawmodes are found
- implemented error handling in RetroPlatform mode when no draw modes are found
WinFellow Dev[SVN 926]
Author: carfesh | Date: 1 czerwca 2013 10:30:04
- preset ROM search no longer performed recursively (FILEOPS_ROMSEARCH_RECURSIVE define not set by default)
WinFellow Dev[SVN 925]
Author: carfesh | Date: 31 maja 2013 20:30:31
- changed preferred way to locate AmigaForever.dll relatively (so a portable installation is preferred over an installed one)
WinFellow Dev[SVN 924]
Author: carfesh | Date: 31 maja 2013 18:39:07
- minor fix of preset location code in release builds and properly free file handles
WinFellow Dev[SVN 923]
Author: carfesh | Date: 31 maja 2013 18:20:27
- implemented fallback to locate AmigaForever.dll relatively to the WinFellow installation directory (portable use)
- removed unused fallback code from 1Hz graphics mode selection fix
WinFellow Dev[SVN 922]
Author: carfesh | Date: 31 maja 2013 16:12:26
- graphics modes with 1 Hz refresh rate are no longer being ignored, allowing testing of WinFellow with a standard VGA driver/in virtual machines
- fixed logging of preset path
WinFellow Dev[SVN 921]
Author: carfesh | Date: 28 maja 2013 17:32:42
- code refactoring to avoid stack exhaustion issue (move declarations to the beginning of functions)
- eliminated fallback to "doubled" kickstart CRC calculation
- logging output optimized
WinFellow Dev[SVN 920]
Author: carfesh | Date: 27 maja 2013 19:48:37
- preset ROM auto selection for Amiga Forever encrypted ROMs implemented
- in debug mode, presets are now read from relative path within source directory as well
- updated checksums for A2000 and A600 presets to match Amiga Forever ROMs
WinFellow Dev[SVN 919]
Author: carfesh | Date: 26 maja 2013 10:41:35
- auto-location of ROMs for model preset functionality
WinFellow Dev[SVN 918]
Author: carfesh | Date: 25 maja 2013 13:37:53
- presets preview and import (1:1) finished
WinFellow Dev[SVN 917]
Author: carfesh | Date: 21 maja 2013 19:32:32
- presets now put into dropdown box
- highlights partially displayed in GUI
WinFellow Dev[SVN 916]
Author: carfesh | Date: 20 maja 2013 15:48:01
- presets are now parsed on startup of the emulator
WinFellow Dev[SVN 915]
Author: carfesh | Date: 19 maja 2013 12:19:14
- added the ability to locate presets directory (inside WinFellow installation path)
WinFellow Dev[SVN 914]
Author: carfesh | Date: 18 maja 2013 12:24:17
- remember last used preset rom search path default to Amiga Forever
- enable model dropdown box when search path is configured
WinFellow Dev[SVN 913]
Author: carfesh | Date: 18 maja 2013 11:35:02
- GUI preparations for handling of model presets
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 991
WinFellow Dev[SVN 991]
Author: carfesh | Date: 5 grudnia 2013 14:02:33
- support for scanlines in Amiga Forever
- fix for toggling from 2x to 1x in automatic clipping mode
WinFellow Dev[SVN 990]
Author: carfesh | Date: 5 grudnia 2013 09:34:34
- removed workaround that adapts super-hires values upon initializing RetroPlatform graphics, as it is unneeded/causes issues today
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 989
WinFellow Dev[SVN 989]
Author: carfesh | Date: 4 grudnia 2013 10:32:09
- fixed an intermittent failure to obtain a screenshot depending on the return value of GDI function GetDC
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 988
WinFellow Dev[SVN 988]
Author: carfesh | Date: 2 grudnia 2013 17:21:57
- Cloanto header update
- documentation update
WinFellow Dev[SVN 987]
Author: carfesh | Date: 2 grudnia 2013 16:54:25
- rewrote 2x scaling in Amiga Forever mode to scale via DirectX instead of draw module
- implemented screenshot/live preview function for Amiga Forever
- code cleanup/refactoring after 2x mode change
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 986
WinFellow Dev[SVN 986]
Author: carfesh | Date: 16 listopada 2013 11:08:08
- support for encrypted extended ROM images
WinFellow Dev[SVN 985]
Author: carfesh | Date: 16 listopada 2013 09:20:37
- extended ROM basebank is now being calculated
- fixed crash when loading 256kB extended ROM
WinFellow Dev[SVN 984]
Author: carfesh | Date: 16 listopada 2013 08:47:03
- corrected a typo in the manual
WinFellow Dev[SVN 983]
Author: carfesh | Date: 16 listopada 2013 08:45:05
- implemented extended ROM support
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 982
WinFellow Dev[SVN 982]
Author: carfesh | Date: 3 listopada 2013 12:49:07
- implemented keyboard-initiated reset
- fix for RetroPlatform escape key notification issue on first start
- fill byte for ROM area with bootstrap ROM changed to 0xff
WinFellow Dev[SVN 981]
Author: carfesh | Date: 2 listopada 2013 10:40:18
- bugfix: after starting from the A1000 bootstrap ROM, changing to another ROM was not possible a soft reset will now re-map the bootstrap and make the WCS writable
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 980
WinFellow Dev[SVN 980]
Author: carfesh | Date: 27 października 2013 13:50:17
- bugfix for writable control store - write functions now properly used and write protection enabled when done
WinFellow Dev[SVN 979]
Author: carfesh | Date: 27 października 2013 12:58:43
- fix for CRC detection without AF encryption
- restored Kickstart write functions for WCS
WinFellow Dev[SVN 978]
Author: carfesh | Date: 27 października 2013 12:03:44
- support for Amiga 1000 bootstrap ROM and writable control store implemented
WinFellow Dev[SVN 976]
Author: carfesh | Date: 25 października 2013 16:07:25
- fix for FPS counter to be properly placed within a clipped RetroPlatform session (32 bit only for now)
- fix for compiler warning in RetroPlatform code
- documentation update regarding recent CPU code fixes
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 975
WinFellow Dev[SVN 975]
Author: carfesh Date: 24 października 2013 14:45:56
- made RetroPlatformGetMode inline, hopefully speeding up the frequent queries to it (end of frame handler)
- fixed compiler warnings in floppy formatting code
- fixed a crash to the desktop when creating a floppy image without specifying a full path
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 974
WinFellow Dev[SVN 974]
Author: peschau | Date: 20 października 2013 23:20:33
- CPU emulation fixes:
- Reimplemented bit field instruction code to address several problems with it. (Fix Lotus 96k)
- More elaborate overflow detection for asl intstruction.
- Minor, changed strange flag check in mulu.
WinFellow Dev[SVN 973]
Author: carfesh | Date: 20 października 2013 11:38:34
- fix for RetroPlatform escape key repetition (Workbench)
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2.x build 972
WinFellow Dev[SVN 972]
Author: carfesh | Date: 19 października 2013 23:00:31
- fix for RetroPlatform escape key handling
- documentation update (user guide & regression test cases)
WinFellow Dev[SVN 971]
Author: peschau | Date: 19 października 2013 18:34:25
- Modify commit 969, ks 3.1 broke.
WinFellow Dev[SVN 970]
Author: peschau | Date: 19 października 2013 16:53:33
- Some sanity checks on copper event values to avoid endless loop. (Fixes game 3D Pool, actual crash was overflow in sprite list generation.)
WinFellow Dev[SVN 969]
Author: peschau | Date: 19 października 2013 16:51:50
- Removed strange special case for timer values. (Fixes the game Atomic)
WinFellow Dev[SVN 968]
Author: carfesh | Date: 18 października 2013 13:11:41
- default config changed to A500+A-501
- default config changed to windowed, with LEDs active
- documentation update regarding chipmem/slowmem mirroring (user guide & regression testing)
WinFellow Dev[SVN 967]
Author: peschau | Date: 13 października 2013 19:28:21
- Added chipmem aliasing on OCS/A500.
- Added slow-mem aliasing on ECS for the 512k+512k config.
- Internally no more than 512k chipmem will be used on OCS.
- Moved blitter_ECS setting to new file chipset.cpp and renamed option. It is only in the code, the config format is not changed.
- Made common functions to mask chipset pointers and chipmem access. Old constants removed and made configurable.
- UI: Require reset for OCS/ECS change.
- UI: For now, validating the chip memory setting on load config and start.
→ NOWSZY [Amiga] DevWinFellow alpha v0.5.2 build 966
WinFellow Dev[SVN 966]
Author: peschau | Date: 9 października 2013 07:32:25
- Removed statefile entries in the menu.
WinFellow Dev[SVN 965]
Author: carfesh | Date: 7 października 2013 13:51:13
- version number increased to 0.5.2 as preparation for new release
- documentation update
![[Amiga] DevWinFellow alpha v0.5.1 build 929](/Photos/www/picphoto/39aca2621.png,134)






WinFellow
WinFellow is a high performance Amiga Emulator primarily targeted for Windows. It's distinguished API and core does however allow a fairly easy port to other OS.
