Fixed some warnings on the Unix versions.
Updated to release 0.1.5(.0)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Definitions for the common disk controller handler.
|
* 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>
|
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
* Miran Grca, <mgrca8@gmail.com>
|
* Miran Grca, <mgrca8@gmail.com>
|
||||||
@@ -46,6 +46,10 @@
|
|||||||
* least 7 devices, with each device being
|
* least 7 devices, with each device being
|
||||||
* able to support 8 units, but hey... */
|
* able to support 8 units, but hey... */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef EMU_DEVICE_H
|
#ifdef EMU_DEVICE_H
|
||||||
extern const device_t mfm_xt_xebec_device; /* mfm_xt_xebec */
|
extern const device_t mfm_xt_xebec_device; /* mfm_xt_xebec */
|
||||||
extern const device_t mfm_xt_dtc5150x_device; /* mfm_xt_dtc */
|
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_available(int hdc);
|
||||||
extern int hdc_get_from_internal_name(char *s);
|
extern int hdc_get_from_internal_name(char *s);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /*EMU_HDC_H*/
|
#endif /*EMU_HDC_H*/
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Definitions for the parallel port-attached devices.
|
* 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>
|
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
* Miran Grca, <mgrca8@gmail.com>
|
* Miran Grca, <mgrca8@gmail.com>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
* USA.
|
* USA.
|
||||||
*/
|
*/
|
||||||
#ifndef EMU_PARALLEL_DEV_H
|
#ifndef EMU_PARALLEL_DEV_H
|
||||||
# define EMU_PARALLE_DEVL_H
|
# define EMU_PARALLEL_DEV_H
|
||||||
|
|
||||||
|
|
||||||
typedef struct _lpt_device_ {
|
typedef struct _lpt_device_ {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Define application version and build info.
|
* 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>
|
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
*
|
*
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
/* Version info. */
|
/* Version info. */
|
||||||
#define EMU_VER_MAJOR 0
|
#define EMU_VER_MAJOR 0
|
||||||
#define EMU_VER_MINOR 1
|
#define EMU_VER_MINOR 1
|
||||||
#define EMU_VER_REV 4
|
#define EMU_VER_REV 5
|
||||||
//#define EMU_VER_PATCH 1
|
//#define EMU_VER_PATCH 1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user