Re: Mess Emulator für diverse Schachcomputer ist fertig!
Elite Premiere should work fine without the USART.
m_nvrambank->configure_entries(0, 2, m_nvram, 0x8000);
I noticed a bug. Change to:
m_nvrambank->configure_entries(0, 2, m_nvram_data, 0x8000);
|