Revision 118
Added by markw over 11 years ago
| common/a8core/atari800core_helloworld.vhd | ||
|---|---|---|
|
);
|
||
|
|
||
|
-- THROTTLE
|
||
|
THROTTLE_COUNT_6502 <= std_logic_vector(to_unsigned(cycle_length-1,6));
|
||
|
THROTTLE_COUNT_6502 <= "000001";
|
||
|
|
||
|
atarixl_simple_sdram1 : entity work.atari800core_simple_sdram
|
||
|
GENERIC MAP
|
||
Fixed throttle...