Finished the ALi M15xx and removed from Dev branch.

This commit is contained in:
OBattler
2021-07-01 01:43:59 +02:00
parent fd4817a87b
commit 15279e4964
13 changed files with 236 additions and 213 deletions

View File

@@ -899,7 +899,6 @@ machine_at_ms5146_init(const machine_t *model)
}
#if defined(DEV_BRANCH) && defined(USE_M154X)
int
machine_at_m560_init(const machine_t *model)
{
@@ -966,4 +965,3 @@ machine_at_ms5164_init(const machine_t *model)
return ret;
}
#endif