AppleWin/source/Windows
TomCh b371e3436f
Support HDC SmartPort firmware for Enhanced //e (#1207, PR #1314)
Added new SmartPort Harddisk Controller (HDC) firmware for Enhanced //e. (@burniouf)
. remove the old DOSMaster entrypoints.
. firmware ID byte (at $FE) defaults to 4 ProDOS block devices (was 2 with older v2 f/w).
Enhanced //e defaults to using SP f/w, and older Apple II's still use the older v2 f/w.
Support up to 8 units per HDC (currently limited to 4GiB capacity for each unit).
Save-state: save HDC firmware in state file.
New slot-specific switches to configure each HDC's firmware: -s<N> -hdc-[sp|bm2|bm4].
New switch to select old non-SP firmware for all HDCs: -hdc-firmware-v2.
2024-07-28 16:12:36 +01:00
..
AppleWin.cpp Support HDC SmartPort firmware for Enhanced //e (#1207, PR #1314) 2024-07-28 16:12:36 +01:00
AppleWin.h Full-screen: Retain uniform x and y scaling, unless user specifies a full-screen resolution (#1121) 2022-09-24 17:13:09 +01:00
DirectInput.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
DirectInput.h
HookFilter.cpp Switch to a static hook filter (#962, PR #964) 2021-06-09 21:48:24 +01:00
HookFilter.h Switch to a static hook filter (#962, PR #964) 2021-06-09 21:48:24 +01:00
Win32Frame.cpp Alt+Enter: fix regression, as this key combo should default to toggling full screen (#1188) 2023-02-25 10:58:53 +00:00
Win32Frame.h Show Disk II Slot 5 status (#1134, PR #1137) 2022-11-17 21:08:11 +00:00
WinFrame.cpp TRK/SEC UI: fix to show sector in later ProDOS versions (#1215) 2023-07-01 21:48:50 +01:00