/************************************************/
/**************** ttCalc V1.0 *******************/
/**************** ttCalc V1.1 *******************/
/************************************************/

!!!! See also version.txt for newer versions  (1.2 ...)


Version 1.0:
____________
	

ttCalc V1.0 is a simulation of the calculator HP41-CV(TM) 
            from Hewlett-Packard Inc. for Microsoft 
            Windows 3.1  

ttCalc V1.0 is a PUBLIC DOMAIN PRODUCT 
            (see also LICENCE.TXT)
		

Sorry, this is the GERMAN - version of ttCalc. 
I hope the english version of ttCalc will 
be released in late May or June 1994 together 
with the english help-file.


System requirements:

 - CPU 386SX or better
 - Microsoft Windows 3.1 or higher
 - VGA or better
 - about 0.6 MB memory on a fixed disk drive

There is no SETUP/INSTALL - program for ttCalc. You 
have to do it by your own. Follow these steps to 
install ttCalc:

1.   Create a directory on the fixed disk 
     (f.e. C:\TTCALC). 

2.   Copy all files to this directory.

3.   Add the font library 'TTCALC.FON' whitin the 
     new dircetory to the existing fonts of Windows
     (important !).  


4.   Optional: If you have no soundcard, for example 
     Sounblaster(TM), installed, you have to install 
     a driver for the loudspeaker of the PC, in order 
     to use the sound capabilities of this program.
	
5.   Create a new group for the program-manager and/or 
     add the program TTCALC.EXE to an existing group 
     of the program-manager.


Description of the shipped files:

LIESMICH.TXT	Notes for the application (german)
README.TXT	Notes for the application (english)
LIZENZ.TXT	Licence agreement (german)
LICENSE.TXT	Licence agreement (english)
TTCALC.EXE 	The main program and the resources
TTCALC.HLP	Help-File for ttCalc (german)
TTCALC.INI	Initialising-file for ttCalc
TTCALC.FON	Font-library for ttCalc used to display 
		the function names on the buttons.
TTCALC.KEY	Key assignments for the pc-keyboard
TTCALC.MEM	Default main memory
MATH.MEM	Some program examples from the math-modul
		of Hewlett-Packard Inc. for the HP41-CV
STANDARD.MEM	Some program examples from the standard-modul
		of Hewlett-Packard Inc. for the HP41-CV
WICKES.MEM	Some program examples from the book SYNTHETIC
		PROGRAMMING OF THE HP-41C/CV. (Author W.C.WICKES)

/*****************************************************************************/

Version 1.1:	12/30/96
______________________

Fixed several bugs / others not (Thanks to Ingo Kelmes):

1. Version number included 
2. Aview should now work
3. HMS, HMS-, HMS+ and HR bugfixed
4. <SHIFT><FIX> <~+> --> fixed
5. There are some spurios memory losts but less more
6. This problem of internal accuray does exist longer:
   f.e:
	60
	COS
	.5
	-
	not equal to zero
7. <SST>, <BST>, <GTO> <.> ___, <DEL> ___ leads to a memory lost -> see below
8. No entry to synthetical programming
9. AON - Bug fixed
10. X<> L - Bug fixed
11. '=' Character is still very small on top of the '2'-Button
12. Leaving or entering the program mode forces a 'pack', because
    i do not know how the hp41 behaves
13. Cat 2 included (see below)
14. Standard Configuration fixed after memory lost 
    -> SIZE 273 , REG 011, CLRG added
15. SIGN - Bug fixed
16. ASN - Bug for last line fixed
17. Spurious font bug fixed, i hope so i had never such a problem



New features for Version 1.1:
_____________________________


1.  English and german menu, layout and dialogs 
    But still no english help file
2.  Rom compatibilty included
    With IO-Functions
    To load rom-moduls add startup modify
    'ttcalc.ini' to your specific rompath
    and copy any rom modul wanted to this path
3.  Makerom.exe included to build rom-files  (source included).
    With a lot of programms in ASCII - Mode and as rom mapped - file.
       for 'MATH_1B' 	-> Math Modul
	   'STANDARD'	-> Standard Book from HP
	   'WICKES'	-> Wicke's bible
	   'J.S.DEARING'-> Dearing's Tips and tricks
  
4.  Extended clipboard functions:
	Try to use :
	^C within PRGM-Mode copies the current programm to the clipboard
	   (valid for ROM and RAM Mode)
	^C within CAT-Mode copies the current catalog to the clipboard
	^V Copies 
5.  COPY-Function included
6.  Extended file-io functions:
	It is now possible to load/save/close a programm (PRG), 
	Key-Assignments (KEY),
        rom - moduls (ROM) and still the simple memory image (MEM)
7.  Sorry, but installation procedure not yet done
8.  Sorry, its a little bit beta version (menu aren't correct disabled
    because my new compiler VC 1.52 doesnt behave like MSC 7.0) but i
    hope some friend can help me to this and may be other problems.
    Ps I have only a lot of time till 1/6/97




FILES for the version 1.1:
__________________________

LIESMICH.TXT	Notes for the application (german)
README.TXT	Notes for the application (english)
LIZENZ.TXT	Licence agreement (german)
LICENSE.TXT	Licence agreement (english)
TTCALC.EXE 	The main program and the resources Version 1.1 (german)
TTCALCE.EXE	The main program and the resources Version 1.1 (english)
TTCALC.HLP	Help-File for ttCalc (german)
TTCALC.INI	Initialising-file for ttCalc
TTCALC.FON	Font-library for ttCalc used to display 
		the function names on the buttons.
TTCALC.KEY	default key assignments for the pc-keyboard
TTCALC.MEM	default main memory
MATH.MEM	Some program examples from the math-modul
		of Hewlett-Packard Inc. for the HP41-CV
STANDARD.MEM	Some program examples from the standard-modul
		of Hewlett-Packard Inc. for the HP41-CV
WICKES.MEM	Some program examples from the book SYNTHETIC
		PROGRAMMING OF THE HP-41C/CV. (Author W.C.WICKES)
ROM\MATH.ROM	Some program examples from the math-modul
		of Hewlett-Packard Inc. for the HP41-CV
		ROM-CODE
ROM\STANDARD.ROM	Some program examples from the standard-modul
		of Hewlett-Packard Inc. for the HP41-CV
		ROM-CODE
ROM\WICKES.ROM	Some program examples from the book SYNTHETIC
		PROGRAMMING OF THE HP-41C/CV. (Author W.C.WICKES)
ROM\DEARING.ROM Some program examples from the book 'tricks,tips ...'
		for HP-41C/CV. (Author J.S.Dearing)
ROM\MATH.BAT	Batch files to build rom-files
ROM\STANDARD.BAT 
ROM\WICKES.BAT
ROM\DEARING.BAT 
ROM\<MODUL>\*.PRG	A lot of program files to build rom-files
ROM\MAKEROM.EXE	Binary to build rom files
ROM\SRC		Source for makerom
______________________________________________________________________________



!!!! See also version.txt for newer versions

Copyright(c) 1993-1996 by S.Seiwerth
All Rights Reserved


Adress:    Stefan Seiwerth
           Landshuter Allee 79
           80637 Munich
	   Germany


Phone:     089 / 160939

Email:     Seiwerth@aol.com
______________________________________________________________________________

PS:

Sorry for the long time of doing nothing and greetings to all OS9 - Users
Long live pd

