summaryrefslogtreecommitdiff
path: root/src/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-06-13 17:19:51 +0100
committerIan C <ianc@noddybox.co.uk>2026-06-13 17:19:51 +0100
commit8f4656b7920d37b3f1df5944dfe9307264a52f0b (patch)
treee5540480b3e8aced36c7c1f738f90d26c685e103 /src/spec.h
parent24a7e3ac0103979dcef910f0b87f3eea234d2353 (diff)
Reorganised tape files a bit and select one if none selected when patch is hit
Diffstat (limited to 'src/spec.h')
-rw-r--r--src/spec.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/spec.h b/src/spec.h
index d5429cd..261429c 100644
--- a/src/spec.h
+++ b/src/spec.h
@@ -29,11 +29,6 @@
#include "z80.h"
#include "SDL.h"
-/* Types for Mount and Unmount
-*/
-typedef enum {SPEC_TAPE_IN,SPEC_TAPE_OUT} SPECMountType;
-
-
/* Initialise the SPEC
*/
void SPECInit(Z80 *z80);
@@ -64,12 +59,6 @@ void SPECShowScreen(void);
*/
void SPECReset(Z80 *z80);
-
-/* Interfaces for snapshot and device control
-*/
-void SPECMount(SPECMountType type, const char *path);
-void SPECUnmount(SPECMountType type);
-
#endif