Nicolas BAUW

Results 12 comments of Nicolas BAUW

As I am myself an imgui user, I love the idea.

Hi guys, Indeed that would be an awesome feature, some time ago I wrote some C++ demos / utilities with glfw, all I had to do was to set the...

From what I've seen in the source / read on the web: - in minifb, for the windows OS, the rendering is done via GDI - I found that post...

I think that it's possible to avoid texture creation, update, and render of textured rectangle (who would here act as a simili framebuffer) at every frame with functions like glCopyImageSubData...

I'm thinking about: - 32-bit buffer as RGBA instead of 0RGB - so, the buffer should adequately handle transparency to allow alpha compositing - Option for the buffer swap to...

Seems it has something to do with CACRF_WriteAllocate and CACRB_WriteAllocate flags and the cache. Found some info in: - the whichamiga source code - the exec struct (AttnFlags). From the...

> I think it's best to map all of them to `NOP` if a 68EC030 is selected. According to my previous post, I'm afraid that could cause whichamiga to no...

Maybe this could help: > The translation control register configures the table lookup mechanism to be used for all table searches as well as the page size and any initial...

> Running Moira 68020 > ->Sysinfo 68EC020 > ->Whichamiga 68020 From the whichamiga source : it differentiates EC and non-EC by checking the address bus width. 32 bits = 68020,...

>but it would be safer still to make both programs think that there is a EC version for all cpus, no? I agree with that, the point of this particular...