Alberto Gutiérrez Torre

Results 33 comments of Alberto Gutiérrez Torre

Hello Daniel, As it says in the README, this repo is no longer mantained. However, there is an active fork. Please check https://github.com/CastagnaIT/plugin.video.netflix/ Cheers!

Hello multiregis, Do you have a sample of how a symbol file? The current file is supported in both OpenMSX and BlueMSX. We would need to know the differences. Best...

Hello Multiregis, Actually OpenMSX does have interactive debugging: https://github.com/openMSX/debugger It's another application that connects to the emulator. The Visual Studio Plugin part sounds interesting. Do you know how well supported...

Hello! I see. You can't change the values while executing. Ok :). I can take a look to it in summer. Meanwhile if you want to take a look to...

I agree. If we're able to scan the buffer directly, it would be faster.

Hello! On the other hand, I have been using these temporal files for debugging. Maybe we can find a middle ground on this.

I understand it but the point here is not to make it faster using RAM, as the files are already tiny in modern computer terms. The main point was to...

I got a SEGFAULT. Nice. Maybe we can throw an error when using `PSEUDO_ORG` when `if(megarom && addr < LIMIT_ADDR)`. We have to decide which is `LIMIT_ADDR`.

This behaviour was never cover. However it is interesting. The includes are treated in the first preprocessor, where there is no support for IF statements (The IF statements are controlled...

To include this we need to implement bison code as IF uses the calculations made for `value` in `dura.y`.