ceda2vga/src/vga.h

8 lines
123 B
C
Raw Normal View History

2022-12-03 19:52:47 +00:00
#ifndef VGA_H
#define VGA_H
void vga_machines_init(void);
unsigned long int vga_get_frame_counter(void);
2022-12-03 19:52:47 +00:00
#endif // VGA_H