Added the PS/2 model 80 type 3 machine.

This commit is contained in:
TC1995
2021-06-15 17:38:31 +02:00
parent f423e07f13
commit 3c95cd4cd5
3 changed files with 59 additions and 15 deletions

View File

@@ -612,6 +612,7 @@ extern int machine_ps2_model_50_init(const machine_t *);
extern int machine_ps2_model_55sx_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 *);
/* m_tandy.c */
extern int tandy1k_eeprom_read(void);