summaryrefslogblamecommitdiffstatshomepage
path: root/src/lib/formats/oric_tap.h
blob: 5198c6627755c2cb0eda0364315662a7f42a8cb9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                                  






                                                                      

                               
 
            




                                                  
                                 
// license:BSD-3-Clause
// copyright-holders:Kevin Thacker
/*********************************************************************

    oric_tap.h

    Format code for Oric TAP (*.tap) files

*********************************************************************/
#ifndef MAME_FORMATS_ORIC_TAP_H
#define MAME_FORMATS_ORIC_TAP_H

#pragma once

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(oric_cassette_formats);

#endif // MAME_FORMATS_ORIC_TAP_H