ceda2vga/src/crtc.h

7 lines
70 B
C
Raw Normal View History

2022-12-08 14:14:34 +00:00
#ifndef CRTC_H
#define CRTC_H
void crtc_machines_init(void);
#endif