diff options
| author | 2025-07-08 22:59:23 -0400 | |
|---|---|---|
| committer | 2025-07-08 22:59:23 -0400 | |
| commit | e0ab4c41964d097ba71c4c58e521d94a7cd6bcd2 (patch) | |
| tree | 6e2f82c62a68c814be3e6599adfb67875068a8ec /scripts/src/machine.lua | |
| parent | 5060de54a9ff5a294c0050597bbc766ecfa448fc (diff) | |
machine/i2cds1307.cpp: Added I2C DS1307; Used the device in Spectrum Next (#13930)
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index cbb0d706b64..e2f95bfe99f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1524,6 +1524,17 @@ if (MACHINES["1MB5"]~=null) then end --------------------------------------------------- +--@src/devices/machine/i2cds1307.h,MACHINES["I2C_DS1307"] = true +--------------------------------------------------- + +if (MACHINES["I2C_DS1307"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i2cds1307.cpp", + MAME_DIR .. "src/devices/machine/i2cds1307.h", + } +end + +--------------------------------------------------- --@src/devices/machine/i2chle.h,MACHINES["I2CHLE"] = true --------------------------------------------------- |
