macemu/BasiliskII/src
Dave Vasilevsky e3710843b1 FreeBSD amd64 fixups
* Look for CPU named "amd64" as well as "x86_64"
* Don't use /dev/ptmx on FreeBSD
* On amd64 FreeBSD uses SIGSEGV, not SIGBUS
* Use MAP_FIXED to force allocations within 32-bits, it's the only way
* Need <sys/param.h> for SHMLBA
* The old offsetof() fix is no longer needed
* Preliminary work on instruction skipping
2013-05-30 21:34:30 -04:00
..
AmigaOS
BeOS
dummy Add missing dummy ZeroScrap() on linux 2012-08-21 15:18:43 +02:00
include
MacOSX
native_cpu
powerrom_cpu
SDL SDL: Allow fullscreen toggle in BasiliskII 2013-04-24 04:13:14 -04:00
slirp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
uae_cpu
Unix FreeBSD amd64 fixups 2013-05-30 21:34:30 -04:00
Windows Ensure ROM is above RAM in Windows. 2013-03-02 12:29:39 -08:00
adb.cpp
audio.cpp
cdrom.cpp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
disk.cpp
emul_op.cpp
ether.cpp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
extfs.cpp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
macos_util.cpp
main.cpp
pict.c
prefs_items.cpp Add port redirection option for networking with slirp. 2012-10-30 01:32:38 -04:00
prefs.cpp Prefs: Fix buffer overrun 2013-04-20 19:01:54 -04:00
rom_patches.cpp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
rsrc_patches.cpp
scsi.cpp more cleanups (unused/uninitialized variables, forgotten free()s, etc.) 2012-09-08 12:33:39 +02:00
serial.cpp
slot_rom.cpp
sony.cpp clean up and add documentation 2012-08-27 20:17:12 +02:00
timer.cpp
user_strings.cpp
video.cpp
xpram.cpp