From 4c5ed8b64b6ce10de022a151b9d647c3b25fcab1 Mon Sep 17 00:00:00 2001 From: fulivi Date: Wed, 16 Aug 2017 10:37:39 +0200 Subject: hp85: implemented tape drive --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 0683ab0a0b9..277d6ba95e5 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1010,6 +1010,18 @@ if (MACHINES["HP_TACO"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/1ma6.h,MACHINES["1MA6"] = true +--------------------------------------------------- + +if (MACHINES["1MA6"]~=null) then + files { + MAME_DIR .. "src/devices/machine/1ma6.cpp", + MAME_DIR .. "src/devices/machine/1ma6.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/i2cmem.h,MACHINES["I2CMEM"] = true -- cgit v1.2.3