Cleanup.
This commit is contained in:
13
menu.h
13
menu.h
@@ -1,31 +1,26 @@
|
||||
#ifndef MENU_H
|
||||
#define MENU_H
|
||||
|
||||
#include "minimig_fdd.h" // for adfTYPE definition
|
||||
|
||||
// UI strings, used by boot messages
|
||||
extern const char *config_filter_msg[];
|
||||
extern const char *config_memory_chip_msg[];
|
||||
extern const char *config_memory_slow_msg[];
|
||||
extern const char *config_memory_fast_msg[];
|
||||
extern const char *config_scanline_msg[];
|
||||
extern const char *config_cpu_msg[];
|
||||
extern const char *config_hdf_msg[];
|
||||
extern const char *config_chipset_msg[];
|
||||
|
||||
void InsertFloppy(adfTYPE *drive, char* path);
|
||||
void HandleUI(void);
|
||||
void menu_key_set(unsigned int c);
|
||||
void PrintDirectory(void);
|
||||
void ScrollLongName(void);
|
||||
|
||||
void ErrorMessage(const char *message, unsigned char code);
|
||||
void InfoMessage(const char *message, int timeout = 2000);
|
||||
void Info(const char *message, int timeout = 2000, int width = 0, int height = 0, int frame = 0);
|
||||
|
||||
unsigned long getStatus(char *opt, unsigned long status);
|
||||
|
||||
void menu_key_set(uint32_t c);
|
||||
|
||||
unsigned int getStatus(char *opt, unsigned int status);
|
||||
void substrcpy(char *d, char *s, char idx);
|
||||
|
||||
extern char joy_bnames[12][32];
|
||||
extern int joy_bcount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user