Alexey Melnikov
Alexey Melnikov
Constructor requested in XposedBridge is not compatible with one used in Zenfone 2 (model ZE551ML). Here is framework.jar (including de-compiled version): http://d-h.st/hnUY according to framework, parameters look like this: ```...
https://github.com/rkrajnc/minimig-mist/blob/da69f6ec45f9956f1df56f0a9a7f4a062c9b726e/rtl/sdram/cpu_cache_new.v#L214 CACR[3] is write-only bit, so CPU cannot read the last state, thus if it will write 1 second and more times it won't trigger the clear since internally it's...
Hi, Rok as you are more familiar with Amiga internals, i want to ask you if it possible to achieve: As we know, higher resolutions on standard AGA chipset are...
It would be good if Minimig will be able to use PCMCIA virtual CF card. I think most modules used for IDE can be adapted for PCMCIA. It should be...
### Is your feature request related to a problem? Please describe. Yes. If i want to change original Chiron LCD with traditional 12864 display, then i need to preserve Chiron...
Hi! I suggest to use A5 and A8 inputs as 8580/6581 modes switch when compiled as a single SID (SID2 not defined). i propose change to these lines: https://github.com/daglem/reDIP-SID/blob/c4514e9e33d27e8cd482e8126472a7c23486bb5e/gateware/sid_api.sv#L74-L75 change...
Existing 1chipMSX core is poorly maintained because there was no dedicated developer who understood MSX HW. It's also not convenient as it's ported from HPS-less design and requires VHD image....
Hi! I'm trying to find example of configuring RTC pins in ULP but can't.. All examples and random codes i found - all use main CPU functions rtc_gpio_* Is there...