diff options
| author | 2021-07-15 21:49:35 +1000 | |
|---|---|---|
| committer | 2021-07-15 21:49:35 +1000 | |
| commit | 895a27783e05ebbc7e341e29fb5fc2736522d123 (patch) | |
| tree | 667f6281ac98ab8cbe736baf5e3aee10871938bc | |
| parent | e427fcb04c43c1e35340e08aa888493813b6345d (diff) | |
hd63484 include in mess build to fix linking error
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index fa2cec85a62..92468eb671e 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -363,7 +363,7 @@ VIDEOS["HD44780"] = true VIDEOS["HD61202"] = true VIDEOS["HD61603"] = true VIDEOS["HD61830"] = true ---VIDEOS["HD63484"] = true +VIDEOS["HD63484"] = true VIDEOS["HD66421"] = true VIDEOS["HLCD0438"] = true VIDEOS["HLCD0488"] = true |
