MetalliC
Champion
@TechnicalMonkey VF4 is much more complicated.
VF4 games uses "MAPLE/232C CONVERTER BD" (838-14245-92) and then actual RFID card reader (838-14243 aka Picochet) connected to it.
so, if you want to not use any of mentioned boards but emulate them, you have to implement Maple (Dreamcast controller) bus interface, then simulate in software Maple/232C board protocol, and supply card data.
this is not easy at hardware part, because Maple is custom 2-wire bus, not rs232/rs485/etc.
there also IMO not much practical benefits - VF4 designed to use online servers (which is dead now), while cards is more like "player profile data backup for offline play".
if I'm not mistaken, player can't progress the game or unlock new items while playing offline with the card, but only use current progress written on card.
VF4 games uses "MAPLE/232C CONVERTER BD" (838-14245-92) and then actual RFID card reader (838-14243 aka Picochet) connected to it.
so, if you want to not use any of mentioned boards but emulate them, you have to implement Maple (Dreamcast controller) bus interface, then simulate in software Maple/232C board protocol, and supply card data.
this is not easy at hardware part, because Maple is custom 2-wire bus, not rs232/rs485/etc.
there also IMO not much practical benefits - VF4 designed to use online servers (which is dead now), while cards is more like "player profile data backup for offline play".
if I'm not mistaken, player can't progress the game or unlock new items while playing offline with the card, but only use current progress written on card.