summaryrefslogblamecommitdiffstatshomepage
path: root/src/lib/formats/ace_tap.h
blob: 0113fdf64845b14d0d879af29ff79c435f25a539 (plain) (tree)
1
2
3
4
5
6
7

                                



                                                                      
                                              







                                                                      
     
                 
 







                             
  
      



                                                 
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/*********************************************************************

    ace_tap.h

    Format code for Jupiter Ace cassette files

*********************************************************************/

#ifndef ACE_TAP_H
#define ACE_TAP_H

#include "cassimg.h"

#if 0
struct ace_tape_t
{
	uint8_t hdr_type;
	uint8_t hdr_name[10];
	uint16_t hdr_len;
	uint16_t hdr_addr;
	uint8_t hdr_vars[8];
	uint8_t hdr_3c4c;
	uint8_t hdr_3c4d;
	uint16_t dat_len;
};
#endif

CASSETTE_FORMATLIST_EXTERN(ace_cassette_formats);

#endif /* ACE_TAP_H */