Lars

Results 5 comments of Lars

I have a working keyboard driver Heres my main.c file: `#include "print.h" unsigned char port_byte_in(uint16_t port) { unsigned char result; asm("in %%dx, %%al" : "=a" (result) : "d" (port)); return...

He is probably not gonna respond... Ive had an issue up for 6 days, Nobody has responded https://github.com/davidcallanan/py-myopl-code/issues/27 Nobody. For six days

Quick note: If anyone needs a rip of the game the issue is occurring on (Because for a lot of online platforms it's outdated), here they are (base.apk contains the...

Okay, After browsing the game files deeper, It seem that the game is IL2CPP not Mono, My bad.