VOGONS

Common searches


Search results

Display options

Re: x86EMU emulator testers wanted

My latest x86EMU build: Filename x86EMU_20150910_1332.zip File size 344.37 KiB Downloads 38 downloads File comment x86EMU build 2015/09/10 13:32 - Applied changes to support linux (source code wise, currently untested on linux). - Fixed some PSP vs linux bugs and 64-bit fopen. It should now work …

Re: x86EMU emulator testers wanted

My latest x86EMU build: x86EMU_20150909_2018.zip - Optimized dynamic image read/write of sectors. - Optimized disk handler results. - Optimized IDE/ATA hardware. MS-DOS can now fully handle the mounted ATA hard disks (no errors anymore). Booting from a hard disk is still to be fixed (working on it). …

Re: x86EMU emulator testers wanted

My latest x86EMU build: x86EMU_20150908_2130.zip - Added locks to all output to text surfaces (making the application more robust in multithreading). - Fixed keyboard. It was detecting it still was executing a command in some cases, when it's actually done already. - Simplified text surfaces to fix …

Re: x86EMU emulator testers wanted

My latest build: x86EMU_20150908_1559.zip - Fixed IDE/ATA hard disk emulation. It's now correctly reading and writing the hard disks. - Optimized Superfury Dynamic Disk Image (SFDIMG files) hard disk image access. - Moved BIOS hard disk image information up. - Added support for .ima disk images. - …

Free 80(1)86 compatible VGA BIOS?

Is there a free or open source VGA 80(1)86 BIOS I can legally use with my x86EMU? So far I got the Turbo XT BIOS v2.5 and PC-XTIDE BIOS as free alternatives. Is there a free or open source VGA BIOS I can use/bundle with my emulator? I think maybe SeaBIOS, but I can't find the 16-bit version of it?

Re: x86EMU emulator testers wanted

Here's a newly createn 8GB(although paritioned as a total of1 4GB due to MS-DOS 6.22 fdisk limitations) hard disk image: Filename 8GB.sdfimg.zip File size 3.43 KiB Downloads 41 downloads File comment 8GB SFDIMG hard disk paritioned as 2GB and 1.66GB drives. The same image, but with FDISK /MBR and …

Re: x86EMU emulator testers wanted

My latest version: Filename x86EMU_20150907_1042.zip File size 342.36 KiB Downloads 40 downloads File comment x86EMU build 2015/09/07 10:42 - Added information text with file type and disk image size to the selection of disk images. - Fixed 64-bit filesize being truncated to 32-bits. This caused …

Re: x86EMU emulator testers wanted

Something strange happens though: when I start a game like Commander Keen or Scandisk, the arrow keys and enter key doesn't work, but the numpad arrow keys and the numpad enter key does work instead? Can you see what's going wrong? The mapping is in emu/io/input.c. There's a big array (104 items) …

Re: x86EMU emulator testers wanted

Btw I'm interested in those changes to get it running on Linux. I assume it can be added using some #ifdefs? Can't you make some compatible Makefile.linux file (Just like I did with the Makefile.psp and Makefile.win)? Then I can add it to the project for linux compatibility. Atm you can build PSP …

Re: x86EMU emulator testers wanted

To start using the emulator, place the ROMs in the ROM directory (I'm using the Turbo XT BIOS as BIOSROM.bin, IBM VGA BIOS as OPTROM.1 and XT-IDE BIOS as OPTROM.2. Create if needed and mount a hard disk image if you want hard disk emulation. Then: Place the latest XT-IDE files in a floppy disk image …

Re: x86EMU emulator testers wanted

Btw the 64-bit fopen is used to access large disk images of 4GB and larger (also used by my sfdimg file format, to use 64-bit disk positioning. It supports up to 2TB disk images using 32-bit LBA). Although the LBA addressing is currently limited to 28-bits (LBA28 addressing of my ATA-1 hard disk …

Page 217 of 229