Commit Graph

263 Commits

Author SHA1 Message Date
starfrost013
c8721af692 Merge branch 'master' of https://github.com/86Box/86Box 2025-06-24 11:51:53 +01:00
OBattler
6a8eaf507c Fixed all the warnings and reverted a change to 86box.c that was not supposed to be committed. 2025-06-24 05:13:05 +02:00
Miran Grča
d5a8a65fdd Merge pull request #5693 from lemondrops/vmm
The built-in manager.
2025-06-24 05:00:48 +02:00
OBattler
ef342b4031 Added the no brown option for PCjr. 2025-06-24 04:25:19 +02:00
starfrost
44f94b2458 Merge branch '86Box:master' into master 2025-06-09 12:10:11 +01:00
Alexander Babikov
fcab3d2bd6 Merge branch 'master' into vmm 2025-06-08 12:07:24 +05:00
Jasmine Iwanek
16975c374f ISA ROM Board Support 2025-06-08 01:11:29 -04:00
cold-brewed
c6da2caff2 vmm preview 2025-05-30 15:20:23 +05:00
starfrost
40a213c2ca Merge branch '86Box:master' into master 2025-05-12 15:03:06 +01:00
OBattler
7529c19ec8 Reset all keys on keyboard reset and also make sure to stop the CTRL+ALT+DEL sending on keyboard reset, fixes spurious "Keyboard not present" errors. 2025-05-10 14:25:29 +02:00
Alexander Babikov
c42f1e4d12 Remove the fullscreen hotkey message
No longer needed after the hotkeys to enter and exit full screen
mode were merged into one
2025-05-07 22:39:07 +05:00
starfrost
a9332b14a7 Merge branch '86Box:master' into master 2025-05-01 19:53:15 +01:00
OBattler
49bbd6e8cd Removed the usage deprecation warning. 2025-04-30 22:20:33 +02:00
starfrost
b4c02ffcdc Merge branch '86Box:master' into master 2025-04-29 13:36:07 +01:00
OBattler
6fc6a16be6 Fixed a few minor things with how the Mouse Systems Bus Mouse as added. 2025-04-28 11:18:57 +02:00
OBattler
d0f682ea08 Print help to console on non-Windows OS'es unless it's the deprecaption warning. 2025-04-28 04:37:58 +02:00
starfrost
d22f95d11d Merge branch '86Box:master' into master 2025-04-28 02:05:00 +01:00
OBattler
f563b73768 Warn on deprecated usage. 2025-04-27 17:52:53 +02:00
starfrost
33e87594e4 Merge branch '86Box:master' into master 2025-04-26 14:34:19 +01:00
OBattler
406588293c Load key bind defaults before loading the config, fixes saved key binds across emulator closures and reopenings. 2025-04-22 22:38:16 +02:00
OBattler
11a55708fb Made it compile as GUI again on Windows and made the help message a message box. 2025-04-21 13:41:58 +02:00
starfrost
01f7d3f88e Merge branch '86Box:master' into master 2025-04-21 11:47:41 +01:00
=
fd235bcf96 Added pause shortcut. 2025-04-20 14:31:46 -07:00
=
9febdd1510 Added pause shortcut. 2025-04-20 14:28:10 -07:00
=
aefcdc9e01 Merged fullscreen combos. Fixed bug when config file can't be loaded. 2025-04-20 13:43:14 -07:00
=
7f5d1b86c7 Added keybind customization system 2025-04-19 19:44:47 -07:00
starfrost
d02a4f587d Merge branch '86Box:master' into master 2025-04-19 21:58:09 +01:00
Alexander Babikov
e1007d2377 Get rid of Windows LCIDs as numeric language IDs 2025-04-18 02:14:29 +05:00
starfrost
be97f8d3c5 Merge branch '86Box:master' into master 2025-03-29 19:07:16 +00:00
OBattler
b6b840b67e Recognize 8514/a-type cards as (S)VGA for the purposes of force 4:3 calculations, fixes blurry picture and wrong resolution. 2025-03-29 19:54:48 +01:00
starfrost
e8b498af07 Merge branch '86Box:master' into master 2025-03-29 16:20:18 +00:00
OBattler
ffd00e4527 Forgot 86box.c. 2025-03-27 19:14:01 +01:00
starfrost
f510df7746 Merge branch '86Box:master' into master 2025-03-21 23:53:27 +00:00
OBattler
63f106a0fd Added plat_break() for raising breakpoints and warning() and log_warning() to raise visible non-fatal warnings to the user. 2025-03-22 00:49:20 +01:00
starfrost
6e5fa0edf2 Merge branch '86Box:master' into master 2025-03-21 01:00:39 +00:00
Cacodemon345
a9c97abfb6 Pre-calculate pow table for FXTRACT instruction 2025-03-20 21:52:48 +06:00
starfrost
774b89760e Merge branch '86Box:master' into master 2025-03-15 13:37:54 +00:00
Cacodemon345
7c4df701cb Add option to inhibit multimedia keys from host on Windows 2025-03-13 19:55:46 +06:00
starfrost
e3de9e6ffd Merge branch '86Box:master' into master 2025-03-10 17:57:52 +00:00
Cacodemon345
81461f677d Cleanups, copyright headers and name changing for PRing 2025-03-10 20:54:25 +06:00
Cacodemon345
86343327be Initial PCem OpenGL 3.x renderer port 2025-03-08 02:13:14 +06:00
starfrost
e7281c3c18 Merge branch '86Box:master' into master 2025-03-07 13:21:54 +00:00
Cacodemon345
d25aed2da9 Add global mute option 2025-03-07 00:36:09 +06:00
starfrost
3219f6b5ab Merge branch '86Box:master' into master 2025-02-26 21:03:27 +00:00
Akamaki
ffedf62a4a add scancode set 81h and 82h (incompleted)
need to modify the keyboard initialization
2025-02-22 22:02:44 +09:00
starfrost013
a0d313f37d Merge branch 'master' of https://github.com/86Box/86Box 2025-02-21 22:56:56 +00:00
Akamaki
3a09622a91 added switching ca keys by kbd scancode set 2025-02-15 17:36:00 +09:00
Akamaki
8ceec325ef Merge branch 'master' of https://github.com/86Box/86Box into 86Box-master 2025-02-15 09:02:14 +09:00
Akamaki
cb67a389b1 modified ps/55 configuration, added a mca func
I forgot updating some files
2025-02-15 08:14:31 +09:00
starfrost
93e0262132 Merge branch '86Box:master' into master 2025-02-13 22:12:05 +00:00