asvitkine
3eb4344a98
prefer 32-bit over 64-bit on intel
2012-01-13 02:49:45 +00:00
asvitkine
172b7e6982
change sdk / macosx versions a bit
2012-01-06 23:43:10 +00:00
asvitkine
626306f902
add a script to change SDL framework's load path
2012-01-06 23:38:33 +00:00
asvitkine
447a06d9c3
include system frameworks in a standard way
2012-01-06 23:23:54 +00:00
asvitkine
e76ac8df89
fix Info.plist in xcode project
2012-01-05 23:28:00 +00:00
asvitkine
f989745171
copy SDL framework step
2012-01-04 23:12:54 +00:00
asvitkine
3c693c0b8d
add ppc build to xcode project
2012-01-02 00:03:37 +00:00
asvitkine
da96cfd110
separate kpx_cpu into separate xcode target
2012-01-01 23:46:28 +00:00
asvitkine
f68b4c1152
remove some code that was accidentally committed
2012-01-01 23:18:36 +00:00
asvitkine
60779756ab
better cleanup of shared memory on failure
2012-01-01 19:11:31 +00:00
asvitkine
84a6ec3a05
wrap init_sdl() in USE_SDL ifdef
2012-01-01 18:51:40 +00:00
asvitkine
df4342b6db
fix compile error introduced by my recent refactoring
2012-01-01 18:50:01 +00:00
asvitkine
78ea64bbd9
fix ppc build breakage
2011-12-30 17:38:39 +00:00
asvitkine
4161b3d153
successfull built of x86 32/64 UB via xcode proj
2011-12-30 01:33:26 +00:00
asvitkine
dc0993ca6a
trying to get xcode project to build a fat 32/64 bit binary - not yet there
2011-12-30 00:58:32 +00:00
asvitkine
d3ec12fc1c
add utils_macosx.mm/h
2011-12-29 07:43:25 +00:00
asvitkine
dcf65b4d27
move NSAutoReleasePool_wrap() into its own file
2011-12-29 07:39:56 +00:00
asvitkine
c78c3046db
refactor init_sdl() into a function
2011-12-28 23:33:04 +00:00
asvitkine
d58da945c6
refactor install_signal_handlers() into its own function
2011-12-28 23:30:25 +00:00
asvitkine
7930deea4d
refactor load_mac_rom() into a function
2011-12-28 23:24:30 +00:00
asvitkine
cea73a29ed
refactor get_system_info() into a function
2011-12-28 23:17:29 +00:00
asvitkine
57416ef7b4
add pre-generated config files for Xcode project
...
so far, only the x86-64 config
2011-12-28 22:38:03 +00:00
asvitkine
97c7aa5756
delete unused vars
2011-12-28 20:21:40 +00:00
asvitkine
fb4a2a6dc6
fix warning casting pointer to int
2011-12-28 20:15:08 +00:00
asvitkine
f11ad3129b
fix release build
2011-12-28 18:17:10 +00:00
asvitkine
eebe0b0c13
don't deref desc after deleting it!
2011-12-28 18:14:58 +00:00
asvitkine
c2c88efcc3
first stab at xcode project for sheepshaver - this is still a work in progress
2011-12-28 18:01:17 +00:00
asvitkine
0f472ed95e
use non-deprecated methods
2011-12-28 17:51:56 +00:00
asvitkine
a97df3c953
fix a warning
2011-12-27 07:22:18 +00:00
asvitkine
faadf4cbb1
correct whitespace
2011-12-26 22:44:22 +00:00
asvitkine
18729e6f07
[Douglas Mencken]
...
Add recognition for 970MP processors.
I took these values from this kernel patch from year 2005:
http://lists.ozlabs.org/pipermail/linuxppc64-dev/2005-July/004688.html
2011-12-26 22:41:53 +00:00
asvitkine
39a3b75024
abort editing virtual machine name if any action is chosen
2010-12-28 02:57:46 +00:00
asvitkine
f1a2620576
- Add a prefix header which is used in place of SheepShaver's config.h to
...
allow correct compilation of the Universal Binary.
- Update project to work with Xcode on Snow Leopard.
- Add missing #include <unistd.h>
2010-12-28 02:50:55 +00:00
asvitkine
453f0e8a28
Add macro guards for config.h.
2010-12-28 02:36:09 +00:00
asvitkine
63cf1fadc3
[Geoffrey Brown]
...
VHD support
2010-10-19 22:20:01 +00:00
asvitkine
415e7d3f68
[Dave Dixon]
...
Patch file to fix JIT compiler on 64-bit Mac OS X 10.6 when using gcc 4.2.
This patch removes register rbx usage when compiling on 64-bit OS X.
2010-10-18 22:02:29 +00:00
asvitkine
59f51815f7
[Geoffrey Brown]
...
bin/cue support
2010-10-06 00:34:15 +00:00
asvitkine
b2d58d423e
Fix compile problem with --enable-jit=no
2010-09-24 00:36:34 +00:00
asvitkine
bb627f28fe
add braces around @interface declaration to compile with clang
2010-08-22 19:33:25 +00:00
asvitkine
14339fb01f
add NULL return value to macho timer function
2010-08-22 19:31:36 +00:00
asvitkine
8a062fefdc
fix printf safety warning
2010-08-22 18:57:11 +00:00
asvitkine
15b346b031
use setenv in preference of putenv
2010-08-22 18:56:11 +00:00
asvitkine
e03ad25362
Fixed for Snow Leopard build.
2010-07-27 03:14:34 +00:00
asvitkine
0973ee0e16
Fix compile on Snow Leopard.
2010-07-27 02:57:10 +00:00
asvitkine
da828ffc73
Fix prefs_macosx.mm compile issue with Snow Leopard.
2010-07-27 02:55:09 +00:00
asvitkine
efad3ba70a
use linked list for timers to avoid running out of descriptors
2010-05-05 00:29:46 +00:00
asvitkine
614b33bcd8
[Joel Mauras]
...
Let makefile build relatives links between SheepShaver and BasiliksII so
they can be moved anywhere into the file system as long as they stay side
by side without having to rebuid the links.
2010-04-08 03:50:26 +00:00
asvitkine
78027e7a46
[Amadeusz Slawinski]
...
These patches fix the issues with using newer versions of autoconf,
which led to generating broken configure script.
2010-03-07 00:45:10 +00:00
asvitkine
b3c5b07f54
fix more platform compile failures caused by refactoring, based
...
on patch by Amadeusz SÅawiÅski
2010-03-02 00:37:17 +00:00
cebix
4f28f70207
fixed warnings
2010-02-21 09:59:52 +00:00