Hello,
in addition (too lazy to continue writing German... Deutsch ist schwer für mich) :
- using the same trick in any other GUI should be doable (Hiarcs: check .bat files; Shredder: check .eng files)
Once Mess window is launched, you can check the result (difference in boot sequence, click Media menu button to check - or, File menu, show tab menu, Image Information.
- not using such a GUI? want to start either version without going thru any specifics? you can create in your usual chess programs folder direct links to .bat files containing:
basic Sensor Chess:
Code:
@echo off
cd [your_path_to]MessExtra
start MessExtra schess -cartridge ""
Sensor Chess CSSS:
Code:
@echo off
cd [your_path_to]MessExtra
start MessExtra schess -cartridge csss
Of course, adapt [your_path_to] to where your CB-Emu folder is located, or locate both .bat files within it.
Cheers,
Eric