IBM PS/2 Model 50: Add the Model 50Z BIOS as an option.

This commit is contained in:
OBattler
2025-08-30 02:28:18 +02:00
parent d287b81054
commit 89591ae8c9
3 changed files with 62 additions and 10 deletions

View File

@@ -1247,6 +1247,9 @@ extern const device_t ps1_hdc_device;
extern int machine_ps2_m30_286_init(const machine_t *);
/* m_ps2_mca.c */
#ifdef EMU_DEVICE_H
extern const device_t ps2_model_50_device;
#endif
extern int machine_ps2_model_50_init(const machine_t *);
extern int machine_ps2_model_60_init(const machine_t *);
extern int machine_ps2_model_55sx_init(const machine_t *);