VOGONS

Common searches


Search results

Display options

Re: DOSBox Feature Request Thread

Basically telling dosbox to close the capture as soon as it's near 2GB (in this case I used 1GB just to make the file sizes more manageable) by a configuration variable. Because the flag isn't reset, Dosbox opens a new file at the next frame, thus no capture data is lost and is essentially …

Re: PowerPC Dynamic Recompiler (patch)

sys_icache_invalidate() is better on OS X anyway. I'm not sure, the docs don't mention it performing a data store/flush before invalidating plus it seems wasteful to make a syscall to perform non-supervisor operations. If this was portable code it would be a no-brainer but given it's explicitly for …

Re: Opl 3 Sound Bank ?

I'm pretty sure his question is meant the other way. He's looking for a GM sound font that sounds like an OPL3. At least that's how I understand it. No, OP has it right. A sound bank isn't a sound font. Sound font = recordings of instruments. Sound bank = description of how to synthesize …

Re: imgmount

Are there any special reasons to imgmount from a mounted drive instead of host directory? Generally I find it's easier to keep the .iso+.cue in the same dir as the rest of the game's files and use a batch file to mount+run (and do anything else like set core/cycles) in one step. Especially if it's …

Re: DOSBox Feature Request Thread

You couldn't just shove frames down a pipe, you'd need some way to communicate the frame rate/sampling rate, resolution, frame delimiters... once you've done all that you've basically recreated AVI. DOSBox only records audio that goes through its mixer, if you're using an external midi device the …

Re: 64-bit dynamic_x86 (patch)

Would be interested to see some before/after benchmarks for this patch: --- a/src/cpu/core_dyn_x86/risc_x64.h +++ b/src/cpu/core_dyn_x86/risc_x64.h @@ -468,7 +468,11 @@ static void gen_discardflags(void) { } static void gen_needcarry(void) { - gen_needflags(); + if (!x64gen.flagsactive) { + x64gen. …

Re: imgmount

Yes, the same filename shown when you use the DIR command inside DOSBox. (Or just type the first few letters of the filename and press tab to autocomplete it.)

Page 50 of 66