Commit Graph

3087 Commits

Author SHA1 Message Date
David Hrdlička
e85b5549d0 win: Remove junk code 2020-04-26 21:03:31 +02:00
David Hrdlička
03f82fdb99 win: Replace the main menubar Media menu handler 2020-04-26 21:03:31 +02:00
David Hrdlička
3d723d9135 win: Fix Media menuitem checkboxes and graying out 2020-04-26 21:03:31 +02:00
David Hrdlička
39a0f4b9ca win: Fix build 2020-04-26 21:03:31 +02:00
David Hrdlička
aa5014a3ce win: Move remaining mount helper functions
We might want to consider renaming win_cdrom.c to something more fitting :P
2020-04-26 21:03:31 +02:00
David Hrdlička
70503973eb win: Add the new Media menu handler 2020-04-26 21:03:31 +02:00
David Hrdlička
6838117fdd win: Add helper methods for mounting images 2020-04-26 21:03:31 +02:00
David Hrdlička
c728ece0ee win: Start splitting menu code from win_stbar.c 2020-04-26 21:03:31 +02:00
David Hrdlička
aa5d9555f5 win: Add menu resources for the drive menus 2020-04-26 21:03:31 +02:00
OBattler
105fbc6f84 Merge pull request #728 from richardg867/master
ASUS P/I-P65UP5
2020-04-26 18:48:26 +02:00
richardg867
446e919ef4 Merge branch 'master' into master 2020-04-26 13:47:06 -03:00
RichardG867
3d5f9de060 ASUS P/I-P65UP5 2020-04-26 13:43:06 -03:00
OBattler
4158625410 Merge pull request #727 from tiseno100/master
fix missing VS440FX decleration on machine.h
2020-04-26 18:34:24 +02:00
tiseno100
1a91d7c578 fix missing VS440FX decleration on machine.h 2020-04-26 19:28:24 +03:00
RichardG867
92d9077a48 Merge branch 'master' of https://github.com/86Box/86Box 2020-04-26 13:26:54 -03:00
OBattler
fd63a4b418 Merge pull request #724 from tiseno100/master
Dev branch all machines with missing SIO chips + added the VS440FX
2020-04-26 18:21:00 +02:00
OBattler
3aaf9ac6fe More ACPI improvements, implementation of VIA ACPI (yet to be hooked to the southbridges), removed ISABugger stuff from acpi.h, apm.h, dma.h, and usb.h, and updated the descriptions in piix.c and piix.h. 2020-04-26 00:49:46 +02:00
OBattler
e6ccbd2406 Bumped maximum UDMA mode from 2 (ATA 33) to 4 (ATA 66) so it can be used where supported. 2020-04-25 22:37:07 +02:00
OBattler
20cf306d44 Better fix for the P6 timings. 2020-04-25 22:14:43 +02:00
OBattler
6033f4480c Fixed P6 timings so they no longer fatal (and removed the 3DNow! stuff from them), and also fixed the Distributed DMA bug reported by TheCollector1995. 2020-04-25 22:02:48 +02:00
OBattler
23a92efcf8 Merge pull request #723 from nerd73/master
Implement a proper P6 timing model
2020-04-25 18:45:55 +02:00
daviunic
d8f9a55286 Renamed logi bus mouse to logi/ms for clarity 2020-04-25 18:38:09 +02:00
tiseno100
73b51bf573 Dev branch all machines with missing SIO chips + added the VS440FX
This board returns D4 POST with no output. Needs further examination. Meant for the future PC87307 implementation.

Also all boards that miss their SIO chips got Dev Branched just in case 2.10 gets released while some miss their SIO.
2020-04-25 18:59:37 +03:00
nerd73
fe6df042be Implement a proper P6 timing model 2020-04-25 03:24:59 -06:00
David Hrdlička
af07bd5e6c win: Don't show full path for HD images in usrpath 2020-04-24 14:56:30 +02:00
David Hrdlička
31216312f7 config: fix hard disk images outside usrpath 2020-04-24 14:42:01 +02:00
Shaojun Li
0e7c0cca02 Fix the close button of about dialog not working. 2020-04-24 11:45:15 +02:00
Shaojun Li
f9de3183aa Allow relative path of disk images. 2020-04-24 10:02:41 +02:00
OBattler
3942f97a1a Removed the AMI Apollo. 2020-04-24 00:36:49 +02:00
OBattler
746175e397 Fixed the PB680 PCI slots. 2020-04-23 23:10:13 +02:00
OBattler
e42a99cc0e Added a PCI APM device that has a reset function that clears and status back to 0x00 on device reset, fixes soft reset hangs on the ASUS P/I-P55TVP4, and also made it clear that the TC430HX is Intel. 2020-04-23 20:57:13 +02:00
OBattler
af9b08e88f Merge pull request #718 from 86Box/bugfix/wd80x3_ramhandler
Simplified memory handler for the wd80x3 nic family.
2020-04-23 20:37:37 +02:00
TC1995
191687e5ac Hopefully fixed the dp8390 side of the wd80x3. 2020-04-23 20:19:40 +02:00
TC1995
e132bf21e3 Simplified memory handler for the wd80x3 nic family. 2020-04-23 20:15:20 +02:00
OBattler
7d322aaf34 Merge pull request #717 from tiseno100/master
Added the Packard Bell PB680
2020-04-23 19:40:53 +02:00
tiseno100
d042939600 Added the Packard Bell PB680
Intel AMI based board. To cover up the needs for an AMI BIOS on 430VX
2020-04-23 20:17:18 +03:00
OBattler
9c6493a6f8 Fixed the two new Phoenix machines by switching their Super I/O chips to SMC FDC73C935 (it's really 932/935 without additional letters), fixing some things in said Super I/O chips, and giving the HP Brio 80xx the correct (SST 29EE020) Flash chip. 2020-04-23 17:49:04 +02:00
OBattler
66a698010f Merge pull request #715 from tiseno100/master
430VX rework
2020-04-23 16:00:01 +02:00
tiseno100
ae36bb093b 430VX rework
Make the 430HX & 430VX Phoenix boards available while removed the 596B AMI machine
2020-04-23 16:57:52 +03:00
OBattler
8b8ba3d5a7 IDE sector and sector count now return 0xFF (noise) on an unassigned IDE device, fixed TC430HX hanging with empty IDE channels. 2020-04-23 15:11:32 +02:00
OBattler
da9c5a5e0b Merge branch 'master' of https://github.com/86Box/86Box 2020-04-23 14:42:45 +02:00
OBattler
812999f480 The PIIX code now also initializes the USB device on the PIIX3, fixes #713. 2020-04-23 14:42:32 +02:00
David Hrdlička
cab0bb845a win: Move the statusbar initial text to resources 2020-04-23 13:02:25 +02:00
David Hrdlička
3b85d4f0c7 win: Add a placeholder menuitem for the Media menu
This makes it possible to change the position of the menu by only editing the resource script itself.
2020-04-23 13:02:25 +02:00
OBattler
e3296f4529 Split USB and Distributed DMA into their own files in preparation for the overhaul of the VIA southbridges. 2020-04-23 02:23:59 +02:00
OBattler
870fdaef3d Fixed some warnings in win_jsconf.c. 2020-04-23 02:22:27 +02:00
OBattler
c522f4975a Merge pull request #712 from dhrdlicka/feature/media_menu
Add the "Media" menu to the menubar
2020-04-23 02:14:27 +02:00
David Hrdlička
7dcb8f6f1f win: Add the "Media" menu to the menubar
This is an alternative way to mount images to the virtual drives, as many people found the current behavior confusing.
2020-04-23 01:24:11 +02:00
OBattler
5313888b0a Merge branch 'master' of https://github.com/86Box/86Box 2020-04-23 01:07:23 +02:00
OBattler
d20c5d525c Fixed the old dynarec's MOD R/M tables to include the 3DNow! instructions, and both dynarec's MOD R/M tables to include the i686 hintable NOP's. 2020-04-23 01:07:11 +02:00