Add missing functions, and machine_table device entries
This commit is contained in:
@@ -320,6 +320,9 @@ extern int machine_get_machine_from_internal_name(char *s);
|
|||||||
extern void machine_init(void);
|
extern void machine_init(void);
|
||||||
#ifdef EMU_DEVICE_H
|
#ifdef EMU_DEVICE_H
|
||||||
extern const device_t *machine_getdevice(int m);
|
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
|
#endif
|
||||||
extern char *machine_get_internal_name_ex(int m);
|
extern char *machine_get_internal_name_ex(int m);
|
||||||
extern int machine_get_nvrmask(int m);
|
extern int machine_get_nvrmask(int m);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user