mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-05 02:15:07 +01:00
9 lines
138 B
C
9 lines
138 B
C
|
|
#ifndef _MEMVDP_H_
|
|
#define _MEMVDP_H_
|
|
|
|
/* Function prototypes */
|
|
unsigned int vdp_dma_r (unsigned int address);
|
|
|
|
#endif /* _MEMVDP_H_ */
|