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
Fred N. van Kempen
43dfe5a2a3
Merge pull request #53 from darkstar/optional_malloc
...
MSVC: Make the new malloc() wrapper optional
2018-10-04 13:12:36 -04:00
darkstar
b38db9e9d6
SCSI: Fix for "changeable" mode pages
...
This is supposed to be a bit field of the fields that can be changed by
MODE SELECT. Since we don't support changing mode pages (yet), we should
report that fact correctly
2018-10-03 21:20:27 +02:00
darkstar
7c852a8685
MSVC: Make the new malloc() wrapper optional
...
It causes issues with DLL linkage on MSVC (DLLImport/DLLExport) so let's
just disable it for now...
2018-10-03 20:42:07 +02:00
waltje
96ce38fa64
Allow manual changing of Dynarec flag.
2018-09-28 15:06:26 -04:00
waltje
e659efd4ac
Small fixes.
2018-09-28 14:47:00 -04:00
waltje
428528ff57
Bumped version to 0.1.6.5.
...
Added a workaround to handle possible NULL returns from malloc; we now call a wrapper function which will notify the user, clean up and then exit the application if that happens.
2018-09-23 16:35:45 -04:00
waltje
116a7f68af
Minor upstream changes.
2018-09-22 19:15:04 -04:00
waltje
98a9f34131
Various small fixes.
2018-09-21 23:35:15 -04:00
waltje
eb1de7d326
Update for Makefile under VC to actually enable optimization.
...
PR from 360CodeSafe to catch file-open errors in CPU module.
2018-09-20 00:30:32 -04:00
Fred N. van Kempen
7a2f43ec29
Merge pull request #48 from 360CodeSafe/master
...
add return in case failing to create the file
2018-09-19 23:59:07 -04:00
360 CodeSafe
55bb707ef5
add return in case failing to create the file
...
Even the file is create in 'usr_path', it is better and more safely to check whether the file is created successfully.
The check against null pointer could protect the program from deference a null pointer.
2018-09-20 11:04:28 +08:00
waltje
f34963819b
Small fix for AT keyboard generating NULL interrupts.
...
Bumped to version 0.1.6.5.
2018-09-11 23:52:46 -04:00
waltje
10efb6f0cd
Small fixes, and language update for JP.
...
Release train 0.1.6(.4) is currently the <Stable-Release> path.
Release train 0.1.7(.0) is currently being tested.
2018-09-10 05:42:28 -04:00
waltje
149cdc736d
More language updates.
2018-09-05 15:34:28 -04:00
Fred N. van Kempen
15ed72b612
Merge pull request #47 from darkstar/msvc
...
Thanks!
2018-09-05 15:10:33 -04:00
darkstar
5bfd366a95
Update MSVC project files
2018-09-05 17:04:08 +02:00
Fred N. van Kempen
7b64fe6c9a
Merge pull request #46 from dgurney/translation-update
...
Translate new strings
2018-09-04 05:41:14 -04:00
Daniel Gurney
3ab11821e1
Translate new strings
2018-09-04 12:35:50 +03:00
waltje
fb0c788b61
Added warning to save before configuring boards (new STR_2308 !)
2018-09-04 02:26:34 -04:00
waltje
0029688f15
Fix for app crash if Windows installed language not supported. Fixes issue #44 .
2018-09-04 01:43:17 -04:00