mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
added RGB unit testing (nw)
This commit is contained in:
parent
f607ae53b7
commit
d2d26c6771
@ -82,10 +82,18 @@ project("mametests")
|
||||
ext_includedir("zlib"),
|
||||
}
|
||||
|
||||
files {
|
||||
MAME_DIR .. "src/emu/video/rgbsse.cpp",
|
||||
MAME_DIR .. "src/emu/video/rgbsse.h",
|
||||
MAME_DIR .. "src/emu/video/rgbvmx.cpp",
|
||||
MAME_DIR .. "src/emu/video/rgbvmx.h",
|
||||
}
|
||||
|
||||
files {
|
||||
MAME_DIR .. "tests/main.cpp",
|
||||
MAME_DIR .. "tests/lib/util/corestr.cpp",
|
||||
MAME_DIR .. "tests/lib/util/options.cpp",
|
||||
MAME_DIR .. "tests/emu/attotime.cpp",
|
||||
MAME_DIR .. "tests/emu/video/rgbutil.cpp",
|
||||
}
|
||||
|
||||
|
1036
tests/emu/video/rgbutil.cpp
Normal file
1036
tests/emu/video/rgbutil.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user