diff options
| author | 2021-06-15 11:35:20 -0700 | |
|---|---|---|
| committer | 2021-06-16 04:35:20 +1000 | |
| commit | 3c1ca80a75832bbf22b3a52fc8bf68cb4dba027f (patch) | |
| tree | 250e6191723de8460bff288c6e5bb14216f96330 /scripts | |
| parent | 974d0fb4857daf51b945b62d82a4e487f6504b09 (diff) | |
pofo.cpp: Converted keyboard to device. (#8192)
Fixes multiple keys being pressed simultaneously.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 0a651947626..d7384d21b45 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1896,6 +1896,7 @@ files { MAME_DIR .. "src/mame/audio/lynx.h", MAME_DIR .. "src/mame/machine/lynx.cpp", MAME_DIR .. "src/mame/drivers/pofo.cpp", + MAME_DIR .. "src/mame/machine/pofo_kbd.cpp", MAME_DIR .. "src/mame/drivers/tvboy.cpp", } |
