Commit Graph

567 Commits

Author SHA1 Message Date
waltje
30ef2e8288 Added support for profiling (PROFILER=y) to aid with that task. 2018-03-14 17:18:39 -05:00
darkstar
1ababdf43c Video: Fix uninitialized variable
This is a compilation error (not a warning) on MSVC
2018-03-14 21:55:46 +01:00
waltje
192fb2f3ba Changes to machine names and ROM folder names to be unique and consistent.
Fixes for AT keyboard.
Fixes for DMA.
2018-03-14 14:07:42 -05:00
waltje
c1c74199d7 Fixed two messed-up patches. 2018-03-13 15:55:35 -05:00
Fred N. van Kempen
40b6bc4d57 Merge pull request #14 from darkstar/msvc
MSVC: Some files were moved again
2018-03-13 01:40:41 -04:00
waltje
916f210d46 Applied upstream patches (adds IBM PS/2 M70.)
Fixed two small bugs.
Moved the MRTHOR back to mainline.
Fixed a bug in the Tosh 1000.
2018-03-13 00:34:44 -05:00
Fred N. van Kempen
18634284a6 Merge pull request #15 from darkstar/warning_fixes
Warning fixes
2018-03-13 01:27:15 -04:00
darkstar
4d98bb436a SIO: Fix a warning in fdc37c93x.c 2018-03-12 23:27:08 +01:00
darkstar
d60a8c81cb Network: Fix a few warnings in bswap.h 2018-03-12 23:23:59 +01:00
darkstar
2019b74623 Disk: refactor hdd_ide.c a bit
This needs some more work to cleanly get rid of all warnings.
Track/sector and CHS calculation should use sensible bit widths, for
example. Some other functions can also be combined into one.
2018-03-12 23:20:47 +01:00
darkstar
25051b3715 Floppy: Fix some warnings in the floppy code 2018-03-12 22:14:50 +01:00
darkstar
d013dbd0aa GAME: fix warnings in joystick code 2018-03-12 22:12:45 +01:00
darkstar
4053c356c9 MSVC: Some files were moved again 2018-03-12 21:39:52 +01:00
e17d37cb0d Update .travis.yml
Correct quote closure on travis markup.
2018-03-12 05:14:28 +00:00
waltje
e69a12f7ea Re-worked the MVR framework to allow for custom RTC chips. Fixes EuroPC and Tosh T1000/1200.
Cleaned up and re-integrated the Toshiba T1000/T1200 machines.
Moved LZF files to floppy/, as that is the only module using them.
Various bugfixes and cleanups here and there.
2018-03-11 23:32:39 -05:00
Fred N. van Kempen
f818aa78a9 Merge pull request #13 from darkstar/warning_fixes
Warning fixes
2018-03-08 22:33:46 -05:00
Fred N. van Kempen
cc795aa53e Update cdrom.c 2018-03-08 22:32:26 -05:00
Fred N. van Kempen
01ec33e2fb Merge pull request #12 from darkstar/msvc
MSVC: Update project file for sio/* and generate Manifest automatically
2018-03-08 22:24:53 -05:00
waltje
98e920fb97 Applied all relevant upstream commits. 2018-03-08 22:16:17 -05:00
darkstar
2ec77c8fa0 CPU: Fix warnings 2018-03-09 01:16:47 +01:00
darkstar
483dd3c9cf CDROM: Fix warnings 2018-03-09 01:16:46 +01:00
darkstar
49ec18763e MSVC: Update project file for sio/* and generate Manifest automatically
Also add the user properties file that was missing so far
2018-03-09 00:24:39 +01:00
waltje
139021f4c2 Updated mr. Travis' job description. 2018-03-08 16:12:26 -05:00
waltje
354f320b94 Merge branch 'master' of https://github.com/VARCem/VARCem 2018-03-08 16:01:30 -05:00
waltje
f42108cb03 Fixed silly typo. 2018-03-08 16:00:22 -05:00
Fred N. van Kempen
046b936b88 Update README.md 2018-03-08 15:28:32 -05:00
Fred N. van Kempen
ff7640492f Update README.md
Fixed typo.
2018-03-08 15:28:03 -05:00
Fred N. van Kempen
6929bcb0ba Merge pull request #11 from darkstar/warning_fixes
Some warning fixes
2018-03-08 15:13:12 -05:00
darkstar
54015fee17 VIDEO: Fix lots of warnings in the code
I hope I didn't break anything important ;-)
2018-03-08 21:04:49 +01:00
darkstar
ebade6a543 WIN: cleanup warnings 2018-03-08 20:58:06 +01:00
waltje
7e4706fafc Merge branch 'master' of https://github.com/VARCem/VARCem 2018-03-08 01:24:09 -05:00
waltje
412d1fdf48 Fixed some bugs and warnings.
Moved the SIO files to a new sio/ folder.
Added the 'version.h'stuff, added Makefile rule to generate the Manifest file for Windows.
Re-worked the About dialog - it now includes more info.
2018-03-08 01:23:34 -05:00
Fred N. van Kempen
69226b7c7f Merge pull request #10 from dgurney/makefile-fixes
Fix invalid optimization flag in Makefile.mingw
2018-03-07 15:30:39 -05:00
Daniel Gurney
36ce141f4b Bump version number in Makefile.mingw 2018-03-07 22:02:35 +02:00
Daniel Gurney
629199b00c -O6 isn't a real -O level, and is just treated as -O3. 2018-03-07 22:00:05 +02:00
waltje
2fac557f69 Fixed some compiler warnings. 2018-03-07 02:59:35 -05:00
Fred N. van Kempen
17a879f932 Merge pull request #9 from darkstar/msvc
MSVC: Update project files
2018-03-06 18:43:04 -05:00
darkstar
6218fd8d12 MSVC: Update project files 2018-03-06 23:23:08 +01:00
waltje
a4802a9231 Updated files with upstream commits where needed.
Fixed "Settings"crash bug.
Cleaned up some video config issues.
2018-03-06 15:53:32 -05:00
waltje
8d10faf156 Changes to allow the VARCem binaries and support DLLs to be in <root>/bin, to keep things clean. 2018-03-03 00:47:58 -05:00
waltje
984ba87ead Merge branch 'master' of https://github.com/VARCem/VARCem 2018-03-02 19:03:02 -05:00
waltje
227f0446ec Updated ROM BIOS handling to use the external loader.
Several cleanups and fixes here and there.
Updated (Windows) UI to properly handle resets and changes in Settings.
Updated to no longer scan for roms at startup.
2018-03-02 19:01:48 -05:00
Fred N. van Kempen
a6ddb4cbd0 Merge pull request #8 from darkstar/openal
Add/Fix OpenAL sound in the MSVC builds
2018-02-25 19:38:55 -05:00
darkstar
cb572705d3 MSVC: Enable the use of OpenAL for sound output 2018-02-26 01:33:42 +01:00
darkstar
6d9a85869e MSVC: Fix the function pointer declarations for OpenAL
The __cdecl needs to go inside the parentheses... I hope this also works
for mingw...
2018-02-26 01:33:01 +01:00
1334d93a70 Added new targets for Travis matrix.
Signed-off-by: Natalia Portillo <claunia@claunia.com>
2018-02-26 00:27:25 +00:00
Fred N. van Kempen
4c10496ae6 Merge pull request #7 from darkstar/msvc
MSVC: Move the ip6_misc.h file to its intended location
2018-02-25 19:18:01 -05:00
darkstar
ddec4cf012 MSVC: Move the ip6_misc.h file to its intended location 2018-02-26 01:14:12 +01:00
Fred N. van Kempen
7afb82e419 Merge pull request #6 from darkstar/msvc
MSVC: The usual ...
2018-02-25 19:11:16 -05:00
darkstar
ed0e7d53f0 WIN: Update rcsid for win_d3d.cpp 2018-02-26 01:04:31 +01:00