Arco van Geest

Results 12 comments of Arco van Geest

I know there is Opus1 and Opus2 hardware, we can expect it to work alike. zx.opus.sd and zx.opus.dd sound great.

You only need the profile in your diskdefs.cfg

@mitchelln , it now works for you? I think the diskdefs on linux is src/greaseweazle/data/diskdefs.cfg I editted the initial comment to be more readable.

I got sdl2 somewhat working. ( in my unixsdl2 branch ) There is still a segfault I cannot find but palette shows normal and the debugger is working.

Yes, the segfaults were caused by something on my UB20.04 dev instance. SDL2 Sound is recognizable but it sounds terrible. I'm not sure where to start on replacing directX7 with...

I was distracted by other things ;-) The linux part works but I think that replacing directX7 with sdl2 would make it more future proof. Personally I use pinmame to...

I tested it for the single sided and most of the data looks OK. (In my fork/branch opus1) I see quite a lot crc errors but that could be my...

It works in the ZX spectrum. I tried several 180k and 720k(18s) images. I guess the real hardware is more flexible regarding to timing.

I tried your version but I get : Linking xpinmame.sdl ... /usr/bin/ld: xpinmame.obj/unix.sdl/osdepend.a(sdl.o): in function `sysdep_create_display': sdl.c:(.text+0x1f6): undefined reference to `SDL_GetCurrentDisplayMode' I seem to use a different include of sdl...

I used makefile.unixsdl which contained sdl-config, after changing that to sdl2-config and SOUND_SDL=1 it worked on my side. The clicking sound could be a signed/unsigned issue. Sound in mpu35 is...