VOGONS

Common searches


Search results

Display options

Re: x86EMU emulator releases

My latest build: x86EMU_20160219_1736.zip - Optimized rendering to work faster. - Optimized VGA rendering a bit. - Changed the 80(1)86/88 CPUs to use 8 cycles per instruction instead of the 4 cycles per instruction used on the other CPUs until actual cycle accuracy is implemented. - Decreased EMS …

Re: x86EMU emulator releases

Actually it currently uses the PSP gamepad/PC joystick #0(when having at least as many buttons as the PSP has) for PSP-style input, keyboard on the PC for either PSP-style mapped input (during all non-Direct Input modes) and mouse/keyboard normal input during Direct Input mode. When no joystick is …

Optimizing my VGA emulation to become fast?

As far as I can see, my accurate VGA emulation is currently the slowest part in my emulator (making the rest of the emulator slow too). Anyone knows how to make this faster? (It's already using some lookup tables for speeding it up) http://bitbucket.org/superfury/x86emu.git The VGA emulation modules …

Re: x86EMU emulator releases

I don't know if this "libretro core" actually is a complete CPU core (my emulator already has one, which it uses for CPU emulation?) or simply an interface to use with emulators? Anyway, a little bugfix of BIOS settings file size and loading of Soundfonts (incorrect struct sizes due to packed bugs …

Re: x86EMU emulator releases

My latest x86EMU build: x86EMU_20160217_0254.zip - Improved keyboard handling to properly support timed input in correct order(properly supporting special(ctrl/alt/shift) key combinations at the same moment of processing(like Gaming mode). - Converted keyboard to process input in linear time (first …

Re: x86EMU emulator releases

My latest x86EMU build: x86EMU_20160215_2044.zip - Added drive-specific NDM bit to DMA checks. - Fixed Floppy IRQ lowering (shouldn't be done). - Disabled Floppy read write protected updating: This shouldn't be done (only on writes)? - Added Floppy abnormal termination to the log. - Added TC errors …

MS-DOS 5.0 setup disk 1 hangs when starting setup?

When I try to start the setup procedure on MS-DOS 5.0 setup disk 1, I get the following log (when enabling the emulator debugger, which currently logs both instructions executed and floppy disk activity (except the actual data transfer itself, so only command, parameter, result phases and status …

Re: x86EMU emulator releases

My latest x86EMU build: x86EMU_20160214_1720.zip - Implemented full FAT boot sector creation when creating floppy disk images. - Implemented Double Density and GAP length errors during floppy disk access (80286+ only, currently disabled with 80(1)86/88). - Fixed floppy creation boot sector bootstrap …

Page 203 of 229