diff options
author | 2012-07-07 07:38:07 +0000 | |
---|---|---|
committer | 2012-07-07 07:38:07 +0000 | |
commit | f7a125b8eaf3d345efb2d5756af158d25f60ce0b (patch) | |
tree | ddda4d4c5977dcdb52012982805872c676bcdb1c /src/lib/formats/sc3000_bit.h | |
parent | 330fd72c4e0acec9abc94f2ec92f599c3526a9c6 (diff) |
Sync with MESS (no whatsnew)
Diffstat (limited to 'src/lib/formats/sc3000_bit.h')
-rw-r--r-- | src/lib/formats/sc3000_bit.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/formats/sc3000_bit.h b/src/lib/formats/sc3000_bit.h new file mode 100644 index 00000000000..8950c187837 --- /dev/null +++ b/src/lib/formats/sc3000_bit.h @@ -0,0 +1,18 @@ +/********************************************************************* + + formats/sc3000_bit.h + + Cassette code for Sega SC-3000 *.bit files + +*********************************************************************/ + +#pragma once + +#ifndef __SC3000_BIT__ +#define __SC3000_BIT__ + +#include "cassimg.h" + +CASSETTE_FORMATLIST_EXTERN( sc3000_cassette_formats ); + +#endif |