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

@@ -263,11 +263,11 @@ machine_at_siemens_init(const machine_t *model)
#if defined(DEV_BRANCH) && defined(USE_OPEN_AT)
int
machine_at_open_at_init(const machine_t *model)
machine_at_openat_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/open_at/bios.bin",
ret = bios_load_linear("roms/machines/openat/bios.bin",
0x000f0000, 65536, 0);
if (bios_only || !ret)