Commit Graph

2589 Commits

Author SHA1 Message Date
Jesús A. Álvarez
e44a75d7eb fix indentation 2017-12-10 11:27:07 -05:00
Jesús A. Álvarez
db72f9142e fix for extfs on 64-bit macOS/iOS 2017-12-10 11:27:07 -05:00
Alexei Svitkine
1e4e7179d4 more changes needed to move STR_WINDOW_TITLE_GRABBED cross-platform code 2017-12-10 11:27:03 -05:00
Alexei Svitkine
bc7edbc677 move STR_WINDOW_TITLE_GRABBED to user_strings.h and fix header
guard for user_strings_unix.h
2017-12-10 11:26:26 -05:00
Alexei Svitkine
0ec153e733 Merge branch 'master' of https://github.com/cebix/macemu 2017-12-10 11:21:02 -05:00
Alexei Svitkine
d693c8d6c8 clean up disabled / non-working modes out of video_macosx.mm/.h 2017-12-10 11:20:39 -05:00
Alexei Svitkine
34624eee4b fix colors in b2 video_macosx.mm code 2017-12-10 11:20:35 -05:00
Alexei Svitkine
af642edc16 clean up some code 2017-12-10 11:20:27 -05:00
Alexei Svitkine
93d6a4527e clean up some code 2017-12-10 11:20:23 -05:00
Alexei Svitkine
f99fc0ec71 Fix SDL support message in configure based on detection logic. 2017-12-10 11:20:17 -05:00
Alexei Svitkine
f22a1eecef remove stray non-ascii chars at start of mon_cmd.cpp 2017-12-10 11:20:11 -05:00
Alexei Svitkine
e42a40f832 Make Basilisk's configure.ac's SDL detection logic match SS's. 2017-12-10 11:19:53 -05:00
Alexei Svitkine
182a7aeadb clean up disabled / non-working modes out of video_macosx.mm/.h 2017-12-03 15:59:14 -05:00
Alexei Svitkine
a78c76f762 fix colors in b2 video_macosx.mm code 2017-12-03 15:44:31 -05:00
Alexei Svitkine
eab9d9029f clean up some code 2017-12-03 15:39:51 -05:00
Alexei Svitkine
c0200eede4 clean up some code 2017-12-03 15:32:04 -05:00
Alexei Svitkine
ee5b726d73 Fix SDL support message in configure based on detection logic. 2017-12-03 14:54:50 -05:00
Alexei Svitkine
dc65a48d32 remove stray non-ascii chars at start of mon_cmd.cpp 2017-12-03 13:43:03 -05:00
Alexei Svitkine
d77e529ce9 Make Basilisk's configure.ac's SDL detection logic match SS's. 2017-12-02 15:34:18 -05:00
Alexei Svitkine
404c5f1fd6 fix configure X check to not trigger if using mac gui and some
more warning fixes
2017-12-02 13:27:14 -05:00
Alexei Svitkine
fc082509a6 fix some format warnings 2017-12-02 12:39:30 -05:00
Alexei Svitkine
fc0d7dcdde silence some more warnings 2017-12-02 12:27:27 -05:00
Alexei Svitkine
57131adacc Fix some string conversion warnings. 2017-12-02 12:21:13 -05:00
Alexei Svitkine
87cfc1639a Merge branch 'master' of https://github.com/cebix/macemu 2017-12-02 11:36:45 -05:00
Alexei Svitkine
c9717bf331 Fix window redraw on macOS when un-minimizing. 2017-12-02 11:35:23 -05:00
asvitkine
5edd297ad9
Merge pull request #145 from zydeco/master
fix for extfs on 64-bit macOS/iOS
2017-11-30 23:03:54 -05:00
Jesús A. Álvarez
33b061f0f4 fix indentation 2017-11-30 18:03:43 +01:00
Jesús A. Álvarez
7df78acb40 fix for extfs on 64-bit macOS/iOS 2017-11-28 22:53:29 +01:00
Alexei Svitkine
dcbbf18bb7 more changes needed to move STR_WINDOW_TITLE_GRABBED cross-platform code 2017-11-25 13:52:40 -05:00
Alexei Svitkine
9c041ee2dc move STR_WINDOW_TITLE_GRABBED to user_strings.h and fix header
guard for user_strings_unix.h
2017-11-25 13:45:49 -05:00
Alexei Svitkine
2bdbd22e85 Fix setting window title on Mac Sierra when grabbing mouse. 2017-11-25 10:36:00 -05:00
Alexei Svitkine
7378a62032 Set Xcode to use tabs. 2017-11-25 10:27:00 -05:00
Alexei Svitkine
5256a8e6f1 Revert of 9f58eb96dc. Causes issues
with mouse coordinates under Sierra.
2017-11-25 09:40:00 -05:00
asvitkine
e07640979e
Merge pull request #42 from ifernandez/master
Added the new SheepShaver icon by Weedy Weed Smoker
2017-11-01 19:56:22 -04:00
asvitkine
f0488d8396 Merge pull request #138 from rakslice/tap_0901
Support version 0901 TAP devices in Windows
2017-10-11 21:33:01 -04:00
asvitkine
82f288f302 Merge pull request #139 from rakslice/tap_broadcast
Accept eth and atalk broadcast/multicast packets when using TAP in Windows
2017-10-11 21:31:44 -04:00
asvitkine
9a330603fd Merge pull request #136 from rickyzhang82/pr-emulated-hard-drive-in-24-bit-rom
Patch installing BII emulated hard drive in .sound driver Open call.
2017-10-11 21:30:54 -04:00
Alexei Svitkine
331556d309 use correct conversion function 2017-10-11 21:28:43 -04:00
Alexei Svitkine
e60c1aa1d7 fix ss build on newer osx 2017-10-11 21:17:14 -04:00
Andrew Tonner
6c37eb236b Accept eth and atalk broadcast/multicast packets when using TAP in Windows 2017-10-09 16:24:43 -07:00
Andrew Tonner
517e2aa7ab Support version 0901 TAP devices in Windows 2017-10-09 16:08:55 -07:00
asvitkine
6bb9d00184 Merge pull request #137 from rickyzhang82/pr-fix-sdl-in-24-bit-rom
Fix 1 bit BW guest OS frame buffer in 8 bit per pixel SDL surface.
2017-10-08 14:47:27 -04:00
Ricky Zhang
67437652cb
Fix 1 bit BW guest OS frame buffer in 8 bit per pixel SDL surface.
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2017-10-07 22:56:30 -04:00
Ricky Zhang
ca11c25882 Patch install BII drive in .sound driver Open call.
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2017-10-06 22:28:11 -04:00
asvitkine
8d53921b20 Merge pull request #133 from rickyzhang82/pr-enhance-rom-break-point
Enhance ROM break point feature.
2017-10-06 21:32:14 -04:00
Ricky Zhang
cba9b032fb
Fix several minor issues.
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2017-10-06 20:01:55 -04:00
asvitkine
40716c7c91 Merge pull request #131 from simon-frankau/classic_video
Map framebuffer into accessible memory in 24-bit mode
2017-10-06 08:44:16 -04:00
asvitkine
66d3873cf7 Merge pull request #135 from rakslice/volumes_drag_and_drop
In the Windows GUI, allow file drag and drop into the Volumes list
2017-10-04 23:17:39 -04:00
Andrew Tonner
b72b16a775 Allow file drag and drop into the Volumes list 2017-10-04 19:46:32 -07:00
Ricky Zhang
175fbfde43 Enhance ROM break point feature.
1. Change --break input option format. Too much typing by taking decimal address. Change to hexadecimal input.
2. Allow ROM break point to continue to execution. The original ROM break point just replace instruction in ROM break point address with emul_op M68K_EMUL_BREAK. This just halts emulation right at the break point. The patch is less invasive than the original approach. It allows emulation to continue to run by pressing 'x' to exit from cxmon.
3. Add option --loadbreak which load break point from file before emulation start.

Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2017-09-15 21:36:16 -04:00