Add missing functions, and machine_table device entries

This commit is contained in:
Jasmine Iwanek
2022-08-02 18:48:35 -04:00
parent c02916c2c4
commit 04e7fc2640
2 changed files with 939 additions and 306 deletions

View File

@@ -320,6 +320,9 @@ extern int machine_get_machine_from_internal_name(char *s);
extern void machine_init(void);
#ifdef EMU_DEVICE_H
extern const device_t *machine_getdevice(int m);
extern const device_t *machine_getviddevice(int m);
extern const device_t *machine_getsnddevice(int m);
extern const device_t *machine_getnetdevice(int m);
#endif
extern char *machine_get_internal_name_ex(int m);
extern int machine_get_nvrmask(int m);

File diff suppressed because it is too large Load Diff