Remove underscore from Multitech PC500

This commit is contained in:
RichardG867
2021-10-19 12:22:13 -03:00
parent 04bea78e5e
commit 6fc0890f23
3 changed files with 4 additions and 4 deletions

View File

@@ -427,11 +427,11 @@ machine_xt_pc700_init(const machine_t *model)
int
machine_xt_multitechpc500_init(const machine_t* model)
machine_xt_pc500_init(const machine_t* model)
{
int ret;
ret = bios_load_linear("roms/machines/multitech_pc500/rom404.bin",
ret = bios_load_linear("roms/machines/pc500/rom404.bin",
0x000f8000, 32768, 0);
if (bios_only || !ret)