Commit Graph

3464 Commits

Author SHA1 Message Date
OBattler
096e2bede5 Fixed the license in README.md. 2020-06-23 20:11:53 +02:00
OBattler
96428c2bda More minor floppy changes. 2020-06-23 18:48:16 +02:00
Miran Grča
45777b7ebb Merge pull request #862 from tiseno100/master
Restored the Phoenix 386SX clone
2020-06-23 18:10:00 +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
Daniel Gurney
5bd1796596 Merge pull request #861 from tiseno100/master
Few "improvements" & compile error fixes
2020-06-23 17:34:44 +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
Miran Grča
30bbdcd04c Merge pull request #860 from tiseno100/master
Restored the Intel 82335 chipset
2020-06-23 13:53:43 +02: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
Miran Grča
fae3482a1f Merge pull request #858 from tiseno100/master
Implemented the AMD 640 chipset
2020-06-22 13:26:33 +02: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
OBattler
f3c7388610 Merge pull request #857 from tiseno100/master
Readded the ASUS P5MP3
2020-06-20 23:30:57 +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
OBattler
1e3707d8c2 Merge pull request #855 from tiseno100/master
The A1G doesn't have VLB capabilities
2020-06-20 14:53:54 +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
OBattler
4e5bb14eb2 Merge pull request #852 from richardg867/master
Machine table fixes
2020-06-19 18:53:18 +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
OBattler
d595428092 Merge pull request #851 from tiseno100/master
Added the Acer A1G
2020-06-19 13:35:47 +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
RichardG867
f73cbb79b6 Improve new_floppy messageboxes 2020-06-19 00:18:28 -03:00
RichardG867
9733beb542 Improve settings messageboxes 2020-06-19 00:16:05 -03:00
RichardG867
3539c4f465 Fix and improve fullscreen exit notice (also introducing MBX_DONTASK for "don't show this message again") 2020-06-18 21:46:28 -03:00