aboutsummaryrefslogtreecommitdiff
path: root/c64/tape.h
blob: 57765008a8953a0425d63f95fc5ab910c6d0d981 (plain)
1
2
3
4
5
6
7
8
9
10
// tape.h
//
// 20060803 Markku Alén

#ifndef __TAPE_H__
#define __TAPE_H__ 1

void init_tape(void);

#endif