Merge pull request #3290 from 86Box/tc1995

Re-added the IBM PS/2 model 70 type 4 (Softfloat is always used in this machine).
This commit is contained in:
Miran Grča
2023-05-01 19:46:13 +02:00
committed by GitHub
3 changed files with 62 additions and 2 deletions

View File

@@ -770,6 +770,7 @@ extern int machine_ps2_model_65sx_init(const machine_t *);
extern int machine_ps2_model_70_type3_init(const machine_t *);
extern int machine_ps2_model_80_init(const machine_t *);
extern int machine_ps2_model_80_axx_init(const machine_t *);
extern int machine_ps2_model_70_type4_init(const machine_t *);
/* m_tandy.c */
extern int tandy1k_eeprom_read(void);