Thomas BERNARD

Results 203 comments of Thomas BERNARD

I don't know why the sendto() are not permitted... Some issue with the multicast support maybe ?

I'm not sure about the Ricoh 2A03/2A07 of the NES

regarding the differences between the different 6502 versions, do you plan to add different modes for the emulator ?

well some of them.

%X is for int, %lX is for long, %hX is for short. address_start.data is u16 or something, which is recognized as a short int. As far as I know they...

To make modern compilers happy (at least GCC and CLANG) use %hd for int16_t and %hhd for int8_t ;)

putain même Microsoft connait : https://docs.microsoft.com/fr-fr/cpp/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions?view=msvc-170 Pour spécifier | Utilisez le préfixe | Avec le spécificateur de type -- | -- | -- charunsigned char | hh | d, i,...

@grifs250 what are you trying to do ? If the port mapping is not working, you'd better see that with you router vendor.

miniupnp is failing to send the AddPortMapping command correctly to your router. Does it work well with others UPNP clients ? you could try to use wireshark or another network...