Fixed logging & Added the BCM SQ-588

This commit is contained in:
Panagiotis
2020-12-17 13:38:10 +02:00
committed by GitHub
parent 78efeca0da
commit d1e205cff4
4 changed files with 52 additions and 7 deletions

View File

@@ -376,6 +376,10 @@ extern int machine_at_vectra54_init(const machine_t *);
extern int machine_at_powermate_v_init(const machine_t *);
extern int machine_at_acerv30_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_SIS_85C50X)
extern int machine_at_sq588_init(const machine_t *);
#endif
#ifdef EMU_DEVICE_H
extern const device_t *at_endeavor_get_device(void);
#define at_vectra54_get_device at_endeavor_get_device