Merge pull request #4017 from Cacodemon345/ps1-rom-lang

IBM PS/1 Model 2011: Add language ROM options.
This commit is contained in:
Miran Grča
2024-01-09 22:31:52 +01:00
committed by GitHub
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);