Searched refs:key_pressed (Results 1 – 2 of 2) sorted by relevance
78 unsigned long key_pressed; in AtariBios_PumpEvents() local79 key_pressed=Bconin(_CON); in AtariBios_PumpEvents()80 bios_currentkeyboard[(key_pressed>>16)&(ATARIBIOS_MAXKEYS-1)]=0xFF; in AtariBios_PumpEvents()
79 unsigned long key_pressed; in AtariGemdos_PumpEvents() local80 key_pressed=Cnecin(); in AtariGemdos_PumpEvents()81 gemdos_currentkeyboard[(key_pressed>>16)&(ATARIBIOS_MAXKEYS-1)]=0xFF; in AtariGemdos_PumpEvents()