Commit graph

1,103 commits

Author SHA1 Message Date
SarahW
3c656caa48 Added software turbo control to Generic XT clone, DTK XT clone, AMI XT clone and Phoenix XT clone. 2018-03-11 17:59:05 +00:00
SarahW
b530bdafea Cleaned up turbo handling. 2018-03-11 16:43:32 +00:00
SarahW
4f0fe705c5 Add missing tooltip for 'Configure Host' button. Patch from ecksemmess. 2018-03-11 15:51:12 +00:00
SarahW
2567c30353 Added ATI Korean VGA emulation. Patch from Greatpsycho. 2018-03-11 15:46:24 +00:00
SarahW
2f5f4a5b47 Fixed double IO mapping of Mono VGA registers. 2018-03-11 14:29:56 +00:00
SarahW
c8e6fc7ce3 Added PS/2 Model 70 (type 3 & 4) emulation. 2018-03-11 11:45:30 +00:00
SarahW
8546ce14f0 Added waitstates on instruction fetch from ROM. 2018-03-11 11:03:20 +00:00
SarahW
4182b10e10 Refactored DMA code. 2018-03-11 09:43:54 +00:00
SarahW
a076741c6a Add OS X CD-ROM support. 2018-03-06 21:59:22 +00:00
SarahW
bab6695b2c CD-ROM emulation now reads multiple sectors at once. 2018-03-04 13:59:39 +00:00
SarahW
8e52c00ffc Autoconf setup now sets build flags for C++. 2018-03-04 13:58:45 +00:00
SarahW
319a929a20 Changed wx_sendmessage() param1 to LONG_PARAM. Fixes crashed on 64-bit builds. 2018-03-04 13:58:02 +00:00
SarahW
919f2dd45d Implemented CMPXCHG8B on Winchip. Patch from nerd73. 2018-03-03 21:32:56 +00:00
SarahW
c07b76dc8e ATAPI sector accesses can not be split over multiple transfers. Fixes Windows XP installer. 2018-03-03 21:32:24 +00:00
SarahW
f59e405737 Include stdint.h in wx-createdisc.cc. 2018-03-02 22:01:13 +00:00
SarahW
77a969f9cc Don't attempt to register PCI devices on systems that don't have PCI. Fixes warnings on startup. 2018-03-02 21:58:45 +00:00
SarahW
0d36eeaabe SCSI now supports 7 devices.
Reworked hard drive / CD-ROM / Zip configuration functions a bit.
2018-03-02 21:54:20 +00:00
SarahW
c298e706a4 Added flash size and turbo switches to Xi8088. Patch from EluanCM. 2018-02-28 21:36:15 +00:00
SarahW
8d7a6c03eb Fixed MDA/CGA switch on Xi8088. Patch from EluanCM. 2018-02-28 21:27:14 +00:00
SarahW
b75c8376e6 Hard drive creation dialogue can now accept size in MB instead of/as well as specifying C/H/S settings. 2018-02-28 18:38:45 +00:00
SarahW
59aad3eaaf Support IDE hard drives up to 127 GB. 2018-02-27 22:00:24 +00:00
SarahW
b7193df5ac Add meaningful process indicator to hard drive image creation. 2018-02-27 21:59:09 +00:00
SarahW
4ba95a1853 Apply ISA timing delays to RTC accesses. Fixes hang when booting Ontrack Disk Manager. 2018-02-26 22:06:17 +00:00
SarahW
c14c22169d MegaPC uses a jumper to disable onboard video instead of doing it automatically. 2018-02-26 20:38:51 +00:00
SarahW
8193605469 Treat zero ATAPI maximum transfer as 65534. Fixes crash sometimes when booting PB570. 2018-02-26 19:52:10 +00:00
SarahW
d28a908839 Video card can now be changed on Amstrad MegaPC. 2018-02-25 15:13:45 +00:00
SarahW
78adae497f Video card can now be changed on Acer 386SX25/N, Packard Bell PB520R, and Packard Bell PB570. 2018-02-25 11:47:01 +00:00
SarahW
9bdfc9348f Video card can now be changed on Amstrad PC1640, PC2086, PC3086, and Sinclair PC200. 2018-02-24 22:27:32 +00:00
SarahW
3a369bd3f6 Configuration dialog now shows 'Built-in video' for machines with build in video. 2018-02-24 18:29:47 +00:00
SarahW
31dff3a509 Added Xi8088 emulation. Patch from EluanCM. 2018-02-24 18:08:36 +00:00
SarahW
f7384bf085 Display warning when a PCI device can not be initialised due to insufficient available PCI slots. 2018-02-24 15:52:28 +00:00
SarahW
ad1889864f Removed obsolete AMIBIOS hack. 2018-02-24 15:44:49 +00:00
SarahW
bcfd38f42e Removed MDA and VGA macros. Replaced with video_is_mda()/video_is_vga()/video_is_ega_vga() functions. 2018-02-24 15:32:47 +00:00
SarahW
636fd9748d Fixed hardcoded memory size on Toshiba T1000/T1200.
Added ability to disable video on T1200.
Patch form John Elliott.
2018-02-24 15:09:03 +00:00
SarahW
ff94c18a91 PIT readback of timer with mode 3 and gate disabled now reads the counter directly rather than converting the emulator timer value. Fixes 101 error on Compaq Portable Plus. 2018-02-24 14:44:24 +00:00
SarahW
d7dfc6a178 Added Compaq Portable Plus emulation. Patch from dns2kv2. 2018-02-24 14:31:37 +00:00
SarahW
dd590d2093 Added Compaq CGA emulation. Patch from John Elliott. 2018-02-24 14:05:38 +00:00
SarahW
0ee7c7a354 Added Oak OTI-037 emulation. Patch from EluanCM. 2018-02-24 11:39:22 +00:00
SarahW
445cf601e8 Corrected PCI IRQ mapping on Packard Bell PB570. 2018-02-23 21:58:30 +00:00
SarahW
ff03442e76 Added fixed PCI device mapping for CL chips on Packard Bell machines. 2018-02-23 21:57:53 +00:00
SarahW
23e5aa2208 Corrected PCI IRQ mapping on Advanced/ZP. 2018-02-23 21:07:47 +00:00
SarahW
55dbe592ad Fixed bus type detection on Cirrus Logic. 2018-02-22 21:04:32 +00:00
SarahW
de4a6e5c2e Fix IO port access to Cirrus Logic blitter. 2018-02-22 21:03:51 +00:00
SarahW
e349e4b14e Fixed Cirrus Logic MMIO mapping. Fixes hang when opening Windows 9x DOS box. 2018-02-21 22:04:54 +00:00
SarahW
cc60e2b2c5 Added Packard Bell PB520r emulation. 2018-02-20 15:55:46 +00:00
SarahW
2c985a6c79 Added CL-GD5434 emulation. 2018-02-20 14:49:29 +00:00
SarahW
84a0f0bacb Added Intel Advanced/ZP emulation. Patch from EluanCM. 2018-02-20 10:34:46 +00:00
SarahW
ce5ae22307 Add Packard Bell PB570 emulation. 2018-02-19 22:09:56 +00:00
SarahW
f62652da3b Implement PC87306 SuperIO on Advanced/EV. 2018-02-19 21:39:05 +00:00
SarahW
1c3bb20044 Support IDE port enable/disable on PIIX. 2018-02-19 21:35:30 +00:00