From 25bc35fbadebbf28eed3c89978e435d2df557b42 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 6 Jan 2004 02:06:37 +0000 Subject: Devel checkin - added util and snap objects and non-working TAP support --- src/spec.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/spec.h') diff --git a/src/spec.h b/src/spec.h index 558ba6a..bb62b91 100644 --- a/src/spec.h +++ b/src/spec.h @@ -31,6 +31,10 @@ #include "z80.h" #include "SDL.h" +/* Types for Mount and Unmount +*/ +typedef enum {SPEC_TAPE_IN,SPEC_TAPE_OUT} SPECMountType; + /* Initialise the SPEC */ @@ -54,6 +58,11 @@ const char *SPECGetLabel(Z80 *z80, Z80Word addr); const char *SPECInfo(Z80 *z80); +/* Interfaces for snapshot and device control +*/ +void SPECMount(SPECMountType type, const char *path); +void SPECUnmount(SPECMountType type); + #endif -- cgit v1.2.3