add machine Multitech PC-500 with BIOS ROM v3.10 and v3.30

This commit is contained in:
Bozo Scum
2025-09-09 12:39:41 +08:00
parent fb64862fcf
commit a5a9ca148e
3 changed files with 122 additions and 0 deletions

View File

@@ -1319,6 +1319,10 @@ extern const device_t jukopc_device;
extern int machine_xt_jukopc_init(const machine_t *);
extern int machine_xt_kaypropc_init(const machine_t *);
extern int machine_xt_micoms_xl7turbo_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t pc500_device;
#endif
extern int machine_xt_pc500_init(const machine_t *);
extern int machine_xt_pc500plus_init(const machine_t *);
extern int machine_xt_pc700_init(const machine_t *);
extern int machine_xt_pc4i_init(const machine_t *);