Emu71 v1.01 DEBUGGER.C - changed function ViewMemWnd(), removed initialized but unused variable EMU42.ICO - added renamed icon of v1.00 EMU71.C - changed function SettingsProc(), added "Single Instance" checkbox handling - changed function SaveChanges(), detect if document is available now over the variable bDocumentAvail and not over the variable pbyRom any more; in the case of an illegal KML script there maybe a document loaded, but no ROM image, so pbyRom will be NULL in this case - bugfix function OnViewScript(), when quitted the dialog "Choose Your KML Script" with the Cancel button when chosen an invalid script the function returned without the possibility of saving the current document; now the function try to reload the primarily KML script and if this also fails then the current document is saved - changed function MainWndProc(), replaced multiple class name usage with atom variable, moved read settings before window creation, and added check for setting "SingleInstance" to switch to an already running program instance instead of creating a new one EMU71.H - extern declaration of global variables EMU71.ICO - new icon made by Pastor Jack EMU71.RC - adjusted IDD_ABOUT dialog to new Emu71 icon - added item "Single Instance" in settings dialog - added new Emu71 main icon, but remain prior icon with new name inside - changed version and copyright FILES.C - changed function CrcRom(), if no ROM available return without modifying the checksum - changed function ResetDocument(), NewDocument(), OpenDocument() and RestoreBackup(), added state variable if document is available HPILCMD.C - changed function execmd(), optimized frame generation in the "frame class" case by removing the pbyMsg[5] buffer usage KML.C - changed table pLexToken[], defined table as constant and changed last token id table preset from constant number to member of token id enumerator - bugfix in function ParseString(), decoding the \" sequence as quotation mark inside a string was incomplete, so every single '\' character was also removed MRU.C - changed function MruUpdateMenu(), changed variable type of variable hMenu - changed function MruReadList(), removed initialized but unused variable RESOURCE.H - added definition SETTINGS.C - changed function ReadSettings(), moved CPU speed setting to MainWndProc() - changed function ReadSettings() and WriteSettings(), added item "SingleInstance" in section [Emulator] in the INI-File Emu71 v1.00 - first public version (c) by Christoph Gießelink, c dot giesselink at gmx dot de