OBattler
018c9ca39b
Fixed the VRAM size on the Reply MCA Cirrus Logic card.
2023-04-16 23:44:45 +02:00
OBattler
ff7c0ad45f
Removed some excess logging from pic.c.
2023-04-16 17:48:14 +02:00
OBattler
436382a147
The BAT enables scanning.
2023-04-16 17:46:09 +02:00
OBattler
af30e7a367
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-16 17:16:12 +02:00
OBattler
5b850c053a
Some fixes and preparations for the split of keyboard_at.c.
2023-04-16 17:16:04 +02:00
RichardG867
4dbc4a0662
qt: Disable keyboard debug prints
2023-04-15 13:43:23 -03:00
RichardG867
36e83912ef
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-15 13:38:43 -03:00
RichardG867
0125d144d7
qt: Use hex debug prints compatible with older Qt versions
2023-04-15 13:38:38 -03:00
cold-brewed
7bc213a954
macOS: Bundle fluidsynth and ghostscript ( #3250 )
...
* macOS: Build fixes for fluidsynth and ghostscript to ensure they get detected and bundled. Add required packages for build.
* macOS: Don't link against fluidsynth and only bundle if detected.
---------
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com >
2023-04-14 14:48:14 -03:00
cold-brewed
12f5e06b92
viso: Make sure to close file descriptor when a directory is detected ( #3251 )
...
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com >
2023-04-14 14:05:11 -03:00
OBattler
e7448cdb79
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-13 23:21:48 +02:00
OBattler
410c44719c
The new variables are no longer static, fixes compile.
2023-04-13 23:21:40 +02:00
RichardG867
7b3ea40376
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-13 18:14:49 -03:00
RichardG867
58e4d28969
qt: Fix an actual UAF with Wayland xkbcommon keyboard
2023-04-13 18:14:41 -03:00
OBattler
bbf42db3c7
Improved on the QT implementation of the new approach, per suggestion by Manaatti.
2023-04-13 23:00:01 +02:00
OBattler
df24b4be0f
Reverted the previous approach and switched to the new, non-hacky approach of getting rid of the accelerator and instead handling enter full screen the same way exit full screen is handled.
2023-04-13 22:47:42 +02:00
OBattler
a0c292d27e
Added more special handled to handle break codes being swalled by the full screen notify dialog in Ctrl+Alt+Page Up.
2023-04-13 21:51:52 +02:00
OBattler
a2aa4ae85e
QT now correctly allows capture when there's no mouse but the keyboard requires capture.
2023-04-13 12:47:31 +02:00
OBattler
72951cab95
Removed the reset delay workaround as the latest Xi8088 BIOS (0.9.8) no longer requires it.
2023-04-12 21:05:51 +02:00
OBattler
b753c675fb
Fixed the PS/2 keyboard and mouse latch initialization - now the mouse latch actually works, fixes mouse in AMI WinBios Setup and 8603 errors on MCA IBM PS/2's.
2023-04-12 20:23:31 +02:00
Miran Grča
958bd387c1
Merge pull request #3248 from jriwanek-forks/minivhd-update
...
Update MiniVHD to 1.0.3
2023-04-12 14:57:52 +02:00
Jasmine Iwanek
fced29663c
Fix compilation on macos
2023-04-12 06:40:11 -04:00
Jasmine Iwanek
1f97a74ffb
Update minivhd.h
2023-04-12 06:40:11 -04:00
Jasmine Iwanek
0e0ba399c6
Remove unneeded includes and correct others
2023-04-12 06:40:11 -04:00
Jasmine Iwanek
0a453b9697
Fix missing stdbool.h includes in src/disk
2023-04-12 06:40:11 -04:00
Jasmine Iwanek
8dba80e6a6
Update MiniVHD to 1.0.3
2023-04-12 06:40:10 -04:00
Jasmine Iwanek
36f7f91bec
Merge pull request #3244 from Moonif/master
...
Update unix.c to add a missing semicolon for Apple build
2023-04-12 05:36:09 -04:00
Jasmine Iwanek
da64b57216
Merge pull request #3245 from rderooy/rdr/fix-rpm-spec
...
Fix RPM spec file
2023-04-12 05:35:39 -04:00
OBattler
ec09ce3eb8
Some clean-ups in src/device/keyboard_at.c - keyboard_mode is now only used for the scan code set.
2023-04-12 04:19:26 +02:00
Miran Grča
d645ec29bd
Merge pull request #3247 from jriwanek-forks/ymfm
...
Update ymfm to latest upstream version
2023-04-12 03:05:02 +02:00
OBattler
f948df0415
Re-enabled AT / PS/2 keyboard scan code set 1 support - fixes DG/UX, but somehow does not break TSX32.
2023-04-12 02:31:09 +02:00
OBattler
06cb832d06
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-12 01:56:09 +02:00
OBattler
f9d6f9424e
Fixed a minor typo in the VIA PIPC code.
2023-04-12 01:56:03 +02:00
RichardG867
0763475c00
qt: Attempt fix for Qt5 private headers on certain environments
2023-04-11 20:38:03 -03:00
RichardG867
321d33f626
Merge branch 'master' of ssh://github.com/86Box/86Box
2023-04-11 20:19:38 -03:00
RichardG867
cfbd2ef139
qt: Fix build with libxkbcommon but no libxkbcommon-x11
2023-04-11 20:19:06 -03:00
Jasmine Iwanek
8967df23c2
Update ymfm to latest upstream
2023-04-11 17:53:58 -04:00
OBattler
ac6190d158
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-11 23:21:59 +02:00
OBattler
ef17003f1b
Fixed the "minor bug fix" in the AT / PS/2 keyboard controller, reworked PS/2 keyboard controller IRQ latches, and correctly disabled memory top remaps if there's more than (16 MB - remap size) RAM (fixes segmentation faults on some machines with 16+ MB of RAM).
2023-04-11 23:21:52 +02:00
RichardG867
2e3b89fb85
vid_ddc: Upgrade to EDID 1.4 with proper physical size so that Xorg doesn't try to use the highest resolution
2023-04-11 13:00:15 -03:00
RichardG867
9317ca406f
Merge branch 'master' of Z:\Dev\86Box
2023-04-11 12:04:40 -03:00
RichardG867
d6d509ff45
mem: Fix RAM size integer overflow with a not-yet-supported size
2023-04-11 12:04:07 -03:00
RichardG867
7c2ec22e49
mem: Add memory map logging
2023-04-11 12:02:38 -03:00
RichardG867
bcb4d85d2a
Merge branch 'master' of ssh://github.com/86Box/86Box
...
# Conflicts:
# src/qt/qt_mainwindow.cpp
2023-04-11 12:00:01 -03:00
RichardG867
9ebbaea6c5
qt: Add special case for Microsoft scroll keys
2023-04-11 11:58:11 -03:00
RichardG867
da36911c9a
qt: Remove Mac keyboard debug code
2023-04-10 15:21:14 -03:00
OBattler
5da3e78fc1
Save SavedKbd before resetting the queues, fixes the segmentation fault.
2023-04-10 19:18:39 +02:00
OBattler
767e1a9a25
Merge branch 'master' of https://github.com/86Box/86Box
2023-04-10 18:59:46 +02:00
OBattler
e33ae8a2af
Preparations for splitting keyboard_at.c into multiple files.
2023-04-10 18:59:38 +02:00
RichardG867
8786eebc8f
qt: Add Apple ISO keyboard workaround + debug code for this case
2023-04-10 12:57:42 -03:00