Releases: source-solutions/system-280se
v1.0.0
Chloe 280SE System Software
Version 1.0.0
May 1, 2024
Firmware
System 1 includes these ROMs:
BASIC.ROM
(SE BASIC 4.2.0)BOOT.ROM
(SE/OS 1.0.0)DOS.ROM
(UnoDOS 3.1.2)
Applications
System 1 includes ten simple applications with source code to demonstrate different technical aspects of the hardware and show you how to:
2019
: Scroll a bitmap image file vertically across the screen.AAFALL
: Use color cycling to create animation effects.ANIMSCR
: Animate a set of numbered frames without specifying the number of frames.BADAPPLE
: Stream video and audio using the DMA.BOING
: Animate a set of frames and play it backwards when the last frame is reached.JUGGLER
: Animate a set of frames and loop when the last frame is reached.KAYAHARA
: Load data into shadow memory.LASTV8
: Play music using the six channel programmable sound generator.SCRSHOW
: Recursively read files from a folder and fade images in and out.VDPTEST
: Read data directly from files.
Fonts (code pages)
By default, the 280SE uses code page 437. System 1 enables you to override the default system font at boot by specifying a code page:
1250.CP
: Latin 2 / Central European1251.CP
: Cyrillic1252.CP
: Latin 1 / Western European1252.CP
: Greek1253.CP
: Turkish
Headers
System 1 provides a SYSTEM.INC
file for use when building applications it includes all the SE/OS and UnoDOS system calls.
Keyboards
System 1 provides support for these PS/2 keyboard layouts:
AZERTY.KB
: FrenchBR.KB
: Brazilian PortugueseCHLOE.KB
: International EnglishCOLEMAK.KB
: ColemakDVORAK.KB
: DvorakES.KB
: SpanishQWERTZ.KB
: GermanUS.KB
: US English
Languages
System 1 enables you to change the language for the error messages on boot to:
- French
- German
- Portuguese (Brazilian)
- Spanish
Online Help
System 1 provides an online help system that can be accessed by pressing the Help key from SE BASIC or by opening the Help
app. It provides an overview of the 280SE and the SE BASIC language.
RUN BASIC application framework
System 1 provides a framework for converting a BASIC program into an application in the form of the RUNBASIC
app.
License
Copyright © 2024, Source Solutions, Inc. Licensed under GPLv3.