feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
emulator: galaksija
|
|
|
|
|
type: libretro
|
feat: update 47 emulator profiles with core_classification and fixes
add core_classification, cores, upstream fields. fix false aliases
(fixnes, fsuae, gearboy, higan_sfc, higan_sfc_balanced, potator,
quicknes). add new profiles (fbneo_neogeo, flycast_gles2,
genesis_plus_gx_wide). remove verbose notes and disclaimers.
2026-03-22 14:01:38 +01:00
|
|
|
core_classification: official_port
|
feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
source: "https://github.com/libretro/galaxy-libretro"
|
feat: update 47 emulator profiles with core_classification and fixes
add core_classification, cores, upstream fields. fix false aliases
(fixnes, fsuae, gearboy, higan_sfc, higan_sfc_balanced, potator,
quicknes). add new profiles (fbneo_neogeo, flycast_gles2,
genesis_plus_gx_wide). remove verbose notes and disclaimers.
2026-03-22 14:01:38 +01:00
|
|
|
upstream: "https://github.com/nikp123/Galaksija-Emulator"
|
2026-03-24 09:33:06 +01:00
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "v0.1"
|
|
|
|
|
display_name: "Elektronika Inženjering - Galaksija (Galaksija)"
|
feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
cores:
|
|
|
|
|
- galaksija
|
|
|
|
|
systems:
|
|
|
|
|
- galaksija
|
|
|
|
|
|
|
|
|
|
# Galaksija is a Yugoslav home computer (1983, designed by Voja Antonic) emulator.
|
|
|
|
|
# Z80-based at 3.072 MHz, PAL 50fps, character-mode display (32x16 chars, 256x208 px).
|
|
|
|
|
#
|
|
|
|
|
# The core embeds all three firmware files compressed in rom.c (LoadCHRGENBIN,
|
|
|
|
|
# LoadROM1BIN, LoadROM2BIN). External files are optional overrides -- if ANY of
|
|
|
|
|
# CHRGEN.BIN or ROM1.BIN is missing from <system_dir>/galaksija/, the core sets
|
|
|
|
|
# firmware_ignore=true and loads all ROMs from the embedded copies instead.
|
|
|
|
|
#
|
|
|
|
|
# Firmware loading (src/libretro.c:93-135):
|
|
|
|
|
# 1. retro_init() checks for galaksija/CHRGEN.BIN and galaksija/ROM1.BIN
|
|
|
|
|
# 2. If either is missing: firmware_ignore=true, load embedded compressed ROMs
|
|
|
|
|
# 3. If both present: galaxy_init() reads files from disk (init.c:46-105)
|
|
|
|
|
# 4. ROM2.BIN missing is a warning only, not fatal (init.c:84-85)
|
|
|
|
|
#
|
|
|
|
|
# Memory map:
|
|
|
|
|
# 0x0000-0x0FFF: ROM1 (4096 bytes) - BASIC interpreter
|
|
|
|
|
# 0x1000-0x1FFF: ROM2 (4096 bytes) - math extension (optional)
|
|
|
|
|
# 0x2000-0x27FF: keyboard memory-mapped I/O
|
|
|
|
|
# 0x2800-0x29FF: screen RAM (32x16 characters)
|
|
|
|
|
# 0x2A00-0x3FFF: free RAM
|
|
|
|
|
# chargen: 2048-byte character generator ROM (separate, not memory-mapped)
|
|
|
|
|
#
|
|
|
|
|
# The included firmware is public domain per README.
|
|
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
- name: "CHRGEN.BIN"
|
|
|
|
|
path: "galaksija/CHRGEN.BIN"
|
|
|
|
|
size: 2048
|
|
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
2026-03-24 09:33:06 +01:00
|
|
|
validation: [size]
|
feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
note: >
|
|
|
|
|
Character generator ROM. Defines the 128-character bitmap font (8x13 pixels
|
|
|
|
|
each). The core has this embedded compressed in rom.c and only loads the
|
|
|
|
|
external file if all firmware files are present in the system directory.
|
|
|
|
|
source_ref: "src/rom.h:5, src/libretro.c:95-99, src/external/galaksija-emulator/src/init.c:55-67"
|
|
|
|
|
|
|
|
|
|
- name: "ROM1.BIN"
|
|
|
|
|
path: "galaksija/ROM1.BIN"
|
|
|
|
|
size: 4096
|
|
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
2026-03-24 09:33:06 +01:00
|
|
|
validation: [size]
|
feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
note: >
|
|
|
|
|
System ROM / BASIC interpreter. Mapped at 0x0000-0x0FFF. Contains the
|
|
|
|
|
Galaksija BASIC language and boot routines. Embedded in rom.c as fallback.
|
|
|
|
|
source_ref: "src/rom.h:8, src/libretro.c:101-105, src/external/galaksija-emulator/src/init.c:69-81"
|
|
|
|
|
|
|
|
|
|
- name: "ROM2.BIN"
|
|
|
|
|
path: "galaksija/ROM2.BIN"
|
|
|
|
|
size: 4096
|
|
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
2026-03-24 09:33:06 +01:00
|
|
|
validation: [size]
|
feat: add 10 emulator profiles (batch 4)
blastem (MD, no BIOS needed), dosbox_pure (14 MT-32 ROMs + SF2),
desmume (NDS, 3 files all HLE), cap32 (CPC, all embedded),
mu (Palm OS, 5 ROMs), bk (Elektronika BK, 9 Soviet ROMs),
gearsystem (SMS/GG, 2 optional boot ROMs),
beetle_ngp (Neo Geo Pocket, pure HLE), beetle_wswan (WonderSwan, pure HLE),
galaksija (Yugoslav computer, all embedded)
51 total profiles. Cross-reference: 658 undeclared, 177 in repo.
2026-03-17 19:27:35 +01:00
|
|
|
note: >
|
|
|
|
|
Math extension ROM. Mapped at 0x1000-0x1FFF. Adds floating-point math
|
|
|
|
|
functions (SIN, COS, TG, SQR, LN, EXP, POW, etc). Optional even when
|
|
|
|
|
loading from disk -- missing ROM2 only triggers a warning. Embedded in
|
|
|
|
|
rom.c as fallback.
|
|
|
|
|
source_ref: "src/rom.h:11, src/libretro.c:107-110, src/external/galaksija-emulator/src/init.c:83-92"
|
|
|
|
|
|
|
|
|
|
notes:
|
|
|
|
|
embedded_firmware: >
|
|
|
|
|
All three ROMs (CHRGEN.BIN, ROM1.BIN, ROM2.BIN) are embedded as compressed
|
|
|
|
|
blobs in src/rom.c using RLE compression. The core works out of the box
|
|
|
|
|
without any external firmware files. External files only serve as overrides
|
|
|
|
|
for users who want alternative ROM versions (e.g. different BASIC revisions
|
|
|
|
|
or character sets).
|
|
|
|
|
firmware_override_logic: >
|
|
|
|
|
The override is all-or-nothing for CHRGEN.BIN and ROM1.BIN. If either file
|
|
|
|
|
is missing from galaksija/, the core ignores all external firmware and uses
|
|
|
|
|
embedded copies. ROM2.BIN is handled separately and can be absent even when
|
|
|
|
|
loading from disk.
|
|
|
|
|
license: >
|
|
|
|
|
The emulator code and included firmware are public domain. External
|
|
|
|
|
dependencies (libz80, libretro-common, tinyfiledialogs) have separate
|
|
|
|
|
licenses (GPL2, MIT).
|