p2mate

Results 17 comments of p2mate

> It would be a band-aid on a gaping wound. > I think it is better to replace the socket dma test code with a properly defined and documented API,...

I wonder if HTTP would be the right way to go. It would require a web server and a lot of parsing code because web APIs tend to be UTF-8...

Using retro replay I figured out the following: 1) There's some sort of protection or anti-cheat sub-routine at address $50ec after decompression (to get to that point, with the retro...

patched version [Barry McGuigan World Championship Boxing_MRZ_patched.zip](https://github.com/GideonZ/1541ultimate/files/6135645/Barry.McGuigan.World.Championship.Boxing_MRZ_patched.zip)

https://github.com/svofski/mouse1351 is a ps/2 to 1351 adapter with source code (running on atmega8). I think this explains quite well how the 1351 works. The trick is to be able to...

Well paddle registers + whatever is needed to make the buttons work. But the buttons are just joystick inputs.

The reason I posted the link the the Atmega8 code is to help understanding how the 1351 works. I didn't mean to suggest the U64 implementation should be the same...

And yes, using USB HID for the mouse input is a good idea. PS/2 mice are kind of obsolete by now :) and dongles to use them on USB are...

I will try to do that.