De-underscore PowerMate V, OpenAT and OpenXT

This commit is contained in:
RichardG867
2021-04-17 19:23:22 -03:00
parent 2b552ea71a
commit 4a41e4d486
5 changed files with 12 additions and 12 deletions

View File

@@ -666,11 +666,11 @@ machine_at_vectra54_init(const machine_t *model)
int
machine_at_powermate_v_init(const machine_t *model)
machine_at_powermatev_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/powermate_v/BIOS.ROM",
ret = bios_load_linear("roms/machines/powermatev/BIOS.ROM",
0x000e0000, 131072, 0);
if (bios_only || !ret)