Tetris v1.5 (all models)
Tetris v1.5 (all models)
Publisher: Self PublishedGenre: Tetris
Programmer: Tim Howe
Year: 2010
Uploaded by: admin
Language: English
Downloads: 83
Download
Download
Log in with a member account to improve this entry.
We do not own the rights to any of the software
Game input holds PET matrix keys down until you physically release them, which is best for arcade games. Type input keeps the original short-tap queue for entering BASIC commands.
Charset Auto lets PET software switch normally. Graphics or Business forces the selected character ROM for compatibility/testing.
Changing RAM or ROM resets the PET. Some programs need ROM2/ROM4 or 16K/32K.
The sound slider controls the emulated PET VIA speaker. Modern browsers require a click before audio can start, so Start Game also enables audio.
The emulator has an IEEE-488 device at address 8 for loading/saving .prg files.
70%
Ready.
Game Notes
I have slightly expanded Tim Howe's Tetris version from 2010. With version 1.5 you can now set the start level at the beginning.
There are 3 variants: tetris8k is intended for computers with only 8k. The game is the same, just a few texts and the home screen away.
The normal version is tetris, and dactetris uses a DAC converter on the user port. The latter can be activated in Vice under Settings -> "Cartridge IO Settings" -> "Enable User Port DAC". For this version you need 32k.
The game was created in C using CC65. Detlef had adapted the libraries so that it would run correctly on the 4000s. I adapt it to the different keyboards because the scan code is interpreted differently (depends on the type of keyboard or the built-in ROM).
There are 3 variants: tetris8k is intended for computers with only 8k. The game is the same, just a few texts and the home screen away.
The normal version is tetris, and dactetris uses a DAC converter on the user port. The latter can be activated in Vice under Settings -> "Cartridge IO Settings" -> "Enable User Port DAC". For this version you need 32k.
The game was created in C using CC65. Detlef had adapted the libraries so that it would run correctly on the 4000s. I adapt it to the different keyboards because the scan code is interpreted differently (depends on the type of keyboard or the built-in ROM).