update header files

I forgot updating header files
This commit is contained in:
Akamaki
2025-02-15 08:09:43 +09:00
committed by GitHub
parent 9ab1e35b16
commit 466bcc68b4
2 changed files with 4 additions and 3 deletions

View File

@@ -887,7 +887,8 @@ 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 *);
extern int machine_ps55_model_50t_init(const machine_t*);
extern int machine_ps55_model_50t_init(const machine_t*);;
extern int machine_ps55_model_50v_init(const machine_t*);
/* m_tandy.c */
extern int tandy1k_eeprom_read(void);