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
|
|
|
emulator: Gearboy
|
|
|
|
|
type: libretro
|
2026-03-24 09:33:06 +01:00
|
|
|
core_classification: official_port
|
|
|
|
|
source: "https://github.com/drhelius/Gearboy"
|
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/drhelius/Gearboy"
|
2026-03-24 09:33:06 +01:00
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "3.4.1"
|
|
|
|
|
display_name: "Nintendo - Game Boy / Color (Gearboy)"
|
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
|
|
|
cores:
|
|
|
|
|
- gearboy
|
|
|
|
|
systems:
|
|
|
|
|
- nintendo-gb
|
|
|
|
|
- nintendo-gbc
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-24 09:33:06 +01:00
|
|
|
Gearboy is a Game Boy / Game Boy Color emulator by drhelius (Ignacio Sanchez).
|
|
|
|
|
The buildbot builds from drhelius/Gearboy (upstream), not from libretro/Gearboy
|
|
|
|
|
(abandoned fork frozen at v2.6.0 from 2018).
|
|
|
|
|
Bootrom loading is gated behind core options (disabled by default).
|
|
|
|
|
Without bootroms, the core HLE-skips the boot animation.
|
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
|
|
|
|
2026-03-24 09:33:06 +01:00
|
|
|
files:
|
|
|
|
|
- name: dmg_boot.bin
|
|
|
|
|
description: Game Boy DMG bootrom
|
|
|
|
|
size: 256
|
|
|
|
|
required: false
|
|
|
|
|
hle_fallback: true
|
|
|
|
|
validation: [size]
|
|
|
|
|
source_ref: "libretro.cpp:208,211 Memory.cpp:601-606,699-738"
|
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
|
|
|
|
2026-03-24 09:33:06 +01:00
|
|
|
- name: cgb_boot.bin
|
|
|
|
|
description: Game Boy Color bootrom
|
|
|
|
|
size: 2304
|
|
|
|
|
required: false
|
|
|
|
|
hle_fallback: true
|
|
|
|
|
validation: [size]
|
|
|
|
|
source_ref: "libretro.cpp:209,212 Memory.cpp:608-611,699-738"
|