VOGONS

Common searches


Search results

Display options

BIOS interrupt 13h first read call with MS-DOS 3.3?

in DOS
I'm getting the following results for this first read to the floppy: CS: 0 IP: 7D74 DS: 0 ES: 0 SS: 0 AX: 0201 BX: 0 CX: 8E3C DX: 0 SP: 7bF2 BP: 0 SI: 102B DI: 7C36 Flags: 0206 OPCode: INT 13h Anyone can tell me if this is correct and how to decode this information to the floppy CHS format? (AX=0201 …

MIDI file playback using the MPU-401?

I'm currently testing my MPU emulation (which is the Dosbox mpu.cpp as the 'front-end' and my own MIDI emulation (everything producing sound and processing the MIDI commands send to the output) as the 'backend'. I'm currently trying to get my .mid file playback correctly. I do get sound, but it …

Re: 8237A DMA Controller emulation verification

My compiler seems to have problems with some c++ code (it wont recognise anything if i try it. Using pspsdk, with uses gcc iirc). Gotos seem to be a little bit faster than an infinite for(;;) loop. I dont know if it works since I dont have anything to test it with (testsuite etc), nor have I written …

Re: 8237A DMA Controller emulation verification

Update: /* DMA Controller (8237A) */ #include "headers/types.h" //Basic types! #include "headers/hardware/ports.h" //Port support! #include "headers/mmu/mmu.h" //Memory support! typedef void (*DMAWriteBHandler)(byte data); //Write handler to DMA hardware! typedef byte (*DMAReadBHandler)(); //Read …

Page 274 of 275