VOGONS

Common searches


Search results

Display options

Re: Emulating hdd serial number

Hm, you could write a TSR that intercepts int13-calls (maybe int25/26 as well, depends on how they access the disk) and look for boot sector reads, and then fill in the serial number. Might work if the SN is the only thing that game is looking for.

Re: Emulating hdd serial number

As you mention the serial number being destroyed through formatting, this should be some field in the boot sector/MBR. When using disk images, everything should work as it is solely based on the information that is present on the disk images. As retrieving the serial number involves reading a disk …

Re: Dongles?? PCAD, PSAVE

No idea what's happening then, as most code is executed in the main program/driver files. Could be that the drivers are loaded through a device driver interface, which isn't supported down to the lowest level in dosbox. Trying the program under dosbox when booting msdos should be working then. …

Re: Dongles?? PCAD, PSAVE

There's nothing wrong about that psave, they're using standard dos file access. Unless you have some of the files from that program read-only or otherwise limited access, this should not impose any problems to the code writing.

Re: Dongles?? PCAD, PSAVE

They open the file sibmpc.drv on the disk, insert some code (cd e0) and stay resident (hooking int e0+), now when that code in sibmpc.drv is executed, the int e0 calls psave. At this point i can't really tell what it does exactly, changes some registers for one call, and looks like it does memory …

Re: Megarace 2 Vesa problems

> CVS 20060201 crashes on my computer with Windows XP + ATI card in fullscreen with high color modes This is a known problem with the surface/overlay mode, but windowed mode should work fine as long as the desktop resolution is >8bpp.

Page 421 of 445