The TCS Trommeschläger Genie IIIs repository contains an emulator and associated files for running the legacy Genie IIIs computer system on Windows. This project enables users to simulate and experience the functionality of the original Genie IIIs system, which operated on the CP/M platform.
Key Features:
- Emulator for running the TCS Trommeschläger Genie IIIs system on Windows
- Source code for essential system components, utilities, and libraries
- Supports the use of Hitech C compiler and graphics functions
- Allows users to interact with a bootable CP/M system
Explore the source code, utilities, and libraries provided in this repository to learn more about the inner workings of the TCS Trommeschläger Genie IIIs system. Get hands-on experience with this legacy computer system and discover its capabilities.
Note: This project is intended for educational and historical purposes and may require some technical knowledge to set up and operate.
Contributions and feedback are welcome. Feel free to fork this repository, make enhancements, and submit pull requests to contribute to the development of the TCS Trommeschläger Genie IIIs Holte CP/M.
Start your journey into the world of the TCS Trommeschläger Genie IIIs legacy system today!
The TCS Trommeschläger Genie IIIs is a legacy computer system that originally ran on CP/M, Gdos 2.4 or NewDos. This project provides an emulator to run the Genie IIIs system on Windows using the CP/M-based emulator.
- Running the TCS Trommeschläger Genie IIIs Legacy Computer System on Windows with sdltrs
- Source code for various components of the system:
under project file
SRC/
: System files click here
Subfolders under src
UTILS/
: Utility files for the systemCPMSYS/
: CP/M system filesLIBPLOT/
: C-LIB with graphic functions for use with Hitech C compilerLIBCZZZ/
: Additional C library files (LIBCZZZ)CLIBYYY/
: Additional C library files (CLIBYYY)- Documentation:
docs/
: User manual in PDF format
-
Clone the repository:
-
Build and run the emulator using the provided instructions in the documentation.
-
Explore the various components of the system by examining the source code in the respective directories.
Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch: git checkout -b my-feature
- Make your changes and commit them: git commit -m "Add my feature"
- Push your changes to your forked repository: git push origin my-feature
- Open a pull request to merge your changes into the main repository.
etc etc etc