Emu28 application is a simple and easy-to-use emulator designed for Clamshell series calculators.
The aforementioned application is based on the sources of the famous HP calculator emulator Emu48 and allows you to run a virtual calculator on your desktop.
What's New in This Release: [ read full changelog ]
· DDESERV.C
· prepared for C++ compiling
· DEBUGGER.C
· prepared for C++ compiling
· added new function OnCodeFindPCO(), search for a PCO object in the
· code window
· changed function Debugger(), added context menu commands handler
· in the WM_COMMAND section
· changed function OnFindOK(), added downwards search direction
· changed function Find(), added and changed message handler for the
· "Previous" and "Next" buttons
· changed function UpdateProfileWnd(), changed CPU frequency from
· 640000 constant to calculated one from T2CYCLES
· DISPLAY.C
· prepared for C++ compiling
· EMU28.C
· prepared for C++ compiling
· replaced global variable ThreadId with local variable dwThreadId
· added global variable with the identifier for the waveform-audio
· output device
· added function SetSoundDeviceList(), helper function for filling
· sound device combo box with waveform-audio output devices
· changed function SettingsProc(), removed sound radio button
· handlers and added implementation of sound device combo box
· bugfix in function O...