VOGONS

Common searches


Search results

Display options

Re: I've an idea: Let's get some game development going

in Milliways
Just a little point about music : I would suggest SB1.0 compatibility (OPL2/AdLib) instead of OPL3 because many clone cards don't sound as well for SB16 support as they did for SB1.0. In my knowledge SB1.0 compatibility is omnipresent, while OPL3 is less prevalent. OPL3 was introduced with Sound …

Re: I've an idea: Let's get some game development going

in Milliways
OK, that sounds good to me - would you also recommend that for real mode 286? I would assume things there are pretty much identical. I've never used it for 286 code, but I assume it will be fine. Difference with 8086 isn't that big. Could you give a short crash course how to get started with …

Re: I've an idea: Let's get some game development going

in Milliways
I agree that OPL2 support is a must, but I'd really like to have enhanced music for OPL3. Perhaps the songs are composed for OPL3, and then OPL2 versions made by using 9 of the most necessary instruments or something? As for graphics, I agree with your assessment. I would choose VGA, but we need a …

Re: FM and PCM Volume Balance of SB Cards

Just in case anyone is wondering, the OPL440 sets the channel to additive synthesis mode, so the sine wave amplitude is actually sum of two operators running at full volume. I wonder how the pan law works when playing the opl440 test tone... The YMF3812 is mono and the YMF262 is dual mono, does the …

Re: CD Audio emulation

in PC Emulation
Well, it only needs the CD emulation driver to forward audio playing commands through some media (network, nullmodem) to another device (PC, raspberry pi) that can receive the commands and play corresponding mp3/ogg files.

Re: IBM PC AT BIOS hangs on UniPCemu's 286 emulation?

in PC Emulation
Because the IBM AT has a 8042 controller, which connects to a PS/2 Keyboard (and Mouse on the second port)? AT has a 8042 controller which is connected to AT keyboard and supports only keyboards. PS/2 has also a 8042 controller which supports both PS/2 keyboards and mice. PS/2 keyboards support …

Re: IBM PC AT BIOS hangs on UniPCemu's 286 emulation?

in PC Emulation
Btw the 8042 and PS/2 keyboard have a dual function: They support both 8042 PS/2 style and IBM XT style keyboards. The main difference is that the IBM AT automatically acnowledges the read data, while the XT disables the PS/2 mouse and requires bit 1 of port 0x61 to be raise(low-to-high transition) …

Re: I've an idea: Let's get some game development going

in Milliways
Well 64 kilobytes gives you 512 tiles of 16*16 pixels at 4bpp. First EGA cards had only 64 kilobytes of memory, thus capable of displaying only up to 640x350 resolution at 4 colors. So only 320x200 available at 16 colors, with 2 video pages. There was a 64 kbyte add-on card, but many later cards …

Re: I've an idea: Let's get some game development going

in Milliways
So let's try to get some code whipped up, i.e. the foundation of the engine. I'm thinking real mode with the last DOS version of Borland C or Pascal, as VileR said earlier - does everyone think that's a good idea? [I will also say that FreeBasic is blazing fast in DOS, and very easy to use. I did …

Page 28 of 60