What's new

Run Chankast at ANY resolution ;)

viperjp

New member
Hi everyone! Here's a tip that will help you to run the emulator at any resolution you want. All you have to do is grab a hex editor and modify some values within the executable. (I couldn't find the license for the emulator so if this is not allowed please delete this post).

It's very easy: all you have to know is that address 00003E4Dh holds the screen width value (2 bytes long) and that address 00003E57h holds the screen height value (2 bytes long) when selecting 640x480 within the GUI.

Remeber that Intel x86 stores data using little endian form so if for instance you want a resolution of 400 x 300 (0190h x 012Ch) you need to overwrite data at 00003E4Dh with 9001h and data at 00003E57h with 2C01h (note the inverted byte order).

Have Fun :)

Joaquín.

PS: THIS WORKS WITH THE VERSION YOU CAN DOWNLOAD FORM http://www.ff18.com/cu/cu025beta.zip.
 
Last edited:

Top