rakslice
85da18e38f
fix for misaligned rows in screen buffer in VOSF full screen mode when screen buffer has slack and source doesn't
...
(cherry picked from commit cbca0b629f7b4fab0038a0d45c15a302c3216763)
2020-11-15 12:19:49 -08:00
rakslice
c044312b3c
In vosf full screen update use chunk size based on pixel size
...
(cherry picked from commit 108071e1a1ed9f43229fc81ca882fbb6c2de7eec)
2020-11-15 12:19:39 -08:00
kanjitalk755
87d4660aa6
test for issue64
2020-10-28 12:57:28 +09:00
rakslice
a14362b183
Windows: add a critical section for slirp calls to avoid unsafe use from multiple threads
2020-10-25 16:28:19 -07:00
rakslice
1892cf0a7e
remove errant return in audio component close handler
2020-10-22 15:47:33 -07:00
kanjitalk755
73f194f422
remove .travis.yml
...
reduce warnings
2020-10-16 19:17:58 +09:00
kanjitalk755
232efdaa8c
change pref default (jit and ignoresegv)
2020-10-10 15:07:12 +09:00
kanjitalk755
43cb7718e6
ignore key repeat
2020-10-08 17:10:49 +09:00
kanjitalk755
d20ba5d179
test a pref item swap_opt_cmd
2020-10-06 15:38:35 +09:00
kanjitalk755
dd9cfec0e7
BII: JIT enabled
2020-10-06 15:10:21 +09:00
rakslice
561f1dfcde
For NewWorld ROM, implement the bootdriver setting by reordering the drive queue once CD-ROM drives are added
2020-09-24 19:09:54 -07:00
rakslice
37b36ef332
actually use dynamically detected cdroms; if read via cdenable doesn't work use the logical drive handle instead
2020-09-21 20:33:26 -07:00
kanjitalk755
be17ba9044
save initial gamma tables
...
change default gammaramp to off
2020-09-18 10:29:16 +09:00
kanjitalk755
7313b0284c
BII: fix gamma ramp
2020-09-17 11:10:15 +09:00
kanjitalk755
d851a65548
fix gamma ramp when 16-bit color
2020-09-13 23:03:51 +09:00
Seth Polsley
6de9a5032d
Splitting mac_pal and mac_gamma to always allow SDL gamma changes
2020-09-13 03:41:23 -05:00
kanjitalk755
21c16f991e
switchable gamma ramp
2020-09-13 13:49:48 +09:00
Seth Polsley
25e2d4af6f
Removing vm_memcpy dependency for BII
2020-09-11 14:44:58 -05:00
Seth Polsley
833f21c225
Merge branch 'master' of https://github.com/kanjitalk755/macemu
2020-09-10 13:59:51 -05:00
Seth Polsley
2a904af8e7
Cleaner soundin driver implementation
2020-09-10 01:36:49 -05:00
Seth Polsley
177555e0d1
Loading soundin patch with resources writing to ROM
2020-09-10 00:51:24 -05:00
kanjitalk755
95437fbf89
fix BII build
2020-09-06 22:25:55 +09:00
kanjitalk755
98e12fbc2e
BII: JIT
2020-09-01 22:25:04 +09:00
kanjitalk755
d58aa827a4
revert BII JIT
2020-08-30 22:25:47 +09:00
kanjitalk755
3861177919
add pref item "mag_rate"
...
BII: JIT
2020-08-30 15:09:09 +09:00
rakslice
92a1ee2128
Windows configure.ac: fix broken SDL check with macro intended for configure script contents context being used in shell variable contents context
2020-08-28 03:09:37 -07:00
rakslice
4b93738773
Windows configure.ac: fix AC_CACHE_CHECK miss case with value with setting in side effecting AC_SUBST which won't get cached
2020-08-28 03:01:38 -07:00
kanjitalk755
64b38dbec8
SS: fix double pref item (ignoresegv)
...
BII: fix for JIT
2020-08-24 11:51:31 +09:00
Adam Sampson
413190d12f
Use openpty if possible.
...
The code this affects in sshpty.c originally came from OpenSSH, which
now uses openpty by preference when it's available. openpty is a
BSD-ism, but it's been provided by glibc on Linux with the BSD
semantics since 1998.
2020-08-23 17:26:15 +01:00
Adam Sampson
4da2082c07
The mono palette hack isn't needed for SheepShaver.
2020-08-23 16:47:48 +01:00
rakslice
e5c4699923
put error message on stderr
2020-08-18 21:09:28 -07:00
rakslice
639f05da7e
don't call SetWindowGammaRamp without sdl_window
2020-08-18 20:53:39 -07:00
rakslice
ba111a5cb7
Merge branch 'kanjitalk755_master' into gamma
2020-08-18 04:48:28 -07:00
rakslice
bb080a262e
repeat gamma entries to handle B2 thousands (16-bit) color mode; ignore its solid grey palettes such as those that happen during mode changes
2020-08-18 04:21:23 -07:00
rakslice
b4b652d696
fix sdl error message output
2020-08-18 04:13:50 -07:00
rakslice
d1fcff0a08
corresponding gamma change for sdl1
2020-08-18 03:28:43 -07:00
rakslice
792ad5ccff
cleanup
2020-08-18 03:28:23 -07:00
rakslice
ffee1ebad2
Add gamma support for direct color modes
2020-08-17 21:05:08 -07:00
kanjitalk755
6985ad67fe
BII: prepare JIT
2020-08-13 21:00:42 +09:00
kanjitalk755
630f4ffafb
fixed leak
2020-08-12 20:49:14 +09:00
kanjitalk755
1f2b35fef2
reserve framebuffer
2020-08-12 11:39:58 +09:00
kanjitalk755
d906fb23b0
CD fix
...
default palette
2020-08-10 13:01:22 +09:00
kanjitalk755
7c6b9a67f6
the first steps for Apple Silicon
2020-08-08 11:50:55 +09:00
Ricky Zhang
13017f711f
Fix a weird whitespace.
...
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 21:56:00 -04:00
Ricky Zhang
82524ba034
Unwrap the formula.
...
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 21:54:06 -04:00
Ricky Zhang
2e96512f26
Fix if/else format.
...
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 21:42:59 -04:00
Ricky Zhang
5f1b41eb42
Improve the comment readability.
...
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 21:14:20 -04:00
Ricky Zhang
03ebc5375b
Fix comment.
...
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 20:55:34 -04:00
Ricky Zhang
342fbbce34
Port mini vMac guest OS screen ROM patch.
...
- Added Mac SE 24 bit ROM screen patch from mini vMac.
The guest OS resolution in System 6 can be defined
at an arbitrary combination.
- Mac frame buffer base mapping is moved out from guest RAM.
This creates more leg room for the host frame buffer.
- Enable System 6 vscreen support in SDL2. Passed build and test.
- Enable System 6 vscreen support in SDL1. Passed build and test.
- Eanble System 6 vscreen support in XWidnow. Passed build and test.
See my [screen cast demo here](https://youtu.be/aXzM8t_u3zI )
Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2020-07-15 19:14:36 -04:00
Seth Polsley
478fc39650
Setting optimization level
2020-07-14 23:07:46 -05:00