ISA memory and RTC cards: Only enable the configure button if the device actually has a configuration structure present.

This commit is contained in:
OBattler
2024-06-08 04:35:29 +02:00
parent ec0287cd2f
commit f95b1d984d
5 changed files with 27 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ extern const char *isamem_get_name(int t);
extern const char *isamem_get_internal_name(int t);
extern int isamem_get_from_internal_name(const char *s);
extern const device_t *isamem_get_device(int t);
extern int isamem_has_config(int board);
#ifdef __cplusplus
}

View File

@@ -58,6 +58,7 @@ extern void isartc_reset(void);
extern const char *isartc_get_internal_name(int t);
extern int isartc_get_from_internal_name(char *s);
extern const device_t *isartc_get_device(int t);
extern int isartc_has_config(int board);
#ifdef __cplusplus
}