Commit Graph

  • 2e4eed0ac0 Assorted ACC 2036 and OAK OTi-037 fixes, fixes #5697. OBattler 2025-06-25 04:45:40 +02:00
  • 6e695512f7 Block usage of Pentium OverDrive on the Alaris Cobalt LPX. toggo9 2025-06-24 23:49:29 +02:00
  • ca1390f3bb Add Alaris Cobalt LPX machine definition. toggo9 2025-06-24 23:32:05 +02:00
  • 066e7cc5ee Add Alaris Cobalt LPX machine table entry. toggo9 2025-06-24 23:31:23 +02:00
  • de1a3da5a7 Add Alaris Cobalt LPX machine code. toggo9 2025-06-24 23:30:45 +02:00
  • 9040aa1b70 Missed bit in lpt.c Jasmine Iwanek 2025-06-24 14:34:39 -04:00
  • 1d63b52a5f Merge pull request #5695 from usergithub64/master Miran Grča 2025-06-24 19:12:46 +02:00
  • de537a3702 Merge pull request #5696 from jriwanek-forks/ecpepp Miran Grča 2025-06-24 19:12:29 +02:00
  • 7eea883375 Merge pull request #5698 from jgilje/conflicting-display Miran Grča 2025-06-24 19:12:18 +02:00
  • 33cee0cc46 fix for conflicting types of Display Joakim L. Gilje 2025-06-24 18:46:45 +02:00
  • 58aa261273 LPT ECP/EPP support Jasmine Iwanek 2025-06-24 01:23:32 -04:00
  • c8721af692 Merge branch 'master' of https://github.com/86Box/86Box starfrost013 2025-06-24 11:51:53 +01:00
  • 4e2266e761 update status.xlsx starfrost013 2025-06-24 11:46:16 +01:00
  • 8a9e06ff11 Update the Russian translation usergithub64 2025-06-24 12:37:51 +03:00
  • 6a8eaf507c Fixed all the warnings and reverted a change to 86box.c that was not supposed to be committed. OBattler 2025-06-24 05:13:05 +02:00
  • d5a8a65fdd Merge pull request #5693 from lemondrops/vmm Miran Grča 2025-06-24 05:00:48 +02:00
  • ef342b4031 Added the no brown option for PCjr. OBattler 2025-06-24 04:25:19 +02:00
  • eef641c164 Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-06-24 04:12:50 +02:00
  • eed26c5df8 Merge pull request #5692 from win2kgamer/s3v-init-fix Miran Grča 2025-06-23 05:22:26 +02:00
  • 212401bed6 Ensure the S3 ViRGE type is correctly assigned including when using an onboard ViRGE win2kgamer 2025-06-22 21:29:46 -05:00
  • 305d305173 Basic AGP support. Card is now detected, but can't get to desktop starfrost013 2025-06-22 17:34:54 +01:00
  • d5a9411fe7 Implement hardware cursor support (9x now displays mouse cursor) starfrost013 2025-06-22 15:59:44 +01:00
  • c5480af062 Merge branch 'master' of https://github.com/starfrost013/86box starfrost013 2025-06-22 14:10:19 +01:00
  • 2508b2e86b redesign gpu visual debugging windows starfrost013 2025-06-22 14:10:15 +01:00
  • 229899dbfe Merge branch 'master' into vmm Alexander Babikov 2025-06-22 03:16:00 +05:00
  • 282ba13948 How do i keep finding this stuff starfrost013 2025-06-21 01:43:58 +01:00
  • 7abb817012 clarify vga/8514 separation starfrost013 2025-06-21 01:32:59 +01:00
  • adb8b388a8 v_disp -> vdisp_latch; get rid of even more unused shit starfrost013 2025-06-21 00:55:39 +01:00
  • fee6be8c99 Merge branch 'bugfixes' of https://github.com/starfrost013/86Box into bugfixes starfrost013 2025-06-21 00:39:51 +01:00
  • bba8f4d499 Remove various unused ega_t fields and lots of unused 8514 stuff starfrost013 2025-06-21 00:39:50 +01:00
  • 3274306c4b Merge branch 'master' MaxwellS04 2025-06-20 10:03:41 +07:00
  • 83832b5a37 MDA: A small bug fix. OBattler 2025-06-19 01:55:03 +02:00
  • 23131a515f Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-06-19 01:52:31 +02:00
  • dd305a174c Tandy: Fix last scanline in doube-scanned 40-column text mode, fixes #5689. Miran Grča 2025-06-18 11:06:25 +02:00
  • 8e32c97339 (S)VGA: Do some compensation when calculating the overscan, fixes #5688. Miran Grča 2025-06-18 10:45:56 +02:00
  • 97c893b908 Merge pull request #5686 from starfrost013/bugfixes Miran Grča 2025-06-17 03:30:19 +02:00
  • c826294a96 Move components of video cards (external ramdacs and clock generators that could be paired with many cards) to their own folders. Reorganise video cmakelists starfrost013 2025-06-17 01:07:26 +01:00
  • 28f2f251ad Merge pull request #5685 from starfrost013/bugfixes Miran Grča 2025-06-17 00:51:29 +02:00
  • 773b3af696 Merge pull request #5684 from 86Box/tc1995 Miran Grča 2025-06-17 00:51:19 +02:00
  • 07b418d470 add the mda_colors enum and use it instead of magic numbers in the colour fixup code starfrost013 2025-06-16 23:47:15 +01:00
  • b732ece04d Conform to the style guide starfrost013 2025-06-16 23:41:01 +01:00
  • 3c29c00a94 mda_poll: make drawcursor a bool; localise the scope of various variables; de-same-line-braceify for readability starfrost013 2025-06-16 23:38:05 +01:00
  • 0109f0b811 make gray actually gray starfrost013 2025-06-16 23:33:43 +01:00
  • a530f9365b missed one starfrost013 2025-06-16 23:25:27 +01:00
  • a925076a7a implement gray being black on fg and bg being gray starfrost013 2025-06-16 23:23:47 +01:00
  • 7b044e8084 much cleaned up code with fixed 9th column support, gray/black background special treatment starfrost013 2025-06-16 23:21:40 +01:00
  • 77dbb75c06 Merge branch '86Box:master' into bugfixes starfrost 2025-06-16 22:13:04 +01:00
  • 091c0aa32e c -> attr starfrost013 2025-06-16 22:08:07 +01:00
  • 00ceaa3a39 Slightly better syntatical sugar starfrost013 2025-06-16 21:56:01 +01:00
  • 89b8652792 Fix the underlines starfrost013 2025-06-16 21:52:18 +01:00
  • d63d1342de Don't set colour in blink mode starfrost013 2025-06-16 21:12:22 +01:00
  • 0e7be429ca more accuracy starfrost013 2025-06-16 21:00:36 +01:00
  • 23414bafcb Fix non-RGBI monitors starfrost013 2025-06-16 20:53:27 +01:00
  • a64fafcf61 Only enable colour support if we are using an RGBI monitor starfrost013 2025-06-16 20:48:38 +01:00
  • 7f8204f009 Merge branch 'bugfixes' of https://github.com/starfrost013/86Box into bugfixes starfrost013 2025-06-16 20:45:12 +01:00
  • a0da500c38 Add MDA colour support. Kind of crappy implementatio starfrost013 2025-06-16 20:45:11 +01:00
  • 0ba20993de Voodoo 3D change of the day (June 16th, 2025) TC1995 2025-06-16 21:14:31 +02:00
  • f9f107e58b Merge pull request #5683 from 86Box/tc1995 Miran Grča 2025-06-16 21:07:03 +02:00
  • 231cf51948 Some cleanup and work on the Mach64 side (June 16th, 2025) TC1995 2025-06-16 19:46:48 +02:00
  • 50ce93f3f7 (S)VGA: Also override overscan and horizontal timings and calculation when override is enabled. Miran Grča 2025-06-16 19:09:39 +02:00
  • 04e2778bca Merge pull request #5682 from 86Box/tc1995 Miran Grča 2025-06-15 21:42:06 +02:00
  • a92f7367f2 Fix mach8/32 win2000 blit regression (June 15th, 2025) TC1995 2025-06-15 21:32:08 +02:00
  • 30ae882263 Added the Tulip PC Compact 2, the Tulip DGA font ROM, and assorted font ROM-related improvements. OBattler 2025-06-15 02:55:32 +02:00
  • b394480a06 Assorted machines and JEGA/JVGA fixes. OBattler 2025-06-14 21:06:57 +02:00
  • 5e9d48ec1b Added the CAF Technology C747 and assorted OPTi fixes, including the implementation of OPTi 498 for the Mylex 486. OBattler 2025-06-14 16:33:25 +02:00
  • 8a4e8696b9 Added the PC’s Limited (Dell) 28608L/AT122. OBattler 2025-06-13 19:52:06 +02:00
  • 8482937f9f Added the Packard Bell Legend 300SX. OBattler 2025-06-13 19:42:59 +02:00
  • 51882035af Siemens-related fixes. OBattler 2025-06-12 23:39:12 +02:00
  • 15077eaa3a Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-06-11 22:45:59 +02:00
  • 9ecfc00535 Merge pull request #5681 from starfrost013/bugfixes Miran Grča 2025-06-11 21:55:12 +02:00
  • 2bc0588e10 Merge branch '86Box:master' into bugfixes starfrost 2025-06-11 20:37:13 +01:00
  • 5d8b3412e9 mdacols -> mda_attr_to_color_table; cgacols -> cga_attr_to_color_table starfrost013 2025-06-11 20:36:56 +01:00
  • 317a5b7ade stat -> status; improve MDA register decoding; add MDA CRTC, register and mode enums starfrost013 2025-06-11 17:37:15 +01:00
  • dd6f7746a9 Some missing t3100e changes starfrost013 2025-06-11 15:36:22 +01:00
  • 1159464fdd Merge pull request #5679 from starfrost013/bugfixes Miran Grča 2025-06-11 01:59:54 +02:00
  • 46c5710261 Merge branch '86Box:master' into bugfixes starfrost 2025-06-11 00:56:02 +01:00
  • b718e821b0 Fix t3100 cgaline4 starfrost013 2025-06-11 00:55:30 +01:00
  • b87a0b780e Merge pull request #5678 from starfrost013/bugfixes Miran Grča 2025-06-10 23:59:20 +02:00
  • 50144585f3 now really fix the compile starfrost013 2025-06-10 22:56:00 +01:00
  • f9544682a5 fix plasma compile starfrost013 2025-06-10 22:55:30 +01:00
  • 51206ae8cf Merge branch 'bugfixes' of https://github.com/starfrost013/86Box into bugfixes starfrost013 2025-06-10 22:55:08 +01:00
  • dd7f3d0aae ma -> memaddr ma_latch -> memaddr_latch maback -> memaddr_backup ca -> cursoraddr sc -> scanline oldsc -> scanline_old starfrost013 2025-06-10 22:53:45 +01:00
  • 39ba9b3e4e Merge pull request #5677 from 86Box/tc1995 Miran Grča 2025-06-10 20:43:51 +02:00
  • dfb6011901 Restore the attribute check (bit 3 of attr) TC1995 2025-06-10 19:02:40 +02:00
  • a8df05354b Small fix again. TC1995 2025-06-10 18:28:16 +02:00
  • 738b084148 Some small fixes to the Plasma (June 10th, 2025) TC1995 2025-06-10 18:20:35 +02:00
  • d3f13cf82b Added the Ast! Advantage 40xxd. OBattler 2025-06-10 18:14:44 +02:00
  • d759b44020 Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-06-10 14:09:30 +02:00
  • e7a50c075c Merge pull request #5674 from starfrost013/bugfixes Miran Grča 2025-06-10 14:09:12 +02:00
  • 5f63524d68 Merge pull request #5675 from MaxwellS04/Assorted_Device_Fixes Miran Grča 2025-06-10 14:08:58 +02:00
  • cfe0b99c00 Merge pull request #5676 from usergithub64/master Miran Grča 2025-06-10 14:08:42 +02:00
  • fa0925057a Update src/qt/languages/ru-RU.po usergithub64 2025-06-10 14:17:44 +03:00
  • b746a23768 Update the Russian translation usergithub64 2025-06-10 14:00:59 +03:00
  • fdfb338ae9 Fixes for broken translation usergithub64 2025-06-10 14:00:02 +03:00
  • 23f697782e Fixes for broken translation usergithub64 2025-06-10 13:59:15 +03:00
  • a28d3e5320 Fixes for broken translation usergithub64 2025-06-10 13:58:09 +03:00
  • fe78720d42 Assorted device fixes (Jun 30) MaxwellS04 2025-06-10 15:30:06 +07:00
  • 4a971a7fbc Added the AMD Am28F010 Flash chip. OBattler 2025-06-10 01:34:15 +02:00
  • 386c346ee1 Fix compile starfrost013 2025-06-09 23:19:45 +01:00
  • 40f8affdda CGACompq merge starfrost013 2025-06-09 23:18:59 +01:00