first draft half duplex simulation

This commit is contained in:
tharexde 2021-01-03 22:50:27 +01:00
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: {