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
waltje
dad6c07865
Various upstream changes applied.
2018-09-04 01:42:09 -04:00
waltje
5e606c8e7a
Bumped system version number to 0.1.6.4.
2018-09-03 20:42:28 -04:00
waltje
f5da553cb7
Fixed a bug in device.c (cloning cleanup)
...
Added the Micro Mainframe EMS-5150T EMS board (request Fenix70)
Updated the parallel port device handler.
Added the initial release of the ESC/P printer.h (WIP)
2018-09-03 19:23:22 -04:00
waltje
c19cf753f2
Some minor cleanups in the png.c module.
2018-09-02 19:47:17 -04:00
waltje
cc9d210559
Whoops, forgot to update Makefiles for non-PNG systems.
2018-09-02 18:55:08 -04:00
waltje
0b515cf2d9
Updates to the printer system.
...
Combined all PNG stuff into the new png.ch module, and finally fixed the VC crash with it!
2018-09-02 18:26:21 -04:00
waltje
933b8cacd0
Committed the basic printer module, cleaned up a bit.
2018-09-01 06:36:08 -04:00
waltje
061613df32
Updated SCAT machine to remove signed-ness warnings in VC.
...
Updated parallel device for an oopsie.
2018-09-01 02:14:15 -04:00
waltje
5b0069632b
Added new printers framework. Work in progress.
2018-09-01 00:10:09 -04:00