Seth Polsley
8124b61d2b
Enable optimization by fixing inits and access bounds
2020-07-14 16:48:06 -05:00
Seth Polsley
4191a86895
Removing recovered references to coreaudio, not needed for sdl2 builds
2020-07-13 01:25:37 -05:00
Seth Polsley
c7a7e034ed
Cleaning associated xcode project files
2020-07-13 01:16:25 -05:00
Seth Polsley
2c8678417c
Remove coreaudio embed from BII builds since using SDL2 audio
2020-07-12 23:34:19 -05:00
Seth Polsley
059d88ce75
Removing more unused dependencies for Mac build
2020-07-12 22:22:25 -05:00
Seth Polsley
12ac0d3032
Cleaning up frameworks in Sheepshaver build
2020-07-12 17:10:28 -05:00
Seth Polsley
ed5f7f22b8
Removing coreaudio dependency, using SDL for current builds
2020-07-12 17:08:40 -05:00
Seth Polsley
7441d04a28
Minor cleanup of bincue vars
2020-07-12 16:54:40 -05:00
Seth Polsley
3e32a6da32
Enforce only one player at a time, pause any other
2020-07-10 17:02:04 -05:00
Seth Polsley
47fca465ba
Remove the one dependency on unicode for reading rom file
2020-07-07 01:05:41 -05:00
Seth Polsley
084a8fbd74
Does Win BII need Unicode? removing... no others have it and prefer to add it to both sheep and BII together
2020-07-07 00:18:18 -05:00
Seth Polsley
1775fb3776
Adding bincue flag in configure
2020-07-06 22:02:19 -05:00
Seth Polsley
80399941b2
Cleaning up build scripts with Bincue for Windows and *nix
2020-07-06 18:47:26 -05:00
Seth Polsley
a5e7e80cda
updated makefile template for bincue
2020-07-06 02:19:49 -05:00
Seth Polsley
c3ccdcec5d
Updated links for bincue under Windows
2020-07-06 02:09:47 -05:00
Seth Polsley
30cf26e1f6
Windows bincue support
2020-07-06 00:04:08 -05:00
Seth Polsley
66a69dc79b
Refactoring to handle crossplatform bincue support
2020-07-05 23:54:53 -05:00
Seth Polsley
23da9e72eb
Fix handling of nocdrom
2020-05-25 18:55:56 -05:00
Seth Polsley
bebeacc895
adding adb back for build, fixing automerge problem
2020-05-25 16:52:45 -05:00
Seth Polsley
8e110b063c
Merge branch 'master' into cdaudio_test
2020-05-25 16:31:02 -05:00
Seth Polsley
eb722fc799
Merge remote-tracking branch 'upstream/master'
2020-05-25 16:21:28 -05:00
Seth Polsley
7eb7a477d0
clang debug flag adjustment
2020-05-25 15:58:15 -05:00
kanjitalk755
a01387b1af
prefs item "sdlrender"
2020-05-18 17:39:05 +09:00
kanjitalk755
a528b0a40f
BII: fixed writing xpram file
2020-05-16 21:18:16 +09:00
kanjitalk755
617a723a16
Merge pull request #40 from emendelson/master
...
New icons; removed unused icon code
2020-03-27 23:27:43 +09:00
emendelson
0e01e5c91e
New icons; removed unused icon code
...
Replace (again) the Windows and MacOS icons and remove the c-file icons and the reference to them in the source.
2020-03-26 20:27:24 -04:00
kanjitalk755
27d3d93b7c
Merge pull request #39 from emendelson/master
...
Updated icons; add Windows medium icon
2020-03-24 09:15:23 +09:00
kanjitalk755
c0dfecdd1a
fix error for linux build
2020-03-23 11:58:42 +09:00
emendelson
8ca7815baf
Updated icons; add Windows medium icon
...
Replace the existing icons with the 7/8 design; add a 48x48 icon for the Windows build.
2020-03-22 14:00:18 -04:00
kanjitalk755
946f4bb77d
BII/SS common: read keycodes, if failed, read BasiliskII_keycodes
2020-03-21 19:48:58 +09:00
kanjitalk755
b3c4d46ca9
changed default keycodes file name
2020-03-21 10:21:53 +09:00
kanjitalk755
ecef51bc47
fixed keycodes file name (SS)
...
fixed capslock (Windows)
2020-03-19 11:10:02 +09:00
kanjitalk755
c4956c40f8
Update README.md
2020-03-18 15:29:20 +09:00
kanjitalk755
6fe0d3ab7c
SS Windows: enabled JIT compiler by default
2020-03-18 15:27:54 +09:00
kanjitalk755
573adb507f
Merge pull request #37 from rakslice/sheepshaver_mingw32_jit
...
SS mingw32 JIT & GTK prefs GUI fixes
2020-03-18 15:13:23 +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
cd269a9ce1
In SheepShaver GUI don't show JIT checkbox in non-JIT build
2020-03-17 16:24:07 -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
59ce931955
fixed destroying bridge
2020-03-08 12:33:44 +09:00
kanjitalk755
f9eae2025f
SS: Added etherhelper (Xcode only)
2020-03-06 19:10:01 +09:00
kanjitalk755
7062e864c8
Fixed SS build
2020-03-06 10:38:56 +09:00
kanjitalk755
e4ee28b199
Supports etherhelper (Xcode only)
2020-03-05 16:07:59 +09:00
kanjitalk755
0ad7a968ba
Merge remote-tracking branch 'dsumorok/master'
2020-03-05 15:53:44 +09:00