AppleWin/source
michaelangel007 8809caefe2 Added new logo, fixed fullscreen y offset 2015-01-06 01:45:38 -08:00
..
CPU Optimize rendering so it doesn't hog the CPU 2015-01-02 17:56:16 -08:00
CommonVICE Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Configuration First pass of NTSC integration 2014-12-31 14:13:36 -08:00
Debugger Debugger: Fixed view output Double Lo-Res and Double Hi-Res 2015-01-01 22:47:55 -08:00
Tfe Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Z80VICE PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
6821.cpp More header refactoring 2014-08-14 18:03:12 +01:00
6821.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
AY8910.cpp More header refactoring 2014-08-14 18:03:12 +01:00
AY8910.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Applewin.cpp don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0) 2015-01-03 11:42:00 -08:00
Applewin.h More main-loop reduction & removal of redundant globals. 2014-09-14 21:23:54 +01:00
CPU.cpp First pass of NTSC integration 2014-12-31 14:13:36 -08:00
CPU.h Simplified main-loop a bit more, and removed more globals from AppleWin.cpp 2014-09-14 16:12:55 +01:00
Common.h Doc: Made note about duplicate NTSC constants! 2015-01-03 18:22:51 -08:00
Disk.cpp Merge pull request #238 from AppleWin/memory_refactor 2014-10-12 20:58:25 +01:00
Disk.h PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
DiskDefs.h Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
DiskImage.cpp Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
DiskImage.h Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
DiskImageHelper.cpp Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
DiskImageHelper.h PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Frame.cpp Fix DX to page flip in full screen; this allows Fraps to capture the screen 2015-01-05 22:58:35 -08:00
Frame.h WIP Fullscreen support 2015-01-03 14:13:55 -08:00
Harddisk.cpp New disk selection interface 2014-10-01 19:18:46 -04:00
Harddisk.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Joystick.cpp More main-loop reduction & removal of redundant globals. 2014-09-14 21:23:54 +01:00
Joystick.h More main-loop reduction & removal of redundant globals. 2014-09-14 21:23:54 +01:00
Keyboard.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Keyboard.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Log.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Log.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Memory.cpp Bug #241 Fixed ANSI STORY Video Scanner Vertical 2015-01-05 08:39:29 -08:00
Memory.h Refactor: Removed unused vars from Memory.cpp. Also change Disk][ I/O regs to return floating bus. 2014-09-28 22:04:12 +01:00
Mockingboard.cpp Remove wchar.h & Update VS2012 proj with new headers 2014-08-14 22:27:41 +01:00
Mockingboard.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
MouseInterface.cpp Fix #232: Mouse was still generating VBl IRQs after being removed. 2014-09-29 22:43:15 +01:00
MouseInterface.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
NTSC.cpp Cleanup dead code 2015-01-05 23:14:44 -08:00
NTSC.h Replace NTSC_VideoGetByte() with NTSC_VideoGetScannerAddress() 2015-01-03 18:28:47 -08:00
NTSC_CharSet.cpp Added NTSC files to Solution 2014-12-31 14:53:55 -08:00
NTSC_CharSet.h Added NTSC files to Solution 2014-12-31 14:53:55 -08: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
ParallelPrinter.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
ParallelPrinter.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01: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
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
SSI263Phonemes.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SaveState.cpp First pass of NTSC integration 2014-12-31 14:13:36 -08:00
SaveState.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SerialComms.cpp More header refactoring 2014-08-14 18:03:12 +01:00
SerialComms.h PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01: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 More main-loop reduction & removal of redundant globals. 2014-09-14 21:23:54 +01:00
Speaker.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +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
StdAfx.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.h First pass of NTSC integration 2014-12-31 14:13:36 -08:00
Structs.h Renamed DiskConsts.h to DiskDefs.h + other header refactoring 2014-08-14 17:48:38 +01:00
Tape.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Tape.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Video.cpp Added new logo, fixed fullscreen y offset 2015-01-06 01:45:38 -08:00
Video.h Bug #241 Fixed ANSI STORY Video Scanner Vertical 2015-01-05 08:39:29 -08:00
z80emu.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
z80emu.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00