mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-26 03:04:51 +00:00
14 lines
205 B
C
14 lines
205 B
C
#ifndef X86_H
|
|
#define X86_H
|
|
|
|
void x86_init();
|
|
void x86_poll();
|
|
|
|
void x86_set_image(int num, char *filename);
|
|
|
|
void x86_config_load();
|
|
void x86_config_save();
|
|
void x86_set_fdd_boot(uint32_t boot);
|
|
|
|
#endif
|