Several fixes - the MR BIOS'es now work on the recompiler (thank you, port EBh!), so they have been moved out of the Dev branch.

This commit is contained in:
OBattler
2020-05-13 03:43:02 +02:00
parent 870671586d
commit f46181db78
11 changed files with 48 additions and 64 deletions

View File

@@ -143,7 +143,6 @@ machine_at_thor_init(const machine_t *model)
}
#if defined(DEV_BRANCH) && defined(USE_MRTHOR)
int
machine_at_mrthor_init(const machine_t *model)
{
@@ -159,7 +158,6 @@ machine_at_mrthor_init(const machine_t *model)
return ret;
}
#endif
int