Revision 1330
Added by markw about 4 years ago
| atari_chips/pokeyv2/flash_controller.vhd | ||
|---|---|---|
|
end if;
|
||
|
when state_read=>
|
||
|
flash_read <= '1';
|
||
|
if (flash_waitrequest='0') then
|
||
|
state_next <= state_read_wait;
|
||
|
end if;
|
||
|
state_next <= state_read_wait;
|
||
|
when state_read_wait =>
|
||
|
flash_read <= flash_waitrequest;
|
||
|
complete <= flash_readvalid;
|
||
|
if (flash_readvalid = '1') then
|
||
|
state_next <= state_delay;
|
||
This seems to break v3 flashing, reverting for now