Update comments

This commit is contained in:
tomcw 2023-03-18 00:04:42 +00:00
parent 8840c54a3f
commit 6162ba4c76
2 changed files with 4 additions and 5 deletions

View File

@ -4,7 +4,7 @@
Copyright (C) 1994-1996, Michael O'Brien
Copyright (C) 1999-2001, Oliver Schmidt
Copyright (C) 2002-2005, Tom Charlesworth
Copyright (C) 2006-2022, Tom Charlesworth, Michael Pohoreski
Copyright (C) 2006-2023, Tom Charlesworth, Michael Pohoreski
AppleWin is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -26,9 +26,8 @@
Emulate hardware copy protection dongles for Apple II
Currently supported:
- Southwestern Data Systems DataKey for SpeedStar Applesoft Compiler
Matthew D'Asaro Dec 2022
- Southwestern Data Systems DataKey for SpeedStar Applesoft Compiler (Matthew D'Asaro Dec 2022)
- Dynatech Microsoftware / Cortechs Corp protection key for "CodeWriter"
*/
#include "StdAfx.h"
#include <sstream>

View File

@ -710,7 +710,7 @@ BYTE __stdcall IO_Annunciator(WORD programcounter, WORD address, BYTE write, BYT
// . $C2B5: LDA $C05D (CLRAN2) ;SETUP
// . $C2B8: LDA $C05F (CLRAN3) ; ANNUNCIATORS
DongleControl(address); // do before setting g_Annunciator[]
DongleControl(address); // do before setting g_Annunciator[] as may need to access old MemGetAnnunciator() state
g_Annunciator[(address>>1) & 3] = (address&1) ? true : false;