Miran Grča
e4197b8ca4
Merge pull request #1631 from laciba96/master
...
Add support for overridable VM name
2021-09-01 15:02:10 +02:00
OBattler
64aee0481c
Removed the non-working keyboard hook, and with it, the NOHOOK make parameter.
2021-08-29 13:59:05 +02:00
David Hrdlička
139268c749
fix copyright sign in version information
2021-08-29 08:49:46 +02:00
David Hrdlička
88295f807c
cmake: fix pure clang/win32 build
2021-08-29 07:23:33 +02:00
Ompronce
2596c0143c
Make the Innovation SSI-2001's IO address configurable ( #1636 )
2021-08-29 06:40:21 +02:00
OBattler
4222570553
The makefile now links libgcc on ARM64.
2021-08-27 13:49:27 +02:00
OBattler
ddc7c5b78a
Reorganized some CPU structures a bit and fixed inappropriate behavior of some mem.c functions on 64-bit binaries (and made mem.c aware of ARM64 as well), fixes both 64-bit recompilers, closes #1215 .
2021-08-27 13:31:47 +02:00
Laci bá
13ff9af7e1
Add support for overridable VM name
...
- A global variable added as vm_name
- This variable can be filled with the `--vmname "Name"` or `-V "Name"` parameter.
- If there are no such a parameter definied this variable will filled up with the directory name.
- The Discord module displays this global variable, as VM name.
- Various 86Box managers can use this feature to display fancy VM names, instead of GUID folder names.
- This variable can be easily used later for adding cool things, like the VM name in title bar, etc.
2021-08-26 20:30:37 +02:00
Miran Grča
6f639cd866
Merge pull request #1587 from lemondrops/feature/sndgain
...
Make the sound gain dialog accessible from the menu bar
2021-08-05 16:23:08 +02:00
Alexander Babikov
709357f668
The sound gain dialog is now accessible from the menu bar in the "Tools" menu
2021-08-05 14:56:25 +05:00
Alexander Babikov
9632f99552
Make the Game Blaster's I/O address configurable
2021-08-05 03:54:19 +05:00
RichardG867
9d953623e5
Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest
2021-08-03 21:45:54 -03:00
OBattler
2cdd6fec56
And another typo fix in win/win_settings.c, reported by lemondrops.
2021-08-02 22:14:29 +02:00
OBattler
6b8d4a21b6
Fixed a SCSI-related bug in win/win_settings.c .
2021-08-02 20:32:35 +02:00
OBattler
43aed39016
Fixed a compile-breaking typo in win/win_ui.c .
2021-07-30 19:37:50 +02:00
OBattler
9050fb3a08
If the graphics card is automatically set to "None", the configure button is now disabled, closes #850 .
2021-07-30 19:33:23 +02:00
OBattler
79f83cc928
Fixed "Hide status bar" check mark, fixes #1569 .
2021-07-30 19:17:46 +02:00
OBattler
03068f9ee3
Removed the last leftovers of IDM_CONFIG_LOAD and IDM_CONFIG_SAVE, should fix compile.
2021-07-30 04:45:05 +02:00
OBattler
d1991ac763
Added the ability to hide the status bar, closes #1530 .
2021-07-30 04:01:46 +02:00
OBattler
24002d1882
More cartridge-related fixes.
2021-07-30 02:08:07 +02:00
RichardG867
4c307fd945
Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest
2021-07-29 20:00:30 -03:00
OBattler
347a8fa011
Fixed win_stbar.c warning reported by lemondrops and committed the icons.
2021-07-30 00:41:05 +02:00
OBattler
7144d32960
Removed from the makefile that, which was not supposed to be there.
2021-07-29 20:42:06 +02:00
OBattler
949dea3524
Added IBM PCjr cartridge support.
2021-07-29 20:34:55 +02:00
OBattler
026bed4e53
Fixed cassette ejecting and made write protection actually work, closes #1564 .
2021-07-29 05:36:10 +02:00
OBattler
ca6863540c
Some fixes.
2021-07-28 03:29:14 +02:00
OBattler
6cad6cc784
One thing I forgot.
2021-07-28 00:59:11 +02:00
OBattler
45b3e13450
Cassette improvements and fixes.
2021-07-28 00:58:19 +02:00
OBattler
24a6d5051c
.WAV and .RAW are now recognized cassette file types, equivalent to .PCM, must be 44.1 kHz, 8-bit, mono.
2021-07-27 06:20:19 +02:00
OBattler
827065c0bc
Ported the cassette emulation from PCE, closes #835 .
2021-07-27 06:12:09 +02:00
RichardG867
b5e0cbd152
Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest
2021-07-23 00:55:28 -03:00
OBattler
ea65edb831
Did some changes I forgot to do before.
2021-07-23 01:22:47 +02:00
OBattler
c47e766bc4
The migration of the legacy SCSI controller is now perfectly seamless, thanks, Ryuzaki!
2021-07-23 01:20:14 +02:00
OBattler
729b6d5069
Added support for up to four SCSI controllers, closes #343 .
2021-07-22 20:13:44 +02:00
RichardG867
58973ce036
Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest
2021-07-22 11:10:20 -03:00
OBattler
f31e8b27d5
Fixed a warning in win/win.c .
2021-07-21 16:55:03 +02:00
OBattler
706ad0e896
Changed the way the emulator is shut down, fixes #1555 .
2021-07-21 04:05:40 +02:00
OBattler
9adf0fdcc4
Added the ability for keyboard to require capture, in order for 86Box keyboard input to operate like VMWare, closes #829 .
2021-07-19 02:27:22 +02:00
RichardG867
b2b2120d8f
Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest
2021-07-18 16:33:09 -03:00
OBattler
1e20655813
Fixes window resizing in DPI scaled mode, fixes #1524 .
2021-07-18 17:52:22 +02:00
OBattler
78c3f6759f
Removed all usage of TerminateThread()/thread_kill(), thread_wait() is used instead now.
2021-07-16 06:45:32 +02:00
RichardG867
b9c68bf277
Initial commit for AC97
2021-07-11 16:58:52 -03:00
Alexander Babikov
ad5641c1b8
Fix CPU display in Discord Rich Presence
2021-07-09 10:38:46 +05:00
RichardG867
f88650eea5
Add Savage Quest protection dongle emulation from MAME
2021-07-08 21:49:08 -03:00
ts-korhonen
17ad59094f
win_opengl: Add logging
2021-07-05 23:16:00 +03:00
Daniel Gurney
f2cd3756dd
Revert "Merge branch 'feature/machine_and_kb' into master"
...
This reverts commit 6604a29d7e , reversing
changes made to 1d7fca0abd .
2021-07-04 18:22:52 +03:00
OBattler
15279e4964
Finished the ALi M15xx and removed from Dev branch.
2021-07-01 01:43:59 +02:00
OBattler
fd4817a87b
All the current WIP work (warning: the PIT is currently using some temporary test rewrite that is going to be undone).
2021-06-29 19:11:19 +02:00
Miran Grča
7b1a1f0136
Merge pull request #1490 from ts-korhonen/master
...
Explicitly initialize COM library in main and opengl threads
2021-06-18 17:41:23 +02:00
Miran Grča
060d77d52d
Merge pull request #1494 from lemondrops/master
...
Suppress GCC false positive warnings in vid_voodoo_codegen_x86[-64].h
2021-06-18 17:40:50 +02:00