work on 'vblank on line start' problem, var changes, mask defines
[picodrive.git] / platform / common / config.h
... / ...
CommitLineData
1int config_writesect(const char *fname, const char *section);
2int config_writelrom(const char *fname);
3int config_readsect(const char *fname, const char *section);
4int config_readlrom(const char *fname);
5int config_havesect(const char *fname, const char *section);
6