←back to thread

868 points vuciv | 1 comments | | HN request time: 0s | source
Show context
shomp ◴[] No.45193667[source]
This is amazing. Well done figuring out the shared memory hack. That's a huge time saver and really makes sense from an engineering perspective. Ten dollars for the hammer and five thousand for knowing where to strike the machine, to paraphrase a trope on expertise applied correctly.
replies(2): >>45193990 #>>45194869 #
1. a_t48 ◴[] No.45194869[source]
This is a fairly "common" technique for doing multiplayer randomizers. Typically on a smaller region, but you end up with some sort of scratch memory being used as a buffer for messages sent back and forth between the emulator and the network layer (or your flash cart's RAM and the network layer, in the case of FXPakPro!). It's super useful.