Actually move the P2B-LS code to non-dev builds

This commit is contained in:
RichardG867
2020-03-25 22:45:18 -03:00
parent 661335f0cc
commit 80f1493d73

View File

@@ -139,7 +139,7 @@ machine_at_6abx3_init(const machine_t *model)
return ret;
}
#if defined(DEV_BRANCH) && defined(USE_I686)
int
machine_at_p2bls_init(const machine_t *model)
{
@@ -199,7 +199,7 @@ machine_at_p2bls_init(const machine_t *model)
return ret;
}
#if defined(DEV_BRANCH) && defined(USE_I686)
int
machine_at_borapro_init(const machine_t *model)
{