ceda2vga/src/crtc.h

7 lines
70 B
C

#ifndef CRTC_H
#define CRTC_H
void crtc_machines_init(void);
#endif