Fixed some warnings on the Unix versions.

Updated to release 0.1.5(.0)
This commit is contained in:
waltje
2018-04-08 22:39:46 -04:00
parent aa7db63e86
commit 7218ed207b
3 changed files with 13 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the common disk controller handler.
*
* Version: @(#)hdc.h 1.0.4 2018/04/05
* Version: @(#)hdc.h 1.0.5 2018/04/08
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -46,6 +46,10 @@
* least 7 devices, with each device being
* able to support 8 units, but hey... */
#ifdef __cplusplus
extern "C" {
#endif
#ifdef EMU_DEVICE_H
extern const device_t mfm_xt_xebec_device; /* mfm_xt_xebec */
extern const device_t mfm_xt_dtc5150x_device; /* mfm_xt_dtc */
@@ -80,5 +84,9 @@ extern int hdc_get_flags(int hdc);
extern int hdc_available(int hdc);
extern int hdc_get_from_internal_name(char *s);
#ifdef __cplusplus
}
#endif
#endif /*EMU_HDC_H*/

View File

@@ -8,7 +8,7 @@
*
* Definitions for the parallel port-attached devices.
*
* Version: @(#)parallel_dev.h 1.0.1 2018/04/07
* Version: @(#)parallel_dev.h 1.0.2 2018/04/08
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -37,7 +37,7 @@
* USA.
*/
#ifndef EMU_PARALLEL_DEV_H
# define EMU_PARALLE_DEVL_H
# define EMU_PARALLEL_DEV_H
typedef struct _lpt_device_ {

View File

@@ -8,7 +8,7 @@
*
* Define application version and build info.
*
* Version: @(#)version.h 1.0.5 2018/04/04
* Version: @(#)version.h 1.0.6 2018/04/08
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -54,7 +54,7 @@
/* Version info. */
#define EMU_VER_MAJOR 0
#define EMU_VER_MINOR 1
#define EMU_VER_REV 4
#define EMU_VER_REV 5
//#define EMU_VER_PATCH 1