Bromosel presents for the TI-99/4a and it's V9T9-Emulator:
tirev384.dsk
Release: April 2000             
Magazine: TI-REVUE, issue 3/84

Make this disk DISK1
RUN "DSK1.LOAD"
Autoloads in Extended Basic

Wahlauswertung
	Runs only in TI-Basic!
	Program for elections, 5 parties are avaiable.
	It displays a bar-diagramm with the percentage of each party.
	After you run the program, there will be an intruducing text.
	Then you will be asked for the names of the 5 parties.
	After that, type in the amount of votes and the amount of invalid votes.
	Then you will be asked how many votes for each party exist.
	Finally the bar-diagram is displayed.
	If you press J the program restarts.
Kletter-Max (Climbing Max)
	Only runs correctly on a TI-99/4a without memory expansion in TI-BASIC.
	(when ME is on, you'll get a 'MEMORY FULL' when loading the highscoretable)
	You're a worker in a scaffolding company. The goal is to remove the parts
	of the scaffolding by walking accross them. Sometimes a bomb appears.
	Control:
	Move around with cursor-keys
	1 - parachute (one time per round)
	2 - remove bomb
	The following keys will be only two times avaiable per round:
	J - jump
        K - far jump 
        L - very far jump

	At the beginning of the game you will be asked if you wanna load the hiscoretable
	from disk. SPACE loads it, S does not. In the original program the hiscoretable
	was stored on tape.
Lohnabrechnung
	(wages slip)
	To much work to give english instructions, sorry :)
TI-Senso
	This game is an adaption of the classic SENSO game.
	The goal is to repeat a given melody by moving the joystick into the correct direction.
	When you take too long or you miss the correct position, the game ends.
	The game comes with 6 types to play. 1-5 is to play with maximums.
	Game 6 is endless. Try to get a highscore here.
3D-Irrgarten (3D - Maze)
        Wasn't able yet to get it running in V9t9. ('MEMORY FULL')
        On a real TI99 it works. It is in TI-BASIC on a 'nude' console.
        Move with ESDX. The arrow at the bottom of the screen shows the direction of the exit.
        The floor turns yellow when you enter a location twice.
Haushaltsberechnung (Household Budget)
	Impossible to give an english instruction
        It comes with three parts:
		Haushalt Monat    - monthly household
		Haushalt Jahr     - yearly household
                Haushalt Generator- generates 12 diskfiles for Haushalt monthly/yearly
				    must be run before using the other programs
Primzahlen
	Shows the primenumbers from 1-1000
Unterprogramme (Subs)
	Not listed in the load menu.
	Load them with the MERGE-command
	
	SUB	  LINENUMBERS	FUNCTION
	-------------------------------------------------------------------------
        BLINK_M - 30015-30022   Displays a blinking text on the screen
		BLINK(YPOS,XPOS,SPEED,TIME,SATZ$) where Satz$ is the text to be written
	STEXT_M - 30009-30014	Scroll text from left to the middle of the screen
		STEXT(Z,W$) Z=line,W$=text
	CTEXT_M - 30000-30008   write text with cursor
		CTEXT(Y,SND,A$) Y=line, SND=frequency, A$=text
	HC_M      30030-30036   Print the screen to printer (no userdefined characters)
		HC(Geraet$) Geraet=printing device
	RAHMEN_M- 30023-30029   displays a frame on the screen                  
		RAHMEN(Z1,SP1,Z2,SP2) Z1,SP1=upper left corner, Z2,SP2=lower right corner
	SICHERN_M 30037-30048	password tool for program data
	 
	 