Flip
Flip
Publisher: CodeWorks - CursorGenre: [uncategorized]
Programmer: Glen Fisher
Year: 1978
Uploaded by: admin
Language: English
Downloads: 47
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
Used to flip upper and lower cases inside programsOn the earliest models of the PET, the default display uses the "graphics" character set. If you type any letter, you get an uppercase letter, and if you press SHIFT while typing a letter, you get a PETSCII graphics character. For example, the S key gives you an uppercase 'S', while SHIFT+S gives you a PETSCII heart symbol. There are no lowercase letters available in the graphics mode.
If you want to do something where you need lowercase letters (like word processing), POKE 59468,14 switches the PET to its "business" character set, with both upper- and lowercase letters available for typing. This character set switching comes with an odd quirk: the lowercase letters replace the shifted PETSCII graphics characters, which means that typing that S still gives you an uppercase 'S', but SHIFT+S now gives you a lowercase 's', which is the opposite of what you'd expect.
If you want to do something where you need lowercase letters (like word processing), POKE 59468,14 switches the PET to its "business" character set, with both upper- and lowercase letters available for typing. This character set switching comes with an odd quirk: the lowercase letters replace the shifted PETSCII graphics characters, which means that typing that S still gives you an uppercase 'S', but SHIFT+S now gives you a lowercase 's', which is the opposite of what you'd expect.