Project

General

Profile

« Previous | Next » 

Revision 211

Added by markw almost 11 years ago

Allow delete or scroll lock. I found scroll lock did not work on my mist - perhaps my kb

View differences:

common/a8core/ps2_to_atari800.vhdl
fkeys_int(10)<=ps2_keys_reg(16#78#);
fkeys_int(11)<=ps2_keys_reg(16#07#);
-- use scroll lock to activate freezer
freezer_activate_int <= ps2_keys_reg(16#7e#);
-- use scroll lock or delete to activate freezer (same key on my keyboard + scroll lock does not seem to work on mist!)
freezer_activate_int <= ps2_keys_reg(16#7e#) or ps2_keys_reg(16#171#);
end process;
-- provide results as if we were a grid to pokey...

Also available in: Unified diff