AppleWin/source/Configuration
Andrea 159cde7d64
Video & FrameBase: better split (PR #908)
* Video / FrameBase: move arch specific code to FrameBase.
* Video::Initialize & SetFrameBuffer.
Ensure initialization and SetBuffer can only happen in the right order.
* Video: move virtual functions to FrameBase.
With these changes all the virtual functions are in FrameBase and Video gets closer to be (only) the Apple ][ Video device.
* Move a few more functions from Video to FrameBase (snapshot related)
Now, the inclusion is one way with Video *not* including FrameBase.
* FrameBase::VideoRefreshScreen move Video related code to Video.
And only leave management to FrameBase.
2021-01-03 16:21:24 +00:00
..
About.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
About.h Ensure all header files can be included (in any order) after stdafx.h. (PR #866) 2020-11-11 21:15:27 +00:00
Config.h Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
IPropertySheet.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
IPropertySheetPage.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageAdvanced.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageAdvanced.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageConfig.cpp Video & FrameBase: better split (PR #908) 2021-01-03 16:21:24 +00:00
PageConfig.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageConfigTfe.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageConfigTfe.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageDisk.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageDisk.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageInput.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageInput.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageSound.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PageSound.h x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PropertySheet.cpp x64 enabling (PR #747) 2021-01-01 12:57:40 +00:00
PropertySheet.h Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1 2020-01-18 19:06:06 +00:00
PropertySheetDefs.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
PropertySheetHelper.cpp Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
PropertySheetHelper.h Improved determining path & filename when saving/loading a save-state (#691) (PR #849) 2020-10-25 17:14:23 +00:00