diff options
| author | 2017-11-17 18:25:36 +0000 | |
|---|---|---|
| committer | 2017-11-17 18:25:36 +0000 | |
| commit | 7d0279601f8c0877b5ff7ffcc8cbbde5b7615525 (patch) | |
| tree | d37ff02c7e95581ee3a7b1c84120dbc3ee30afad /scripts/src/machine.lua | |
| parent | 26af85dc45a18c4532df355abb9e91a4b6d7bd19 (diff) | |
split pgm2 up into drivers/video, correct main ram size, make some notes etc.
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 085d59d01c6..d254c010116 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -675,6 +675,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/atmel_arm_aic.h,MACHINES["ARM_AIC"] = true +--------------------------------------------------- + +if (MACHINES["ARM_AIC"]~=null) then + files { + MAME_DIR .. "src/devices/machine/atmel_arm_aic.cpp", + MAME_DIR .. "src/devices/machine/atmel_arm_aic.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ay31015.h,MACHINES["AY31015"] = true --------------------------------------------------- |
