kanjitalk755
6fe0d3ab7c
SS Windows: enabled JIT compiler by default
2020-03-18 15:27:54 +09:00
rakslice
9dabd45086
bump dyngen output for updated bswap_16
2020-03-17 19:37:58 -07:00
rakslice
2a6dc7e328
clean up some warnings
2020-03-17 18:47:02 -07:00
rakslice
40cb4bf236
implementing bswap_16 to avoid incorrect result from cygwin 1.7 gcc 3.4.4 built dyngen for lhz
2020-03-17 18:46:40 -07:00
rakslice
12f8469172
fix clean of dyngen binary
2020-03-17 18:21:36 -07:00
rakslice
d936e9938d
SS: Fix JIT on minwg32
...
- add wrappers with default calling convention for powerpc_cpu member functions used through nv_mem_fun ptr()
** explicit wrappers for member functions that were used explicitly
** dynamic wrapper generator in nv_mem_fun1_t for member functions used dynamically via the instruction table
- add missing direct addressing (non-zero constant offset to Mac memory) support in lvx and stvx implementations
- fix mismatched parameter lists between powerpc_jit member functions and the calls they get through the jit_info table to fix problems at -O2
2020-03-17 17:45:38 -07:00
rakslice
a667dc9787
SS: add pregenerated dyngen output from cygwin; on cygwin run the dyngen, otherwise on Windows use this pregenerated dyngen
2020-03-17 16:31:00 -07:00
rakslice
ef2f205d6b
Remove frsqrte dyngen op def because do_frsqrte is missing
2020-03-17 16:24:14 -07:00
rakslice
f1b0a20b37
get prefs_editor_gtk building in mingw32
2020-03-17 16:13:44 -07:00
rakslice
aeb585527d
changes for buildability under MSYS2 mingw32
2020-03-17 15:11:12 -07:00
kanjitalk755
f9eae2025f
SS: Added etherhelper (Xcode only)
2020-03-06 19:10:01 +09:00
Andrew Tonner
831e7a2268
Merge fixes to SheepShaver
2020-02-12 21:29:44 -08:00
kanjitalk755
28e0485156
SS: deleted sigsegv.cpp and lowmem.c from list of "make links"
2020-02-10 21:48:32 +09:00
kanjitalk755
6d2acbb07b
revert Makefile.in
2020-02-07 17:57:44 +09:00
kanjitalk755
ccf38a4005
condition modified
2020-02-07 11:16:59 +09:00
kanjitalk755
1a875b1c10
in case backend is not X
2020-02-07 11:04:02 +09:00
kanjitalk755
19033a4a39
same fix for SS
2020-02-01 20:44:32 +09:00
kanjitalk755
2e001f465e
fixed autoconf build for macOS
2020-01-28 22:33:13 +09:00
Jonas Maebe
a84735d3e9
Add FP fres instruction emulation
2019-12-27 16:58:50 +01:00
Jonas Maebe
9817848482
frsqrte updates fpscr
2019-12-26 13:57:19 +01:00
Jonas Maebe
75b333f805
Add FP frsqrte instruction emulation
...
Also renamed the frsqrt opcode to frsqrte to match the manuals (the vector
version is also an estimate)
2019-12-23 18:19:49 +01:00
Yosuke Matsumura
2a691ce7d4
Added Bundle Identifier
2019-07-16 10:21:32 -05:00
kanjitalk755
5a8498b557
Add entitlement for Hardened Runtime
2019-07-07 01:36:58 +09:00
Alexander Thomas
5867b3f4c2
Custom icon for SheepVM
2019-03-09 17:13:29 +01:00
Alexander Thomas
1647ba7b6f
Fix header search paths for kpx_cpu
...
They were still pointing to SDL.framework, not SDL2.
2019-02-27 18:41:00 +01:00
kanjitalk755
f67fe9671b
SDL2.framework relative path -> absolute path
2019-02-25 18:39:25 +09:00
kanjitalk755
dce4a951bb
invert sign of yearofs and dayofs
2019-02-10 11:10:23 +09:00
Alexander Thomas
64e408ced6
Add prefs item "dayofs" for finer-grained time offset
2019-02-09 22:44:43 +01:00
kanjitalk755
e676dbf839
BII/SS pref item "yearofs"
2019-02-05 18:44:24 +09:00
kanjitalk755
e3c8cd9ffb
Merge pull request #7 from lubert/retina
...
Add high resolution flag to SheepShaver plist template
2019-02-03 10:18:51 +09:00
kanjitalk755
6f8cada7db
SS preference disable minimize button
2019-02-03 09:50:11 +09:00
lubert
e430013bd2
Add high resolution flag to SheepShaver plist template
2019-02-02 10:39:41 -08:00
kanjitalk755
805ba753b2
SS preference "Save and Quit" button
2019-02-02 19:53:00 +09:00
kanjitalk755
10de3e7239
static link (BII/SS Windows)
2019-01-20 19:11:43 +09:00
kanjitalk755
03a92c7815
append pref item cpuclock
2019-01-16 19:44:09 +09:00
kanjitalk755
d736cc58de
add pref items for scaling
2019-01-12 18:22:51 +09:00
kanjitalk755
3db0cf3d0b
modified for Xcode10
2018-10-28 14:56:55 +09:00
kanjitalk755
97f642676b
fix caps lock again
...
symlink adb.cpp
2018-07-13 15:44:37 +09:00
kanjitalk755
d1104b1f20
delete SheepShaver/src/adb.cpp
2018-07-13 15:41:35 +09:00
kanjitalk755
e760d289b2
SS adjust minimum ramsize
2018-07-09 19:24:52 +09:00
kanjitalk755
e690b631da
BII enable --config argument
...
SS delete dead links
2018-07-06 19:33:30 +09:00
kanjitalk755
63fa75adf0
fixed ramsize in preferences editor
2018-06-27 23:25:33 +09:00
kanjitalk755
700b57d758
added pref item "hotkey"
...
added MB notation pref item "ramsize"
2018-06-27 19:13:30 +09:00
kanjitalk755
52fe2290fe
Linux: change configure defaults to SDL2
...
MinGW: change SDL1 to SDL2
2018-06-26 21:00:52 +09:00
kanjitalk755
01a375eefc
minor fix
2018-06-25 22:43:19 +09:00
kanjitalk755
949e07e4eb
fix for linux build
2018-06-23 14:59:07 +09:00
kanjitalk755
9c0886b2b8
set version to 2.5
2018-06-21 22:55:35 +09:00
kanjitalk755
a76069f879
View menu removed
2018-06-21 15:21:56 +09:00
kanjitalk755
d8290af331
Merge branch 'mingw32'
2018-06-20 19:34:06 +09:00
kanjitalk755
226f667b36
mingw32 JIT build (but crashes)
2018-06-20 10:26:37 +09:00