Revision 284
Added by markw almost 11 years ago
| mist/atari800core_mist.vhd | ||
|---|---|---|
|
end if;
|
||
|
end process;
|
||
|
|
||
|
process(paddle_mode_reg, joy1)
|
||
|
process(paddle_mode_reg, joy1, joy2)
|
||
|
begin
|
||
|
joy1_n <= (others=>'1');
|
||
|
joy2_n <= (others=>'1');
|
||
Missing entry in process sensitivity list