Re-added the IBM PS/2 model 70 type 4 (Softfloat is always used in this machine).

This commit is contained in:
TC1995
2023-04-30 21:52:58 +02:00
parent 6af643944a
commit ad44c454c9
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);