Revision 1356
Added by markw over 2 years ago
atari_chips/pokeyv2/flash_controller.vhd | ||
---|---|---|
flash_read <= '1';
|
||
state_next <= state_read_wait;
|
||
when state_read_wait =>
|
||
flash_read <= flash_waitrequest;
|
||
if (flash_readvalid = '1') then
|
||
complete <= '1';
|
||
state_next <= state_delay;
|
Also available in: Unified diff
Fix for 10M08 not reading reliably since >=1.24