AppleWin/source
2016-09-25 21:50:07 +01:00
..
CommonVICE Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Configuration Bump to 1.26.0.4, fix #350 (50% Scan line checkbox wasn't working), tweaked History.txt 2016-09-20 21:47:43 +01:00
CPU When FullSpeed: don't do cycle-accurate graphics update 2016-05-17 22:07:27 +01:00
Debugger Added new function NTSC_VideoRedrawWholeScreen() to fix #352 2016-09-25 10:42:14 +01:00
Tfe Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Z80VICE Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
6821.cpp More header refactoring 2014-08-14 18:03:12 +01:00
6821.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Applewin.cpp For full-speed: update every 16ms of real-time (close #351) 2016-09-22 22:34:16 +01:00
Applewin.h Debug logging: add log message for time from boot until first key read (for AZTEC.DSK). 2016-09-06 21:38:00 +01:00
AY8910.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
AY8910.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Common.h Merge from branch 'NTSC_PreMerge': 2016-09-04 21:14:26 +01:00
CPU.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
CPU.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Disk.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Disk.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
DiskDefs.h Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
DiskImage.cpp Bump to 1.26.0.4, fix #350 (50% Scan line checkbox wasn't working), tweaked History.txt 2016-09-20 21:47:43 +01:00
DiskImage.h Fixed #348 (>800KiB HDD images not mountable) 2016-09-19 22:14:57 +01:00
DiskImageHelper.cpp Fix #317 -- some .img using version 0 instead of version 1 2016-04-28 16:08:08 -07:00
DiskImageHelper.h PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Frame.cpp Added new function NTSC_VideoRedrawWholeScreen() to fix #352 2016-09-25 10:42:14 +01:00
Frame.h Tidy-up for full-screen vars 2016-07-26 22:33:45 +01:00
Harddisk.cpp Fixed #348 (>800KiB HDD images not mountable) 2016-09-19 22:14:57 +01:00
Harddisk.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Joystick.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Joystick.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Keyboard.cpp Debug logging: add log message for time from boot until first key read (for AZTEC.DSK). 2016-09-06 21:38:00 +01:00
Keyboard.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Log.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Log.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Memory.cpp Small simplification to Memory interface (directly unmap cards' ROMs if internal ROM is enabled) 2016-09-11 20:16:19 +01:00
Memory.h Small simplification to Memory interface (directly unmap cards' ROMs if internal ROM is enabled) 2016-09-11 20:16:19 +01:00
Mockingboard.cpp . Fixed #309: Support 6522 TIMER1 at $Cs80 as in interrupt source 2016-09-08 22:36:16 +01:00
Mockingboard.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
MouseInterface.cpp VS2015: Fix invalid literal suffix 2016-03-24 23:05:34 +00:00
MouseInterface.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
NoSlotClock.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
NoSlotClock.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
NTSC_CharSet.cpp Small tidy-up for NTSC_CharSet.cpp, and fix-up the VS2008/2013/2015 projects 2016-07-26 19:14:06 +01:00
NTSC_CharSet.h Small tidy-up for NTSC_CharSet.cpp, and fix-up the VS2008/2013/2015 projects 2016-07-26 19:14:06 +01:00
NTSC.cpp Reworked NTSC_VideoRedrawWholeScreen(): now precisely call the update funcs for lines0-159 and line160-261, so that video V/H positions remain the same they were on entry (bug #352) 2016-09-25 21:50:07 +01:00
NTSC.h Added new function NTSC_VideoRedrawWholeScreen() to fix #352 2016-09-25 10:42:14 +01:00
ParallelPrinter.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
ParallelPrinter.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Peripheral_Clock_Generic.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Peripheral_Clock_Generic.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Peripheral_Clock_ThunderClockPlus.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Pravets.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Pravets.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Registry.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Registry.h Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
Riff.cpp More header refactoring 2014-08-14 18:03:12 +01:00
Riff.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SAM.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SAM.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SaveState_Structs_common.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SaveState_Structs_v1.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SaveState.cpp Small simplification to Memory interface (directly unmap cards' ROMs if internal ROM is enabled) 2016-09-11 20:16:19 +01:00
SaveState.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SerialComms.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SerialComms.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SoundCore.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
SoundCore.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Speaker.cpp Removed unsupported PC speaker sound types 2016-09-07 22:20:15 +01:00
Speaker.h Removed unsupported PC speaker sound types 2016-09-07 22:20:15 +01:00
Speech.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Speech.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SSI263Phonemes.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.h Merged in Nick's new native resolution full-screen 2016-07-12 22:43:31 +01:00
Tape.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Tape.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Video.cpp Added new function NTSC_VideoRedrawWholeScreen() to fix #352 2016-09-25 10:42:14 +01:00
Video.h Added new function NTSC_VideoRedrawWholeScreen() to fix #352 2016-09-25 10:42:14 +01:00
YamlHelper.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
YamlHelper.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
z80emu.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
z80emu.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00