waltje
3a3bed7f96
Merge branch 'master' of https://github.com/VARCem/VARCem
...
# Conflicts:
# src/devices/input/keyboard_at.c
2019-04-23 00:43:03 -05:00
waltje
c4283927a7
Small update to the AT keyboard driver to make the Acer V30 machine work.
2019-04-23 00:40:11 -05:00
waltje
d1a18152a3
Small update to the AT keyboard driver to make the Acer V30 machine work.
2019-04-23 00:18:45 -05:00
waltje
22cd445edc
More cleanups in the CPU code, removing unused stuff.
...
Updated vid_svga.c (thanks TC) - fixes BeOS and others.
2019-04-22 16:38:39 -05:00
waltje
6d34fca1a0
Update to allow installing OS/2 version 2.00LA (keyboard got stuck during install.)
2019-04-21 23:44:28 -05:00
waltje
dd5bbfeffc
No, but really... removed excess logging from mouse_bus.c.
2019-04-21 20:21:53 -05:00
waltje
c94a4b2fc6
Update to remove excess logging from device.c
...
Update to remove excess logging from mouse_bus.c
Update to fix logitech busmouse for OS/2.
Update to add named NVR files.
2019-04-21 20:16:05 -05:00
waltje
1fb863a0e7
Updated MinGW makefile to properly define the STRIP utility.
2019-04-21 16:29:22 -05:00
waltje
2e024d0b16
Updated Travis file.
2019-04-21 16:19:23 -05:00
waltje
30b903c744
Many small fixes here and there.
...
Devices now have a 'path' member, which usually points to a ROM file, or loader script.
No more 'available' functions unless one is needed for special cases.
Machines now can be 'configured' for mainboard settings etc.
Machines are now devices as well (root devices).
Regular devices now get a pointer to a 'parent' device.
The machines table has been reduced to just a lookup table, machine info is now inside the machine file.
Machine-specific CPU lists are now inside the machine file.
Chipset implementations are now devices, and were moved to devices/chipsets/
Much work on individual machines done.
All COMPAQ machines moved to dev-branch.
Zenith SupersPORT moved to dev-branch.
The i686-based machines (Tyan) released from dev-branch and cleaned up.
Several new MFM and RLL disk controllers for XT, in dev-branch for now.
2019-04-21 16:09:56 -05:00
Fred N. van Kempen
1732d65115
Merge pull request #70 from Arbars/patch-1
...
Updating KZ translation
2019-03-17 15:10:05 -04:00
Arbars
ac491da549
Updating translation
2019-03-12 21:14:03 +06:00
waltje
648f8da55d
CDROM image loader now ignores empty/comment lines in cue sheets.
...
MDA video card is now cloneable. Yes, that is a really weird word.
2019-03-11 16:20:55 -04:00
waltje
538f65f443
Updated some Travis files. Silly typo!
2019-03-10 01:21:31 -05:00
waltje
e766749bd8
Some more changes to the cdrom code.
...
Changes to the video code - we now have a single, unified display buffer.
Renderers no longer rebuild the video palette.
2019-03-08 22:41:43 -05:00
waltje
145fbaf0f3
Small fixes here and there.
...
Updated 808x.c to properly handle MUL/IMUL (false detection of V20
More changes in video block.
Partly applied upstream patches for Amstrad machines.
2019-03-07 16:02:56 -05:00
waltje
60b5979e41
Well, GCC, stdlib it is, then. Fix for a fix to fix something! :)
2019-03-05 23:38:35 -05:00
waltje
2b2810ee35
Fix for the fix. Brain-dead header files?
2019-03-05 23:29:05 -05:00
waltje
28630a5c5b
Updated the CDROM code to better handle non-English pathnames. CUE file format may still not work if the filenames inside the CUE file contain non-ANSI characters, but this is not normally the case.
2019-03-05 23:22:18 -05:00
waltje
e8c527c4ef
Small fixes here and there.
...
Opti495SX machines are now limited to 32MB.
Cleaned up the CGA Composite code, it allocates on the heap now.
2019-03-04 17:48:31 -05:00
waltje
d7a1c84b27
Whoops, forgot a file, and fixed an overflow.
2019-03-03 21:42:46 -05:00
waltje
ba7e2e2d69
Fixed the PGC, IM204 and added more fixes from John Elliott.
...
Started cleaning up some of the mess in the video layer.
2019-03-03 21:36:23 -05:00
waltje
a26e0094d0
Updates to clean up and fix the IM-1024 driver.
2019-03-03 03:52:25 -05:00
waltje
0fecf3430e
Removed some leftover debug stuff in the ST506 driver.
2019-03-02 19:34:05 -05:00
waltje
d413238570
Re-worked the ST506 driver for XT, adding support for Seagate ST-11 and WD-1002 controllers, and RLL mode.
...
Added John Elliott's implementation of the IBM PGC controller, and the ImageManager 1024 clone card.
The PGC is not working properly yet, pending conversion to our video backend.
2019-03-02 19:20:15 -05:00
waltje
b59bd2881f
Small fixes here and there.
...
First phase of cleaning up the PIC code block.
2019-03-01 03:02:20 -05:00
waltje
dbf1c30c22
Fixed some problems with the configuration file.
2019-02-23 17:14:27 -05:00
waltje
eb3a082cfa
Re-added PIT changes, and re-worked the code. Works now.
2019-02-15 19:24:44 -05:00
waltje
8190422d80
Whoopsiewoops.
2019-02-15 17:37:48 -05:00
waltje
8f064727fb
Re-applied 808x CPU patch, now works.
...
More changes for cassette operation.
2019-02-15 17:31:46 -05:00
waltje
031cc9f4cf
Various small changes and fixes.
...
Added the cassette interface to the system (initial dev version.)
2019-02-14 01:35:21 -05:00
waltje
b2d7b102c8
Went back to #330 tree, and manually applied patches to #331 until it breaks.
...
Fixed several issues with the code.
Fixed Hercules to be detected again - still no graphics.
Fixed several issues in the PC/XT keyboard driver to be correct.
.. and while at that, added support for the IBM-PC Cassette Interface!
(eat THAT, Sarah!)
2019-02-13 01:44:05 -05:00
waltje
b325a5174a
Applied relevent upstream patches.
...
Cleaned up and fixed small things.
2019-02-11 23:53:00 -05:00
waltje
0129c3c7f8
Applied the relevant upstream patches, and cleaned up.
2019-02-11 20:00:29 -05:00
waltje
3dcad9d146
Fixed some compiler warnings.
2019-02-10 18:49:48 -05:00
waltje
32e034d5fa
Several small, ongoing changes and fixes.
...
Updated the 808x CPU block from the 86Box one- good work, OBattler!
Small changes to GUS and PAS-16 cards.
Added the Zenith SupersPort machine from PCem.
Fixed the cursor blinking rate in CGA - thanks, OBattler!
2019-02-10 16:56:24 -05:00
waltje
453ca9d8e4
Added the 'Zenith SuportsPORT' machine from PCem, and imported its ROMs.
...
Imported the 'CGA enable bit' patch from PCem.
2019-01-13 23:42:02 -05:00
waltje
1d1aa927d5
Fixed building for new GUS MAX.
...
Updated copyright dates etc.
2019-01-13 16:38:56 -05:00
Fred N. van Kempen
e77c159a66
Merge pull request #66 from Altheos/cirrus
...
Adding Cirrus Logic GD5402 & GD5420
2019-01-13 14:41:21 -05:00
Fred N. van Kempen
6121d1e23f
Merge pull request #65 from Altheos/gusmax
...
Add Gravis Ultrasound Max soundcard support
2019-01-13 14:40:59 -05:00
Altheos
7a542a0146
Adding Cirrus Logic GD5402 & GD5420
...
Some Cirrus cards fixes : HW Cursor for 512Kb VRAM and Hi-Res SVGA 16 colors display.
2019-01-08 18:23:48 +01:00
Altheos
6136e214e9
Improved Codec ioport handling
...
Some games relocates CODEC Ioport (ie. Hardball 4).
2019-01-08 18:13:42 +01:00
Altheos
06861bece0
Minor changes
2019-01-08 18:13:11 +01:00
Altheos
6854dd9000
Preliminary GUS MAX sound card support
2019-01-08 18:12:30 +01:00
Fred N. van Kempen
aa23448b00
Merge pull request #63 from darkstar/msvc
...
MSVC updates
2018-11-28 15:18:58 -05:00
darkstar
a8bf6aebc3
MSVC: Update project files
2018-11-28 20:59:45 +01:00
darkstar
706b87c5e6
MSVC: Fix path to manifest file
2018-11-28 20:25:19 +01:00
waltje
bccc0d4900
Small fixes and changes, nothing major.
2018-11-22 16:39:40 -05:00
waltje
72bc6f8e9e
Fix for running HBASIC/BASICH on Hercules card on 286+ systems.
2018-11-18 08:34:38 -05:00
waltje
5742718111
Changes to clean up CPU codegen (dynarec) to allow compiling without it again.
...
Change to fix compile error if RELEASE=y.
2018-11-13 19:30:34 -05:00