diff options
Diffstat (limited to 'src/spec.h')
| -rw-r--r-- | src/spec.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |
