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.
This commit is contained in:
waltje
2018-03-08 01:21:26 -05:00
parent 2fac557f69
commit 412d1fdf48
63 changed files with 466 additions and 271 deletions

View File

@@ -9,7 +9,7 @@
* Implementation of the IDE emulation for hard disks and ATAPI
* CD-ROM devices.
*
* Version: @(#)hdc_ide.c 1.0.4 2018/03/05
* Version: @(#)hdc_ide.c 1.0.5 2018/03/07
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -46,6 +46,7 @@
#include <wchar.h>
#define HAVE_STDARG_H
#include "../emu.h"
#include "../version.h"
#include "../cpu/cpu.h"
#include "../machine/machine.h"
#include "../io.h"