Project

General

Profile

« Previous | Next » 

Revision 1356

Added by markw over 2 years ago

Fix for 10M08 not reading reliably since >=1.24

View differences:

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