AppleWin/source
2021-07-11 12:06:29 +01:00
..
CommonVICE
Configuration Uthernet: fix usability and settings (PR #947) 2021-05-19 21:44:33 +01:00
CPU
Debugger Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
Tfe Uthernet: fix usability and settings (PR #947) 2021-05-19 21:44:33 +01:00
Windows Make a few utility funcs static 2021-07-11 12:06:29 +01:00
Z80VICE
6821.cpp
6821.h
AY8910.cpp Disable debug-logging for previous AY8913 fix 2021-01-30 12:50:33 +00:00
AY8910.h Mockingboard: support AY-3-8913 read 2021-01-17 19:51:25 +00:00
Card.h Use enum SLOTS and remove pre-processor SLOTn defines 2021-05-19 21:26:23 +01:00
CardManager.cpp
CardManager.h
CmdLine.cpp Cmd line: -fs-height: small refactor so that bestWidth/Height are only returned for logging purposes 2021-05-31 16:40:44 +01:00
CmdLine.h Cmd line: -fs-height: small refactor so that bestWidth/Height are only returned for logging purposes 2021-05-31 16:40:44 +01:00
Common.h Use enum SLOTS and remove pre-processor SLOTn defines 2021-05-19 21:26:23 +01:00
Core.cpp Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
Core.h Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
CPU.cpp Disable SC01 logging 2021-03-28 22:18:00 +01:00
CPU.h Debugger: add red 'IRQ' after the v/h-pos when IRQ is being asserted to the 6502 2021-01-31 19:38:06 +00:00
Disk2CardManager.cpp
Disk2CardManager.h
Disk.cpp Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
Disk.h Add some random woz jitter (#942) 2021-04-10 15:31:54 +01:00
DiskDefs.h
DiskFormatTrack.cpp
DiskFormatTrack.h
DiskImage.cpp Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
DiskImage.h
DiskImageHelper.cpp Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
DiskImageHelper.h
DiskLog.h
FrameBase.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
FrameBase.h Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
Harddisk.cpp Use enum SLOTS and remove pre-processor SLOTn defines 2021-05-19 21:26:23 +01:00
Harddisk.h
Interface.h Small changes to improve compatibility with GCC. (PR #902) 2020-12-29 21:17:03 +00:00
Joystick.cpp Typo: fix IS_APPLE2() macro 2021-05-23 21:28:26 +01:00
Joystick.h
Keyboard.cpp Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
Keyboard.h Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
LanguageCard.cpp
LanguageCard.h Use enum SLOTS and remove pre-processor SLOTn defines 2021-05-19 21:26:23 +01:00
Log.cpp Avoid a crash if the LogFile cannot be opened. (PR #944) 2021-04-23 20:49:31 +01:00
Log.h
Memory.cpp Fix for a2audit failing Apple II/II+ LC test 2021-04-18 11:23:06 +01:00
Memory.h
Mockingboard.cpp Use enum SLOTS and remove pre-processor SLOTn defines 2021-05-19 21:26:23 +01:00
Mockingboard.h Improve SSI263 (PR #939) 2021-03-23 22:01:41 +00:00
MouseInterface.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
MouseInterface.h
NoSlotClock.cpp
NoSlotClock.h
NTSC_CharSet.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
NTSC_CharSet.h
NTSC.cpp VideoReinitialize(): remove default arg & refactor out common code (PR #911) 2021-01-13 22:02:48 +00:00
NTSC.h Minor tweaks + comment for GCC needing header file 2020-12-29 21:45:56 +00:00
ParallelPrinter.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
ParallelPrinter.h
Peripheral_Clock_Generic.cpp
Peripheral_Clock_Generic.h
Peripheral_Clock_ThunderClockPlus.cpp
Pravets.cpp Pravets: fix bug in ctor 2021-01-18 20:30:51 +00:00
Pravets.h Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
Registry.cpp
Registry.h
RGBMonitor.cpp Make Video.cpp and WinVideo.cpp into a dependent class hierarchy (PR #898) 2020-12-28 16:25:29 +00:00
RGBMonitor.h
Riff.cpp
Riff.h
SAM.cpp
SAM.h
SaveState_Structs_common.h
SaveState_Structs_v1.h Debugger: when displaying 6522 regs, if T1/T2 are active, then display in white 2021-05-09 13:38:16 +01:00
SaveState.cpp Make path separator OS-dependent (PR #954) 2021-05-19 21:10:22 +01:00
SaveState.h
SerialComms.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
SerialComms.h
SoundCore.cpp Fix to DirectSound not working in modern environments. Need to use FAILED() instead of boolean check. (PR #951) 2021-05-16 20:03:59 +01:00
SoundCore.h Fix to DirectSound not working in modern environments. Need to use FAILED() instead of boolean check. (PR #951) 2021-05-16 20:03:59 +01:00
Speaker.cpp Fix to DirectSound not working in modern environments. Need to use FAILED() instead of boolean check. (PR #951) 2021-05-16 20:03:59 +01:00
Speaker.h Improve SSI263 (PR #939) 2021-03-23 22:01:41 +00:00
Speech.cpp
Speech.h
SSI263.cpp MB: fix for SSI263/SC01 in debugger's 'gg' mode (fixes #958) 2021-05-29 21:53:18 +01:00
SSI263.h Improve SSI263 (PR #939) 2021-03-23 22:01:41 +00:00
SSI263Phonemes.h
StdAfx.cpp
StdAfx.h Add option to disable warning when PrintScreen key can't be captured (PR #891) 2020-12-27 19:21:46 +00:00
SynchronousEventManager.cpp
SynchronousEventManager.h
Tape.cpp Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
Tape.h Pravets refactor: move all specialisations into new Pravets class. (PR #914) 2021-01-17 10:48:06 +00:00
Utilities.cpp Make a few utility funcs static 2021-07-11 12:06:29 +01:00
Utilities.h Make a few utility funcs static 2021-07-11 12:06:29 +01:00
Video.cpp VideoReinitialize(): remove default arg & refactor out common code (PR #911) 2021-01-13 22:02:48 +00:00
Video.h VideoReinitialize(): remove default arg & refactor out common code (PR #911) 2021-01-13 22:02:48 +00:00
YamlHelper.cpp
YamlHelper.h
z80emu.cpp
z80emu.h