mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +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",
|
||||
"bondwell",
|
||||
"booth",
|
||||
"BYTE",
|
||||
"byte",
|
||||
"camputers",
|
||||
"canon",
|
||||
"cantab",
|
||||
@ -1227,7 +1227,7 @@ files {
|
||||
MAME_DIR .. "src/mess/drivers/apexc.c",
|
||||
}
|
||||
|
||||
createMESSProjects(_target, _subtarget, "BYTE")
|
||||
createMESSProjects(_target, _subtarget, "byte")
|
||||
files {
|
||||
MAME_DIR .. "src/mess/drivers/zapcomputer.c",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user