Add "screen" prefs item similar to Basilisk II. Don't ignore SEGV by default

as this could hide real bugs.
This commit is contained in:
gbeauche 2005-03-27 22:08:33 +00:00
parent 08e30a894e
commit abd2c5406f

View File

@ -37,6 +37,7 @@ prefs_desc common_prefs_items[] = {
{"scsi4", TYPE_STRING, false, "SCSI target for Mac SCSI ID 4"},
{"scsi5", TYPE_STRING, false, "SCSI target for Mac SCSI ID 5"},
{"scsi6", TYPE_STRING, false, "SCSI target for Mac SCSI ID 6"},
{"screen", TYPE_STRING, false, "video mode"},
{"windowmodes", TYPE_INT32, false, "bitmap of allowed window video modes"},
{"screenmodes", TYPE_INT32, false, "bitmap of allowed fullscreen video modes"},
{"seriala", TYPE_STRING, false, "device name of Mac serial port A"},
@ -76,7 +77,7 @@ void AddPrefsDefaults(void)
PrefsAddBool("nosound", false);
PrefsAddBool("nogui", false);
PrefsAddBool("noclipconversion", false);
PrefsAddBool("ignoresegv", true);
PrefsAddBool("ignoresegv", false);
#if USE_JIT
// JIT compiler specific options