Re: Mess Emulator für diverse Schachcomputer ist fertig!
Ok, then try it the same way I did the extra RAM feature.
Name the parameter "overclock20" or something, then in the cartridge load function do: if (image.get_feature("overclock20")), and set_unscaled_clock.
Or if you want to do a cleaner implementation, add a mhz param like you said. Convert string to unsigned int and multiply by 1million.
|