ceda2vga/src/vga.h

9 lines
117 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);
extern unsigned long int frame_counter;
#endif // VGA_H