Hi does anyone have the code for that, searching web, bud bad luck
I have seen that some guys made it work when doing mappers, see this:
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true...
Erikie is he still active in the MSX world?
Found some code for it but does not compile, in Quartus2 I get errors
Error (276000): Cannot synthesize initialized RAM logic "SN74XX670:inst|regs"
and it point into init part of code:
signal regs : nibble_array := init;
function code is:
function init return nibble_array is
variable result : nibble_array;
begin
for i in nibble_array'range loop
result(i) := "0000";
end loop;
return result;
end function;
Thx in advanced :)
Для того, чтобы оставить комментарий, необходимо регистрация или !login