Miran Grča
fdde1ae6d4
Merge pull request #2492 from jriwanek-forks/win32
...
Add GDBStub to win32 makefile
2022-07-22 04:42:25 +02:00
Jasmine Iwanek
26c5b53ffd
clang-format in src/sound
2022-07-21 22:08:36 -04:00
Jasmine Iwanek
4723ee7912
clang-format excludes
2022-07-21 22:08:36 -04:00
Jasmine Iwanek
02040ca052
Update config.c
2022-07-21 22:08:36 -04:00
Jasmine Iwanek
c430fbe84c
Assorted cleanups I've discovered over time
2022-07-21 22:08:36 -04:00
Jasmine Iwanek
8d0e6289c7
Remove defunct externs from machine.h
2022-07-21 20:49:47 -04:00
OBattler
c6d7f4a95b
Do not disable the timer in cpu_fast_off_reset() because the timers have already been reinitialized at this point.
2022-07-21 19:51:34 +02:00
OBattler
e911cc5a34
A small FDC fix.
2022-07-20 23:40:51 +02:00
OBattler
c5bce85a53
The FDC code now actually uses the DRQ.
2022-07-20 19:56:49 +02:00
Jasmine Iwanek
3eeb83278c
Add GDBStub to win32 makefile
2022-07-19 21:10:16 -04:00
Miran Grča
27cce453ee
Merge pull request #2490 from jriwanek-forks/masterfix2
...
re-add the Kaypro PC, it got lost.
2022-07-20 02:03:48 +02:00
Jasmine Iwanek
82a56024c4
re-add the Kaypro PC, it got lost.
2022-07-19 19:54:16 -04:00
Miran Grča
6eadfbf5d3
Merge pull request #2488 from jriwanek-forks/masterfix
...
Re-add the Soltek SL-56A5, it got lost
2022-07-20 01:50:42 +02:00
Jasmine Iwanek
0220a14e22
re-add the Soltek SL-56A5, it got lost
2022-07-19 19:28:39 -04:00
Miran Grča
8d6a842d61
Merge pull request #2486 from AsciiWolf/appstream
...
Add screenshot to AppStream metainfo file
2022-07-20 01:08:49 +02:00
Miran Grča
44c4051470
Merge pull request #2487 from jriwanek-forks/named-init-machine
...
Named initializers in machine table
2022-07-20 01:08:38 +02:00
Jasmine Iwanek
6233027c9e
Named initializers in machine table
2022-07-19 18:51:18 -04:00
AsciiWolf
307bddda1e
Add screenshot to AppStream metainfo file
2022-07-20 00:12:41 +02:00
OBattler
184dc4c5f2
And in video/vid_svga.c.
2022-07-19 23:52:55 +02:00
OBattler
97e33097b2
And in disk/hdd.c
2022-07-19 23:52:18 +02:00
OBattler
fb78071ce9
And machine/m_ps2_mca.c.
2022-07-19 23:41:09 +02:00
OBattler
3c2caca481
And machine/m_ps2_isa.c.
2022-07-19 23:40:08 +02:00
OBattler
3cca314d0c
Fixed warning in chipset/ali6117.c.
2022-07-19 23:38:39 +02:00
Miran Grča
4c9a3cad60
Merge pull request #2485 from 86Box/dma_autoinit_fixes
...
Revert the rest of autoinit on PS/2.
2022-07-19 20:46:12 +02:00
TC1995
bfc05e7db2
Revert the rest of autoinit on PS/2.
2022-07-19 20:44:25 +02:00
Miran Grča
c6b05ddb48
Merge pull request #2484 from 86Box/dma_autoinit_fixes
...
Revert the DMA auto-init hack on PS/2.
2022-07-19 20:31:25 +02:00
richardg867
15eced5b55
Jenkins: Also allow rg to use IRC over LAN
2022-07-19 15:07:38 -03:00
TC1995
b7c1e9ad33
Revert the DMA auto-init hack on PS/2.
2022-07-19 20:05:34 +02:00
richardg867
e1b44ad064
Jenkins: Allow master node to do IRC notification
2022-07-19 14:59:29 -03:00
Miran Grča
bed47f94d0
Merge pull request #2482 from 86Box/mca_dma_fix
...
Actually fix the fixed dma.
2022-07-19 19:24:43 +02:00
TC1995
af1c898201
(NW)
2022-07-19 19:23:07 +02:00
TC1995
2df92dc7f3
Actually fix the fixed dma.
2022-07-19 19:21:15 +02:00
Miran Grča
bbbeaa524b
Merge pull request #2481 from 86Box/xga_fix2_and_dma
...
Made reg 0x53 (read only) default temp val to 0x70 to satisfy xgaaidos.sys' detection.
2022-07-19 17:28:48 +02:00
TC1995
8767bb5894
Made reg 0x53 (read only) default temp val to 0x70 to satisfy xgaaidos.sys's detection.
...
Apparently MCA Audio cards always want auto-init enabled.
2022-07-19 17:25:17 +02:00
Miran Grča
d3350fa06c
Merge pull request #2480 from 86Box/xga_fix
...
Apparently a default temp val of 0xff in the read makes XGA-1/2 panic…
2022-07-19 17:19:43 +02:00
TC1995
a8c0d30a0a
Apparently a default temp val of 0xff in the read makes XGA-1/2 panic on GUI's...
2022-07-19 17:18:46 +02:00
Miran Grča
b34ad31766
Merge pull request #2478 from cold-brewed/settings-list-fix
...
Fix QListView width in the settings window
2022-07-19 17:11:50 +02:00
Miran Grča
006a7dcc50
Merge pull request #2471 from elyosh/hddsettings
...
hdd: make speed preset configurable
2022-07-19 16:56:34 +02:00
Miran Grča
786a5086e1
Merge pull request #2475 from AsciiWolf/patch-1
...
Add missing semicolon to desktop file
2022-07-19 16:55:57 +02:00
Miran Grča
a95a4430d0
Merge pull request #2476 from 86Box/mcaps2_new
...
ISA PS/2: Clean-ups and converted into a typedef struct.
2022-07-19 16:54:58 +02:00
TC1995
df5c1a1a46
ISA PS/2: Clean-ups and converted into a typedef struct.
...
MCA PS/2: Added Model 60 (8-slot version of 50 with the same bios) and Model 65sx (essentially the same as 55sx but with a new bios and a secondary nvram a la 70-80 but limited to 2KB of size instead of 8KB).
MCA PS/2: Made the i486 cpu selection on only on Type 3 MCA models (70-80) and not Type 2 anymore, therefore the latter is limited to 386DX cpu's only.
2022-07-19 16:32:23 +02:00
AsciiWolf
301b422816
Add missing semicolon to desktop file
...
It should be there according to the desktop file specification
2022-07-19 14:20:46 +02:00
Adrien Moulin
46f6540542
hdd: make speed preset configurable
...
This includes settings UI for Qt
2022-07-19 11:31:06 +02:00
OBattler
f4f8860606
The Performance/EU should *NOT* have been there.
2022-07-19 00:16:46 +02:00
OBattler
1d0177289a
PCI graphics cards initialization fixes.
2022-07-19 00:15:25 +02:00
OBattler
33c5f9397e
(S)VGA renderer fixes.
2022-07-19 00:14:29 +02:00
OBattler
a555b9312d
And the IBM RAMDAC renderers as well.
2022-07-18 23:58:22 +02:00
OBattler
3bcb9f6310
Cleaned up the (S)VGA render code of excess CRTC checks.
2022-07-18 23:56:21 +02:00
OBattler
74fd270ee8
Assorted SB fixes.
2022-07-18 23:55:30 +02:00
OBattler
5dc9b4a7fc
Super I/O chip fixes.
2022-07-18 23:53:05 +02:00