TRIANGULAR μOS 1.40 for Commodore 128


TRIANGULAR μOS 1.40 for Commodore 128 [17-12-2023]:          [DOWNLOAD]  [SDK]
- New theme called "Brazil"
- BIOS: Initializing procedure reworked
- GUI: Streamlined, code cleaned and improved
- MONITOR: Memory display mechanism is reworked and 7 times faster
- WORDS: branch out to separate file & improvements
- SYNTH: branch out to separate file & improvements
- STAR WARS: branch out to separate file & improvements
- CRAB IN NEW YORK: branch out to separate file & improvements
- SIMCITY: branch out to separate file & improvements
- GP BRAZIL added as separate game in place of TRASURE CHAMBER
- Sprites data moved into separate asset files
- BASICALLY API Jump Table removed from GUI
- Clipboard moved to System Registry
- Improvements & bugfixes
- Updated documentation

TRIANGULAR μOS 1.40 goals overview:
1. Introducing new look with "Brazil" theme.
2. Separate all 4 games, WORDS and SYNTH from GUI (main program) codebase into modules/programs for:
    A. Faster execution of separate programs (around 3 times more).
    B. Easier development of separate programs. It will introduce "local variables", thus avoiding variables conflict.
    C. Easier building and debugging of separate programs (no need for building whole GUI and System Disk on development stage).
    D. All above also affects GUI main codebase + leaves more space for further features.
3. Introduction of system resources files to held system assets (mostly graphics like sprites) on them. That further decreased size of codebase and speeds up loading of those assets in comparison of READ & DATA method. And assets in files are making possible to have many interchangeable customized assets.
4. New racing game GP BRAZIL is added in place of TRASURE CHAMBER.
5. BASICALLY API Jump Table is removed from main GUI saved nearly 1 KB from code.
Only TEMPLATE program has BASICALLY Jump Table and it can could be copied at end of GUI .bas file if needed.

ALPHA
TRIANGULAR μOS 1.40 Alpha 1 for Commodore 128 [05-12-2023]:  [DOWNLOAD]  [SDK]
- New theme called "Brazil"
- Bugfixes

Comments

Popular posts from this blog

TRIANGULAR μOS 1.27 for Commodore 64

TRIANGULAR μOS 1.29 for Commodore Plus/4

TRIANGULAR μOS 1.28 for Commodore CBM-II