IBM PS/1 Model 2011: Add language ROMs

This commit is contained in:
Cacodemon345
2024-01-10 01:26:50 +06:00
parent c29d51b419
commit eb200030e3
4 changed files with 113 additions and 8 deletions

View File

@@ -202,6 +202,8 @@ extern const char *device_get_bios_file(const device_t *dev, const char *interna
extern int device_is_valid(const device_t *, int m);
extern const device_t* device_context_get_device(void);
extern int device_get_config_int(const char *name);
extern int device_get_config_int_ex(const char *s, int dflt_int);
extern int device_get_config_hex16(const char *name);