makes Victor V86P BIOS versions selectable

This commit is contained in:
Bozo Scum
2026-01-28 13:45:15 +08:00
parent 2a00f72a6f
commit 715a6cf4cd
3 changed files with 89 additions and 20 deletions

View File

@@ -1408,6 +1408,9 @@ extern const device_t tandy_1000sl_video_device;
extern int machine_tandy1000sl2_init(const machine_t *);
/* m_v86p.c */
#ifdef EMU_DEVICE_H
extern const device_t v86p_device;
#endif
extern int machine_v86p_init(const machine_t *);
/* m_xt.c */