Commit Graph

3345 Commits

Author SHA1 Message Date
David Hrdlička
23efba22f1 include: move version defines out to version.h 2020-06-26 13:28:10 +02:00
TC1995
c0891644f7 Fixed the SVGA/MMIO under Win3.1/NT and added more documentation. 2020-06-26 00:41:52 +02:00
Miran Grča
936462910c Merge pull request #870 from 86Box/bugfix/ibm_ps1_m2133
Bugfix/ibm ps1 m2133
2020-06-25 23:52:46 +02:00
TC1995
01c42ddd62 Cleanup. 2020-06-25 23:10:29 +02:00
TC1995
82b12d71b3 Fixed on-board video on the IBM PS/1 2133. 2020-06-25 22:57:42 +02:00
TC1995
dd0180afcb Moved the IBM PS/1 Model 2133 out of dev branch.
Added the VLSI VL82c480 chipset and the unknown sio that the PS/1 2133 EMEA 451 uses.
Added on-board Cirrus GD5426 video card
2020-06-25 22:43:20 +02:00
tiseno100
1c0507c4ea Added the AmazePC AM-BX133 2020-06-25 22:32:46 +03:00
TC1995
a9f01c4814 Fixed the svga mapping on 80x and 928 cards. 2020-06-25 17:18:25 +02:00
TC1995
41529d2d46 Evidently pixel cntl 0x80 (CPU data determines mix register) isn't handled right on the S3 911 or is not fully documented. Fixed the S3 911/924 8-bit drivers running on Win3.x. 2020-06-25 16:54:10 +02:00
TC1995
d62d7a692a Fixed a bug. 2020-06-25 13:20:10 +02:00
TC1995
ba89af057c Added the Sierra SC11483 and SC11487 ramdac's.
Made the S3 911 use the SC11483 plus a few minor changes to the S3 code itself.
2020-06-25 13:18:29 +02:00
nerd73
09ffa05f89 Improvements to the OPTi 597 machine.
- Add emulation of the FDC37C661 Super I/O
- Fix Pentium VLB timing (was running VLB at 2x bus speed instead of 1/2 bus speed)
- Fix the cache register on the OPTi 5x7 chipset
- The actual minimum RAM amount is 2 MB, not 1 MB.
- Fix chipset naming consistency
2020-06-23 15:04:10 -06:00
OBattler
96428c2bda More minor floppy changes. 2020-06-23 18:48:16 +02:00
tiseno100
1da0a78b6a Restored the Phoenix 386SX clone
Restored this old machines from the PCem-X era. Seems to be ok with the restored Intel 82335 chipset.
2020-06-23 17:55:51 +03:00
tiseno100
cd4721b558 Insert a fixed Shuttle 386SX. Fixes compile errors. 2020-06-23 17:24:39 +03:00
tiseno100
3235e27f9b Inject one more space to Makefile. Fixes warnings. 2020-06-23 17:24:02 +03:00
tiseno100
a369dfa12d Use the correct UNIX encoding on the i82335
For some reason it was CR LF
2020-06-23 17:20:22 +03:00
tiseno100
f29e48d2d7 Restored the Intel 82335 chipset
Restored the old Intel 82335 code remnant of the PCem-X era.
2020-06-23 14:00:34 +03:00
tiseno100
295499eb85 Implemented the AMD 640 chipset 2020-06-22 11:09:11 +03:00
OBattler
2655873162 A number of PCI fixes and P5MP3 corrections. 2020-06-21 05:23:49 +02:00
OBattler
8bf15f535b Pages above the top of RAM now have mem[] pointing to a 4096-byte array of FF's, and fixed the naming and indentation of the P5MP3 in machine/machine_table.c. 2020-06-21 04:03:14 +02:00
OBattler
d2dbf49e3c Added the Catalyst 28F010 Flash chip needed by the ASUS P5MP3, fixed a memory leak in the Intel Flash close code (it was not free'ing dev->array), and unified all the flash chip header files into one single flash.h. 2020-06-21 03:58:32 +02:00
OBattler
997aa1eee4 More minor FDC changes. 2020-06-21 03:18:25 +02:00
OBattler
d375b00c8c Added the Biostar 8500TUC (430HX AMI Hi-Flex) and fixed a PIC 2 bug. 2020-06-21 02:14:58 +02:00
OBattler
f7bbe60567 Merge branch 'master' of https://github.com/86Box/86Box 2020-06-21 01:08:28 +02:00
OBattler
c6d39f81c3 Fixed the "has drive selection" array in floppy/fdc.c so the SCAN LOW OR EQUAL and SCAN HIGH OR EQUAL commands are at the correct position, reduced it to 32 entries (maximum number of commands) out of 256, and changed it to uint8_t so it takes even less memory. 2020-06-21 01:08:05 +02:00
tiseno100
2b46d0bef9 readded the ASUS P5MP3
Some 430LX board using Award 4.50 non G BIOS.
2020-06-21 00:09:39 +03:00
OBattler
d11e8265de Merge branch 'master' of https://github.com/86Box/86Box 2020-06-20 22:35:02 +02:00
OBattler
4563ce7822 Minor FDC changes. 2020-06-20 22:34:51 +02:00
tiseno100
da873eab12 The A1G doesn't have VLB capabilities
Changed the 2CH IDE controller to the ISA variation as the A1G doesn't have any VLB capabilities at all.
2020-06-20 15:45:23 +03:00
OBattler
e7b2f29a9a Manually applied (and improved) Tiseno100's Acer A1G changes. 2020-06-19 19:09:32 +02:00
OBattler
128f075e9a Fixed the naming and casing of the SuperMicro's. 2020-06-19 18:55:05 +02:00
RichardG867
f22e0a53d4 Machine table fixes 2020-06-19 13:49:26 -03:00
OBattler
5290bcf701 The SiS 471 machine now have the correct IDE controllers. 2020-06-19 18:47:57 +02:00
OBattler
a7e43ae601 Port ED now also runs all the timers on the recompiler if it has no handlers, like port EB. 2020-06-19 13:54:08 +02:00
tiseno100
9879691aa9 Fixed build issue 2020-06-19 14:17:10 +03:00
tiseno100
0202543b2f Readded the ASUS SiS 471
removed by mistake.
2020-06-19 14:16:34 +03:00
tiseno100
ba73fa0700 Added the Acer A1G
An "integrated" style Acer 486 board. Uses the ALi M1429G chipset.

Also fixed some typo's on the Machine table.
2020-06-19 14:13:11 +03:00
OBattler
2d6b15793d Added the ASUS VL/I-486SV2G (GX4). 2020-06-19 12:41:01 +02:00
OBattler
e4dbacdce3 Bumped up maximum MFM tracks from 1023 to 2047, fixes #822. 2020-06-19 12:10:04 +02:00
OBattler
bee3ceda8d Merge pull request #824 from richardg867/master
TaskDialog conversion
2020-06-19 12:04:30 +02:00
OBattler
22068232b8 Merge branch 'master' of https://github.com/86Box/86Box 2020-06-19 12:02:29 +02:00
OBattler
d326017233 Added the Acer V30 and a number of IDE and AT keyboard changes needed to make it work, closes #367. 2020-06-19 12:02:17 +02:00
RichardG867
5bda6c628a Fix redundant FDC name 2020-06-19 00:37:07 -03:00
RichardG867
3040f70995 Merge branch 'master' of https://github.com/86Box/86Box 2020-06-19 00:35:41 -03:00
RichardG867
9f5956d456 Add website to about dialog 2020-06-19 00:34:56 -03:00
RichardG867
666f02dc23 Move romset URL to 86box.h 2020-06-19 00:29:37 -03:00
RichardG867
07ec8cd78c Move more stuff in the .rc file to EMU_NAME 2020-06-19 00:27:15 -03:00
RichardG867
a44c2c2fe1 Improve reset and exit confirmations 2020-06-19 00:26:13 -03:00
RichardG867
09083aa98a Add custom buttons to overwrite confirmation questions 2020-06-19 00:21:40 -03:00