Implement FIC VA-503A (MVP3 + 686A) and rename KA-6110 to match the naming scheme for FIC boards

This commit is contained in:
RichardG867
2020-10-13 19:28:23 -03:00
parent 8d8ee14966
commit 44c8381291
4 changed files with 90 additions and 6 deletions

View File

@@ -575,11 +575,11 @@ at_tsunamiatx_get_device(void)
int
machine_at_ka6100_init(const machine_t *model)
machine_at_ficka6100_init(const machine_t *model)
{
int ret;
ret = bios_load_linear(L"roms/machines/ka6100/610011ex.bin",
ret = bios_load_linear(L"roms/machines/ficka6100/610011ex.bin",
0x000e0000, 131072, 0);
if (bios_only || !ret)