Home
last modified time | relevance | path

Searched refs:kbdindex (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dkbdmappingwidget.c139 int kbdindex; in kbdmapping_widget_update() local
142 resources_get_int("KeymapIndex", &kbdindex); in kbdmapping_widget_update()
150 resources_set_int("KeymapIndex", kbdindex); in kbdmapping_widget_update()
/dports/emulators/vice/vice-3.5/src/pet/
H A Dpetmemsnapshot.c116 int kbdindex; in mem_write_ram_snapshot_module() local
155 resources_get_int("KeymapIndex", &kbdindex); in mem_write_ram_snapshot_module()
156 SMW_B(m, (uint8_t)(kbdindex >> 1)); in mem_write_ram_snapshot_module()
175 SMW_B(m, (uint8_t)(kbdindex & 1)); in mem_write_ram_snapshot_module()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/pet/
H A Dpetmemsnapshot.c116 int kbdindex; in mem_write_ram_snapshot_module() local
155 resources_get_int("KeymapIndex", &kbdindex); in mem_write_ram_snapshot_module()
156 SMW_B(m, (uint8_t)(kbdindex >> 1)); in mem_write_ram_snapshot_module()
175 SMW_B(m, (uint8_t)(kbdindex & 1)); in mem_write_ram_snapshot_module()