AppleWin/source
tomcw 702f6f25e0 A "fix" for the DHGR issue with 559th column not displayed (#557).
Removes the need for g_nLastColumnPixelNTSC
. instead start from COLOR_PHASE 1 (not 0)
. don't need to shift DHGR 14-bit word
. HGR pixel bits: for b7=0 14-bit word is shifted 1 DHGR dot to the left, then shift in the the dot from the next HGR byte
  - NB. this is no good, since next video byte could be a different video mode
. Also An HCOLOR=2 vertical line at 0th column is only 1 DHGR dot wide due to the b7=0 14-bit word shifted by 1 to the left (I assume this is wrong?)
2018-05-23 22:23:37 +01:00
..
CPU Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
CommonVICE Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Configuration Disk II: changing 'enhancedisk' doesn't cause a restart + added accessors (fixes #546) 2018-02-25 15:09:25 +00:00
Debugger Debugger: 2.9.0.15: Cleanup: HELP CALC examples and See also. 2018-04-17 09:45:45 -07:00
Tfe Refactor: Use INTCXROM instead of SLOTCXROM to be consistent with UTAIIe (fixes #419) 2018-04-06 22:36:54 +01:00
Z80VICE Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +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
AY8910.cpp Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1 (#496) 2017-10-21 18:47:22 +01:00
AY8910.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Applewin.cpp SSC: 2018-04-22 14:37:59 +01:00
Applewin.h Removed duplicate extern FILE* g_fh 2018-04-08 17:48:08 +01:00
CPU.cpp Remove old debug timing code (#540) 2018-02-26 21:34:01 +00:00
CPU.h Remove old debug timing code (#540) 2018-02-26 21:34:01 +00:00
Common.h Full-screen: Hide mouse cursor after 2s of inactivity (#504) 2017-10-28 21:59:48 +01:00
Disk.cpp Fix Swap Disk regression (fixes #543) 2018-04-02 18:21:18 +01:00
Disk.h PrintScreen key: Improve UI feedback when any of the 3 registrations fails & log failures (fixes #547) 2018-02-27 21:07:16 +00:00
DiskDefs.h DiskFormat: tweaks and fixed some TODOs in comments 2018-01-20 17:18:24 +00:00
DiskFormatTrack.cpp Refactor of Disk.cpp and Disk.h in preparation for #543. 2018-02-25 13:38:04 +00:00
DiskFormatTrack.h Refactor of Disk.cpp and Disk.h in preparation for #543. 2018-02-25 13:38:04 +00:00
DiskImage.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
DiskImage.h git merge --squash GH125-ProDOS-Format. Fix for disk formatting #125, #196, #338: 2018-01-14 18:01:22 +00:00
DiskImageHelper.cpp Disk II: changing 'enhancedisk' doesn't cause a restart + added accessors (fixes #546) 2018-02-25 15:09:25 +00:00
DiskImageHelper.h Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
DiskLog.h Improve logging and fix asserts for DOS 3.2 INIT (#537) 2018-02-15 21:54:15 +00:00
Frame.cpp SSC: Support for TX IRQ and other SSC updates (#552) 2018-04-08 17:37:26 +01:00
Frame.h Frame.cpp: Remove redundant, commented out and if 0 code, mostly relating to the old full-screen implementation 2017-10-11 19:18:53 +01:00
Harddisk.cpp Added cmd-line options -h1,-h2 for specifying HDDs - #398 2018-04-02 12:38:05 +01:00
Harddisk.h Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Joystick.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Joystick.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Keyboard.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Keyboard.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Log.cpp SSC: Support for TX IRQ and other SSC updates (#552) 2018-04-08 17:37:26 +01:00
Log.h SSC: Support for TX IRQ and other SSC updates (#552) 2018-04-08 17:37:26 +01:00
Memory.cpp Refactor: Use INTCXROM instead of SLOTCXROM to be consistent with UTAIIe (fixes #419) 2018-04-06 22:36:54 +01:00
Memory.h Refactor: Use INTCXROM instead of SLOTCXROM to be consistent with UTAIIe (fixes #419) 2018-04-06 22:36:54 +01:00
Mockingboard.cpp Refactor: Use INTCXROM instead of SLOTCXROM to be consistent with UTAIIe (fixes #419) 2018-04-06 22:36:54 +01:00
Mockingboard.h Support Mockingboard/Phasor when polling IFR.Timer1 (#496) 2017-10-24 22:28:22 +01:00
MouseInterface.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
MouseInterface.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
NTSC.cpp A "fix" for the DHGR issue with 559th column not displayed (#557). 2018-05-23 22:23:37 +01:00
NTSC.h Support floating-bus in full-speed mode (#508, #519, #532) 2018-02-02 20:19:48 +00:00
NTSC_CharSet.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00: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
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 Fix the following errors reported by VS2017 Code Analysis. (#414) 2018-02-24 15:24:37 +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 Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +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 Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Riff.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Riff.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SAM.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
SAM.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SSI263Phonemes.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SaveState.cpp SSC: Support for TX IRQ and other SSC updates (#552) 2018-04-08 17:37:26 +01:00
SaveState.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01: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
SerialComms.cpp SSC: 2018-05-10 13:47:26 +01:00
SerialComms.h SSC: 2018-05-10 13:47:26 +01:00
SoundCore.cpp Removed duplicate extern FILE* g_fh 2018-04-08 17:48:08 +01:00
SoundCore.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Speaker.cpp Removed duplicate extern FILE* g_fh 2018-04-08 17:48:08 +01:00
Speaker.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00: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 Added VS2017 support. 2017-06-10 20:39:25 +01:00
Tape.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Tape.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Video.cpp AppleWin's Config>Benchmark, reported a "Pure CPU MHz" which was not a good indicator of unthrottled speed for v1.26+, as it was still getting the emulator to do full NTSC/cycle-accurate video update. The reality (when in full-speed/unthrottled mode) is that the video is only refreshed at 16.6ms (wall-clock). 2018-03-03 22:01:03 +00:00
Video.h Video.cpp: remove redundant code 2017-07-06 21:36:56 +01:00
YamlHelper.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
YamlHelper.h git merge --squash GH125-ProDOS-Format. Fix for disk formatting #125, #196, #338: 2018-01-14 18:01:22 +00:00
z80emu.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
z80emu.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00