Colin Pitrat

Results 199 comments of Colin Pitrat

The protocol approach, on network or unix socket, is interesting as it could allow to support multiple debuggers (e.g DeZog + custom one running as a separate process but that...

Development of the debugger has started. It can be invoked with F2 and already supports showing z80 registers, memory content, disassembly. It supports setting breakpoints and watchpoints. Missing features: -...

I'll see if I can reproduce which would make investigating and fixing easier. Some thoughts from my initial search: https://wiki.libsdl.org/SDL_GetRendererOutputSize May be better than SDL_GetWindowSize. SDL_WINDOW_SHOWN is ignored so can...

SDL_GetRendererOutputSize doesn't help although from the documentation, it should be a better choice. Digging a bit into it, this is a SDL issue. For some reason, it thinks that the...

Interesting. I checked and this is an old bug, not introduced by the migration to SDL2.

The problem is that in `asic.cpp`, when we set the palette, we do not check CPC.scr_tube. There's actually a TODO for it: ``` // TODO: deduplicate with code in video_set_palette...

The problem is that the Plus mode offers 4096 colors instead of just 32, so we need some generic code to convert the colors. Fortunately, https://github.com/ColinPitrat/caprice32/issues/135 provides just that. Currently...

Had a quick look. I can reproduce but I have no clue what's wrong with it.

Tested the same dsk files with xcpc and it works. Maybe I'll be able to dig into the differences ...

Unfortunately, I don't have access to real hardware. If anyone seeing this can check on a real CPC that would be awesome. Alternatively, useful information would be: - have a...