AppleWin/source
2020-11-29 15:48:23 +00:00
..
CommonVICE
Configuration AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
CPU
Debugger AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Tfe
Windows Use _stat64() to support file size >2G (PR #880) 2020-11-29 15:48:23 +00:00
Z80VICE AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
6821.cpp More header refactoring 2014-08-14 18:03:12 +01:00
6821.h
AY8910.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
AY8910.h
Card.h
CardManager.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
CardManager.h
CmdLine.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
CmdLine.h AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Common.h
Core.cpp Some small changes to ensure code compiles with GCC. (PR #877) 2020-11-27 20:57:35 +00:00
Core.h AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
CPU.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
CPU.h
Disk2CardManager.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Disk2CardManager.h Improved determining path & filename when saving/loading a save-state (#691) (PR #849) 2020-10-25 17:14:23 +00:00
Disk.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Disk.h
DiskDefs.h
DiskFormatTrack.cpp
DiskFormatTrack.h
DiskImage.cpp
DiskImage.h
DiskImageHelper.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
DiskImageHelper.h
DiskLog.h
Frame.cpp Split Frame.cpp to WinFrame.cpp (PR #874) 2020-11-23 19:21:20 +00:00
Frame.h
Harddisk.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Harddisk.h
Joystick.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Joystick.h
Keyboard.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Keyboard.h
LanguageCard.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
LanguageCard.h
Log.cpp Ensure all header files can be included (in any order) after stdafx.h. (PR #866) 2020-11-11 21:15:27 +00:00
Log.h
Memory.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Memory.h Some small changes to ensure code compiles with GCC. (PR #877) 2020-11-27 20:57:35 +00:00
Mockingboard.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Mockingboard.h
MouseInterface.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
MouseInterface.h
NoSlotClock.cpp
NoSlotClock.h
NTSC_CharSet.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
NTSC_CharSet.h
NTSC.cpp Select a value of the Alpha mask that works at the same time in Windows and Linux (qt / sdl). 2020-11-28 14:13:20 +00:00
NTSC.h Some small changes to ensure code compiles with GCC. (PR #877) 2020-11-27 20:57:35 +00:00
ParallelPrinter.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
ParallelPrinter.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Peripheral_Clock_Generic.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Peripheral_Clock_Generic.h
Peripheral_Clock_ThunderClockPlus.cpp
Pravets.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Pravets.h
Registry.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Registry.h
RGBMonitor.cpp Select a value of the Alpha mask that works at the same time in Windows and Linux (qt / sdl). 2020-11-28 14:13:20 +00:00
RGBMonitor.h
Riff.cpp
Riff.h
SAM.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
SAM.h
SaveState_Structs_common.h
SaveState_Structs_v1.h Source clean-up, portability and debugger fixes. (PR #842) 2020-10-11 17:14:03 +01:00
SaveState.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
SaveState.h
SerialComms.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
SerialComms.h
SoundCore.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
SoundCore.h
Speaker.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Speaker.h
Speech.cpp
Speech.h Ensure all header files can be included (in any order) after stdafx.h. (PR #866) 2020-11-11 21:15:27 +00:00
SSI263Phonemes.h
StdAfx.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.h
SynchronousEventManager.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
SynchronousEventManager.h
Tape.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
Tape.h
Utilities.cpp Move GetAppleWindowTitle() to Utilities.cpp as it is generic and useful to other archs. 2020-11-28 15:49:19 +00:00
Utilities.h Move GetAppleWindowTitle() to Utilities.cpp as it is generic and useful to other archs. 2020-11-28 15:49:19 +00:00
Video.cpp Some small changes to ensure code compiles with GCC. (PR #877) 2020-11-27 20:57:35 +00:00
Video.h Select a value of the Alpha mask that works at the same time in Windows and Linux (qt / sdl). 2020-11-28 14:13:20 +00:00
YamlHelper.cpp
YamlHelper.h
z80emu.cpp AppleWin.cpp split (PR #875) 2020-11-26 21:50:06 +00:00
z80emu.h