MCUME/MCUME_teensy/teensygen/memvdp.h
2019-11-24 15:48:57 +01:00

8 lines
145 B
C

#ifndef _MEMVDP_H_
#define _MEMVDP_H_
/* Function prototypes */
unsigned int vdp_dma_r(unsigned int address);
#endif /* _MEMVDP_H_ */