This port has been made thanks to the following sources:
It is mainly based on the corresponding core for MiST created by Gehstock.
Several elements such as the keyboard handling have been added from hrvach's port to MiSTer.
The ROM D addition is based on GALe - Galaksija Emulator*
Finally, several improvements have been migrated from the respective port for the Senhor board (MiSTer clone).
Port to Poseidon-EP4CGX150 and Senhor by turri21
Additional help by CoreRasurae.
-- The Senhor team --
It is possible to disable the ROM C (PLUS model) and ROM D by entering the following command in BASIC: A=USR(&1000)
The core boots straight into PLUS mode, in other words it loads all 4 roms automatically. Therefore, you do not have to type anything in basic to enable them, but for the record I will list these commands here:
Enables ROM C: A=USR(&E000)
Enables ROM D: A=USR(&F000)
To use the monitor (RAM dump) you have to type in BASIC the following command:
*A &STARTING_ADDRESS &ENDING_ADDRESS
Example: *A &F00 &FFF
or simply *A &F00
and then ESC to break it
To use the disassembler you have to type in BASIC the following command: *D &STARTING_ADDRESS &ENDING_ADDRESS
Example: *D &F00 &FFF
or simply *D &F00
and then ESC to break it
Tape loading
Audio
Saving
Graphics mode
This project is licensed under the MIT License.
- Gehstock
- Damir
- Voja Antonic - Creator of Galaksija - Author of ROM A, B and D.
- ROM C Authors - Nenad Balint, Nenad Dunjic and Milan Tadic
- Dejan Ristanovic - In December 1983 he wrote a special edition of Galaksija called "Computers in Your Home" (Računari u vašoj kući), the first computer magazine in former Yugoslavia. This issue featured entire schematic diagrams guides on how to build computer Galaksija, created by Voja Antonić.
- *GALe - Galaksija Emulator - Copyright © 2022-2023 Dragoljub B. Obradović. All rights reserved.