VOGONS

Common searches


Search results

Display options

Re: screamtracker adlib support?

If Scream tracker tries to play digitized sounds over Adlib, you might be out of luck. This requires very good timing resolution and isn't working too well in Dosbox. OTOH, it may be possible that is is just a sort of FM instrument as screen might imply, then it is strange that it doesn't work.

Re: 16-Bit VESA graphics?

Another potential speed problem is color conversion. Though it could be offloaded to GPU using fragment (shader) programs, as long as emulated framebuffer is (copied/DMA'd ) in(to) video RAM (think also about those demos with copper bars!). 486-class hardware didn't even have speed to do fullscreen …

Re: DOSbox - two MIDI bugs

If your program is using intelligent mode, then from your description this seems like some kind of race condition bug with MPU-401. It is possible, but not guaranteed that it is corrected in newer build which I posted few months ago here on forums. (I'm not really doing this lately, as I'm not at …

Re: DOSbox - two MIDI bugs

I'm here again :) If this works in UART mode (i.e. you set it to uart in config file)...than you don't have to even care about intelligent mode. Btw. for windows just use win32 "device". So, questions: Do your clock messages get lost, or you just don't receive them at exact time when they are …

Re: DOSbox - two MIDI bugs

Hmm, are you using MPU401 intelligent mode or UART mode (as set in the dosbox.conf)? There was a thread in "General" section with updated build (MPU401/MIDI improvements + MIDI input), maybe it helps with your (first) problem, especially if your program uses intelligent mode. Regarding timing.... …

Re: Developing games FOR dosbox?

Better choice IMO is SDL. It runs wherever dosbox runs (dosbox is built on top of it), so your game will probably be cross-platform. (except if you want native DOS port, then you should go with Allegro). If you have time to spend and want to practice before you go to write something linux kernel …

Re: Fork DOSBox?

WGF 1.0 and even XP drivers shoud be more than enough to support 3D acceleration on host (they support very primitive multithreading and resource managing, but it's not a problem if you have only one 3D application running and/or disable the lovely 3D desktop). As far as I understand: work that …

Re: 132 characters on a line

How did you set that character mode back then? it might be possible in dosbox as well. This, as far as I know, should be done using INT10 interfaces, and I'm not sure if that would actually would work in "vanilla" Dosbox. But in that case you might get better compatibility with Univbe.

Re: Bug in the MPU-401 Emulation

Throttling issue is not related to CPU speed of a real machine, but is related to dosbox cycles (because real MPU401 will set a status bit if it is not ready to receive more data so the problem doesn't exist). Did you also try with mpu401=uart? (if this setting works at all with Sierra games...) as …

Re: Bug in the MPU-401 Emulation

Can you please test it with te build which I uploaded in this thread? http://www.vogons.org/viewtopic.php?t=14690 Could also be related to buffer overflow problem when games quickly sends lots of sysex data. Try to reduce CPU clocks (to a very low value, like 100,200 or 500) for game startup and …

Re: does dosbox support MIDI IN yet?

I uploaded a patch to sf.net: http://sourceforge.net/tracker/index.php?func=detail&aid=1679781&group_id=52551&atid=467234 Here's a mingw binary that I compiled yesterday (use sdl dlls from dosbox installation). You can add "inconfig" parameter in dosbox.conf below the "config". It's used in the same …

Re: Dune 1 MIDI music and DosBox 0.70

I suggest to try if there are differences between sbpro(and lower) and sbpro2/sb16 setting. First use opl2 emulation, latter are opl3. (can be also enforced by opl mode setting). As some games rely on sensitive timing of OPL 2/3 commands and OPL emulation in dosbox has lower timing precision ( …

Re: Installing MSDOS on Dosbox - CDROM driver

(disclaimer: I probably don't know what I'm talking about in this post :blush:) I was thinking not about mounting host fs directory as a cdrom, but for reading image data which can be copied to block device buffer by dosbox. It could be also simpler to do that just by replacing cdrom driver (one …

Page 3 of 15