Commit Graph

558 Commits

Author SHA1 Message Date
waltje
9f7c03482b Fixed mouse clipping bug when loading a new language. 2018-10-26 19:47:58 -04:00
waltje
28fa98e69d More cleanups and some fixes for the ZIP driver. 2018-10-26 19:15:57 -04:00
waltje
d97c3a91e8 Several rounds of code cleanups.
Fixed the heap-trashing bug.
Applied some more upstream patches.
2018-10-26 14:30:34 -04:00
waltje
e4a6a62bb8 Some more 64bitness fixes for warnings.
Applied relevant upstream patches.
Added Sigma Color 400 video card.
2018-10-25 04:28:33 -04:00
waltje
98eaa3bd34 Many small changes and fixes for building a 64-bit application.
Both GCC and VC builds seem to work OK for Windows, as does the Linux version.
2018-10-25 01:20:32 -04:00
waltje
ce7ca74f9b Forgot some changes to the SCSI CD-ROM driver. 2018-10-22 21:02:15 -04:00
waltje
46dd8c47d2 UA translation update.
Fix for 'stuck' time_sync value.
2018-10-22 19:59:26 -04:00
waltje
133f121e2c Cleanup to PR#60 (Cirrus Logic GD-5422)
Cleanup of SVGA rendering code.
2018-10-22 18:31:45 -04:00
Fred N. van Kempen
a67a499519 Merge pull request #60 from Altheos/cirrus
Adding Cirrus GD5422 & GD5424
2018-10-22 16:18:38 -04:00
Altheos
283120c692 Modifications qui seront validées :
modifié :         devices/video/vid_cl54xx.c
	modifié :         devices/video/vid_svga_render.c
	modifié :         devices/video/vid_svga_render.h
	modifié :         devices/video/video.h
	modifié :         devices/video/video_dev.c
2018-10-22 14:16:17 +02:00
Altheos
7a2ea3560a Merge pull request #1 from VARCem/master
Merge with master
2018-10-22 13:52:21 +02:00
waltje
6834111df1 More updates and fixes. 2018-10-21 20:05:49 -04:00
waltje
f398f5c3b5 SL translation- messed up the PR, sorry.
Temporary fix for 4084, will be re-done properly.
2018-10-21 18:29:21 -04:00
waltje
b7a877bacc Applied relevant upstream patches, including one that fixes the CL-GD.
Several small fixes here and there.
2018-10-21 17:55:52 -04:00
waltje
18917db2a7 Fixes for several UI issues.
More warnings fixed (thanks, Clang.)
2018-10-21 04:04:05 -04:00
waltje
c0d902ce3a Of course, forgot one. 2018-10-20 03:32:53 -04:00
waltje
06774a1ef0 Argh. Fixing errors about fixing warnings. Seriously!
Fixed some more warnings.
2018-10-20 03:26:56 -04:00
waltje
4a445127d8 Fixed several warnings.
Fixed some small issues, mostly NULL-ptr related.
2018-10-20 02:38:49 -04:00
waltje
4fb728541b Signedness fix in mem.c.
Some more translations were updated for the recent changes.
2018-10-19 19:51:52 -04:00
waltje
6bd70019c1 Applied more upstream patches (finally, removing cdrom_null !) 2018-10-19 04:20:42 -04:00
waltje
af443c0f04 Changes to re-implement the Host CD-ROM Drive mode, phase 2. This also adds 2 new status-bar menu items to optical drives, Lock and Unlock, which disable or enable media removal/insertion on the host drive. 2018-10-19 02:38:48 -04:00
waltje
0ef62220d1 Really - now the Host CDROM code should be completely optional. 2018-10-18 02:38:36 -04:00
waltje
931fe12056 Whoops. 2018-10-18 02:24:51 -04:00
waltje
80ca36536d More changes and cleanups to the cdrom/scsi layers.
Several small fixes to the previous commit (IDE works again ;-)
First attempt at "bringing back" the Host CDROM (formerly "ioctl") module.
2018-10-18 02:21:00 -04:00
waltje
8471941cb7 Removing the T1200-related patch. 2018-10-16 20:15:30 -04:00
waltje
3e4f5c0ed9 Fix up some warnings and silly errors. 2018-10-16 20:05:17 -04:00
waltje
22379f55ad Applied all relevant upstream patches.
Cleaned up the CD-ROM stuff a bit more, merging the drive and the image parts.
Updated disk, cdrom and zip structures to use the same bus_id union.
2018-10-16 19:53:01 -04:00
waltje
d30a4aa903 Upstream sync patches.
Fixing warnings.
Changes to the Arche AMA and Trigem 286 machines.
Updated MSVC project files.
2018-10-12 13:09:47 -04:00
Fred N. van Kempen
a9c837ee70 Merge pull request #57 from darkstar/msvc
MSVC: Fix some warnings and add proper #defines required for string format specifiers (take 2)
2018-10-12 12:53:31 -04:00
darkstar
f1e671baf1 Fix include guard 2018-10-11 15:03:39 +02:00
darkstar
96d7e0a29b Fix #defines for MSVC for proper format specifiers
Also enable fluidsynth if the DLL is present
2018-10-11 15:03:39 +02:00
darkstar
95bea3468a Fix unreferenced variable warning in game.c
When logging is disabled, this variable is not needed
2018-10-09 13:27:27 +02:00
waltje
4a5514aa47 Fixed video BIOS loading for AMAJ machine. 2018-10-08 15:20:57 -04:00
waltje
98e7188634 Several small fixes I forgot I still had to do.. 2018-10-08 04:20:31 -04:00
waltje
5d6b369df8 Various fixes, resulting from (more) Linux work.
Upstream commits applied.
2018-10-08 02:27:25 -04:00
Fred N. van Kempen
6a6f23fe68 Merge pull request #55 from darkstar/msvc
MSVC: Here are the current fixes for the new version
2018-10-07 21:53:02 -04:00
darkstar
621516e43a MSVC: Update project files 2018-10-08 00:35:46 +02:00
darkstar
c3d1f59e88 MSVC: Fix potentially uninitialized variable error
MSVC doesn't like these and regards them as errors
2018-10-08 00:34:50 +02:00
darkstar
f2184a6696 MSVC: Add include for emu.h
This is required for DBGLOG(...) to work correctly
2018-10-08 00:33:52 +02:00
darkstar
63cf4390f9 Fix include paths
yes, I know the file is currently not used but let's fix it anyways to
keep it in sync with the changes
2018-10-08 00:33:04 +02:00
waltje
6ea0da4884 More fixed for paths, thanks to a custom Makefile.. 2018-10-06 20:03:23 -04:00
waltje
203fa09dce More updates. 2018-10-06 19:45:58 -04:00
waltje
c724e85595 And the same fix for the Jetway machine. 2018-10-06 19:36:18 -04:00
waltje
0d599a770c Real fix for the PB machine. 2018-10-06 19:30:52 -04:00
waltje
9637a9985e Updated MinGW makefile to enable AMD cpus (used by Packard-Bell machine.) 2018-10-06 19:23:17 -04:00
waltje
2a27221ba4 Updated README.md and did a re-sync. 2018-10-06 19:15:14 -04:00
waltje
2f69c95152 Full Upgrade to the 1.7 tree. 2018-10-06 18:31:10 -04:00
waltje
b775d592d4 Some minor changes.
FINAL 0.1.6 release!

Signed-off-by: waltje <decwiz@yahoo.com>
2018-10-06 17:29:14 -04:00
waltje
0b891b839e Updates from DarkStar. 2018-10-04 14:00:45 -04:00
Fred N. van Kempen
c13d7605ba Merge pull request #54 from darkstar/scsi_fix
SCSI: Fix for "changeable" mode pages
2018-10-04 13:13:58 -04:00