summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Sven Schnelle <svens@stackframe.org>2018-06-17 08:55:51 +0200
committer Vas Crabb <cuavas@users.noreply.github.com>2018-06-17 16:55:51 +1000
commit22ba8d40ddb2b1e61d812bf59a38d9f9c805299f (patch)
tree9d7ae0cc863ec3a4d00f821f9df92f2cf3024676 /scripts/src/machine.lua
parentd6a53357a56f1e2d1249b9e29e0ff117967b0a8b (diff)
Add HP9122 floppy drive (#3657)
* Revert "Revert "Add 9122c floppy (#3647)"" This reverts commit 0aa81fc184b225547091a10f4accb8f3ae7064da. * Address pull request comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address MR comments Signed-off-by: Sven Schnelle <svens@stackframe.org> * MR#3657: address MR comments Signed-off-by: Sven Schnelle <svens@stackframe.org>
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 0f8dc41aa06..204972c198e 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3542,3 +3542,17 @@ if (MACHINES["Z80DAISY"]~=null) then
MAME_DIR .. "src/devices/machine/z80daisy_generic.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/i8291a.h,MACHINES["I8291A"] = true
+---------------------------------------------------
+
+if (MACHINES["I8291A"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/i8291a.cpp",
+ MAME_DIR .. "src/devices/machine/i8291a.h",
+ }
+end
+
+