mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
driver lib filenames are lowercase
This commit is contained in:
parent
932bd60ef3
commit
f85d827d73
@ -693,7 +693,7 @@ function linkProjects_mame_mess(_target, _subtarget)
|
|||||||
"bnpo",
|
"bnpo",
|
||||||
"bondwell",
|
"bondwell",
|
||||||
"booth",
|
"booth",
|
||||||
"BYTE",
|
"byte",
|
||||||
"camputers",
|
"camputers",
|
||||||
"canon",
|
"canon",
|
||||||
"cantab",
|
"cantab",
|
||||||
@ -1227,7 +1227,7 @@ files {
|
|||||||
MAME_DIR .. "src/mess/drivers/apexc.c",
|
MAME_DIR .. "src/mess/drivers/apexc.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
createMESSProjects(_target, _subtarget, "BYTE")
|
createMESSProjects(_target, _subtarget, "byte")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mess/drivers/zapcomputer.c",
|
MAME_DIR .. "src/mess/drivers/zapcomputer.c",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user