mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-13 15:05:13 +00:00
Implement "ignoresegv" feature on FreeBSD/x86
- Update README and ChangeLog accordingly.
This commit is contained in:
parent
2bd9ee71e8
commit
edb377f181
@ -3,7 +3,8 @@ V1.0 (snapshot) - <date>
|
||||
just 60Hz (e.g. moving the mouse made the caret blink faster)
|
||||
- Unix: cleaned up pthread attributes [Brian Johnson]
|
||||
- Unix: fixed floppy problems under Linux
|
||||
- Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc
|
||||
- Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc,
|
||||
FreeBSD/x86
|
||||
|
||||
V1.0 (snapshot) - 15.Jan.2002
|
||||
- added support for on-the-fly video resolution and depth switching, and
|
||||
|
@ -578,7 +578,7 @@ Unix:
|
||||
|
||||
Set this to "true" to ignore illegal memory accesses. The default
|
||||
is "false". This feature is only implemented on the following
|
||||
platforms: Linux/x86, Linux/ppc, Darwin/ppc.
|
||||
platforms: Linux/x86, Linux/ppc, Darwin/ppc, FreeBSD/x86.
|
||||
|
||||
AmigaOS:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user