Merge pull request #870 from 86Box/bugfix/ibm_ps1_m2133

Bugfix/ibm ps1 m2133
This commit is contained in:
Miran Grča
2020-06-25 23:52:46 +02:00
committed by GitHub
10 changed files with 376 additions and 21 deletions

View File

@@ -436,8 +436,10 @@ extern const device_t *pcjr_get_device(void);
/* m_ps1.c */
extern int machine_ps1_m2011_init(const machine_t *);
extern int machine_ps1_m2121_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_PS1M2133)
extern int machine_ps1_m2133_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t *ps1_m2133_get_device(void);
#endif
/* m_ps1_hdc.c */