Commit Graph

191 Commits

Author SHA1 Message Date
waltje
9bb6142a7e Fixed chickie's bug, too. Electronic roaches! 2018-04-18 00:30:51 -04:00
waltje
ee7f5949db Fixed the scripts. 2018-04-18 00:15:33 -04:00
waltje
07515fe6f8 Update Travis for auto-deploy to website. 2018-04-18 00:09:21 -04:00
waltje
dc1e4576a0 Updated website URL. 2018-04-17 03:07:11 -04:00
waltje
6b21c4c921 Big cleanup of the use of regular and const string pointers. Where possible, const is used to enfore R/O-ness of string arguments.
Important change to the NVR code to "fix" the PS/1 and PS/2 systems, plus a cleanup.
All device tables now end with a NULL, not an empty string.
Configuration code now deals better with this.
Machine and Video lookup now return -1 if not found/available, and pc_init() will throw the user into Setup if that is the case.
If for some reason the configured memory size exceeds machine limit, it is now adjusted.
2018-04-11 17:42:22 -04:00
waltje
23fcf833b4 Change to not allow configured memory size to go over machine's limit (fixes #25.)
Lots of cleanup changes all over to fix the constness of strings [again].
Some cleanups in config.c to remove old stuff.
2018-04-10 23:48:26 -04:00
waltje
d3743d0100 Fixed bug #24, XT286 cannot add hard disk. 2018-04-10 17:18:27 -04:00
waltje
874a503662 Fixed the IDE driver (autodetect failed, truncated "cylinders" value..) 2018-04-10 15:25:48 -04:00
waltje
608b89a983 Fixed a bug in the floppy code that could crash the emulator in certain situations. 2018-04-10 02:35:36 -04:00
waltje
062610b12f Fixed "DEBUG" setting and some other details for Windows. 2018-04-10 00:16:05 -04:00
waltje
4bdd17f440 You were late, Travis... already saw that! 2018-04-09 23:12:30 -04:00
waltje
8837593d86 Minor change - if defined, use 4-digit version, otherwise 3-digit. 2018-04-09 23:09:50 -04:00
waltje
0838cde8c4 More video and sound cleanups.
Tandy PSSJ sound driver moved into Tandy machine file.
Fixed the dev_branch devices to use the UNSTABLE flag.
Added Unstable Device warning message in device.c.
2018-04-09 23:04:38 -04:00
waltje
f258000cdb Fixed some video things, moved some ROM files.
Updated the ROM for OTI037C 9was corrupts.)
Dev-branched the ATI VGA Wonder card.
Re-worked some devbranch stuff.
2018-04-09 02:22:43 -04:00
waltje
7218ed207b Fixed some warnings on the Unix versions.
Updated to release 0.1.5(.0)
2018-04-08 22:40:17 -04:00
waltje
aa7db63e86 Sound cleanups, part 2. 2018-04-08 21:19:31 -04:00
waltje
fdf80188ed Second part of LPT re-do (now adding back the attached devices.)
First part of Sound module re-do, also moves SSI and GUS to soundcard list.
Updated SSI to be configurable.
Cleaned up ReSID interface.
2018-04-08 17:26:20 -04:00
waltje
054622a75b Update the LPT ports to 3 ports, cleaned up the ports code.
Re-worked the "win_settings" code module, updated Ports dialog.
Re-worked the "hdc.c" code, no more hdc_name. Needed later.
2018-04-07 00:25:53 -04:00
waltje
971a1f8c9b Bumped to 0.1.4, fixed 4-digit macro. 2018-04-04 23:34:09 -04:00
waltje
30b6ac523e Made the Toshiba's T1000 ROM DOS configurable.
Removed all xxx_get_dev() calls, and published the actual device_t's instead.
(first step to making all machines a device)
2018-04-04 02:09:09 -04:00
waltje
c4e11354d5 Removed loading CGA font from MDA ROM (even though IBM used same chip for both cards..)
Added new CGA ROM, looks a bit nicer.
Implemented "Font Type" config item for CGA, switching between Thick and Thin fonts.
Moved loading CGA fonts to vid_cga.c.
2018-04-03 22:46:47 -04:00
waltje
06ad98bea9 Fixed an incompatibility with MSVC environments that caused the consoles to fail.
Fixed the missing-slash bug in emu_path.
2018-04-03 19:14:30 -04:00
waltje
36bf4cb985 Also updated the Makefile.local file for documenting the new defines. 2018-04-03 03:40:50 -04:00
waltje
d7fe41de69 Cleanup of the logging options. Logging menu is now submenu of Tools.
Other minor changes and cleanups, as needed.
2018-04-03 03:35:06 -04:00
waltje
dfda1677d7 Fixes to the fixes of the devconf module which were, um, messed up. 2018-04-02 02:00:30 -04:00
waltje
428747a5a5 Missed a few. 2018-04-01 23:47:56 -04:00
waltje
8ef54202f9 Another load of cleanups.
Also, all filename handling is now Unicode.
Fixes for many items on the bugs list.
New logo and main icon for the project.
2018-04-01 22:02:37 -04:00
waltje
bfc507d5f4 Fixed some stuff found while testing the installer. 2018-03-29 03:05:28 -04:00
waltje
6366c1bc31 Hmm, the PNG package is not yet available on Travis. :( 2018-03-28 20:51:37 -04:00
waltje
3e9cb74fd1 More warnings fixed, only 104 left in cpu, slirp and voodoo! 2018-03-28 20:46:48 -04:00
waltje
6a12afa098 Updated Travis to go to #varcem-dev, and not the main channel. 2018-03-28 02:28:15 -04:00
waltje
0252e76226 More warnings fixed. Only 180 to go! 2018-03-28 02:25:23 -04:00
waltje
a4a93ba37b Fixed some fixes in the IDE driver. 2018-03-28 00:37:34 -04:00
waltje
dc4d536e8f Merge branch 'master' of https://github.com/VARCem/VARCem 2018-03-27 23:54:13 -04:00
waltje
58668a8612 Several warnings fixed, but still many to go. 2018-03-27 23:53:51 -04:00
Fred N. van Kempen
d2b4afa9db Merge pull request #21 from darkstar/msvc
MSVC: Fix path to .rc file in solution file
2018-03-27 16:16:53 -04:00
darkstar
48f1272932 MSVC: Fix RC file path in solution file 2018-03-27 10:33:42 +02:00
waltje
419bfa89d1 Whoops, one more for the path changes. 2018-03-27 02:28:11 -04:00
Fred N. van Kempen
c412e23fd0 Merge pull request #20 from MoochMcGee/master
Some warning fixes for MSVC15
2018-03-27 02:20:37 -04:00
waltje
bae962317f Applied the relevent upstream commits. 2018-03-27 02:14:44 -04:00
Melissa Goad
5d65037dc6 Some warning fixes for MSVC15 2018-03-27 00:50:59 -05:00
waltje
d3f8bc5325 More changes... MD is pretty dumb. 2018-03-27 01:05:59 -04:00
waltje
896cb33fe7 Erm, updated the BUILDING file, forgot the png dependency. 2018-03-27 00:59:33 -04:00
waltje
f5cad4f5c4 Whoops, updated mr. Travis' job description. 2018-03-27 00:41:55 -04:00
waltje
28f45f89d9 Updated the building instructions in BUILDING.md. 2018-03-27 00:34:41 -04:00
waltje
6d213c73e1 Updated the MSVC builing files, adding Visual Studio 2015 as well. 2018-03-27 00:32:31 -04:00
waltje
949e7ff61d Added support for MSVC14, plus added a MSVC Makefile.VS 2018-03-26 17:47:02 -04:00
waltje
a4842ce468 Applied upstream patches.
Commit test for new machine.
2018-03-25 02:59:08 -04:00
Fred N. van Kempen
6ff568c329 Merge pull request #19 from darkstar/warning_fixes
Your daily dose of warning fixes
2018-03-25 02:39:49 -04:00
darkstar
54840155c8 SLIRP: Use the correct function to close a socket on Windows
close() is not the same as closesocket()...
2018-03-25 00:12:40 +01:00