next step (half duplex simulation): all commands seem to work

This commit is contained in:
tharexde 2021-01-07 01:22:46 +01:00
commit 12071080a6
4 changed files with 212 additions and 59 deletions

View file

@ -1136,7 +1136,7 @@ static void PacketReceived(PacketCommandNG *packet) {
// destroy the Emulator Memory.
//-----------------------------------------------------------------------------
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
em4x50_sim();
em4x50_sim((uint32_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_READER: {