first draft half duplex simulation

This commit is contained in:
tharexde
2021-01-03 22:50:27 +01:00
parent 9b3bc55136
commit eea63a6cb7
6 changed files with 511 additions and 50 deletions

View File

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