rename machine 'Multitech PC-500' to 'Multitech PC-500 plus'

This commit is contained in:
Bozo Scum
2025-09-09 12:33:52 +08:00
parent 430627e776
commit fb64862fcf
3 changed files with 6 additions and 6 deletions

View File

@@ -1319,7 +1319,7 @@ 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 *);
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 *);
extern int machine_xt_openxt_init(const machine_t *);