Move MSI MS-4144 into dev branch
This commit is contained in:
@@ -40,3 +40,7 @@ endif()
|
||||
if(OPEN_AT)
|
||||
target_compile_definitions(mch PRIVATE USE_OPEN_AT)
|
||||
endif()
|
||||
|
||||
if(MS4144)
|
||||
target_compile_definitions(mch PRIVATE USE_MS4144)
|
||||
endif()
|
||||
@@ -1045,7 +1045,7 @@ machine_at_4dps_init(const machine_t *model)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if defined(DEV_BRANCH) && defined(USE_MS4144)
|
||||
int
|
||||
machine_at_ms4144_init(const machine_t *model)
|
||||
{
|
||||
@@ -1072,7 +1072,7 @@ machine_at_ms4144_init(const machine_t *model)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
int
|
||||
machine_at_486sp3c_init(const machine_t *model)
|
||||
{
|
||||
|
||||
@@ -7783,6 +7783,7 @@ const machine_t machines[] = {
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
#if defined(DEV_BRANCH) && defined(USE_MS4144)
|
||||
/* AMIKEY-2 */
|
||||
{
|
||||
.name = "[SiS 496] MSI MS-4144",
|
||||
@@ -7823,6 +7824,7 @@ const machine_t machines[] = {
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
#endif
|
||||
/* This has the UMC 88xx on-chip KBC. */
|
||||
{
|
||||
.name = "[UMC 8881] A-Trend ATC-1415",
|
||||
|
||||
Reference in New Issue
Block a user