diff options
author | 2020-10-07 18:20:32 +0200 | |
---|---|---|
committer | 2020-10-08 03:20:32 +1100 | |
commit | dd73e03c08b6e6058d55b73a6557f4c3d1355248 (patch) | |
tree | 6a49ae40774c136dd5a7e5274f3afb9fd4cd5eef /scripts/target | |
parent | c552c38ac6ae039d04fbba2c7b2639953e994ccd (diff) |
fmtowns: add devices for the SCSI card slot and the FMT-121 card (#7306)
* fmtowns: add a SCSI card slot for the original models
- Add a slot device for the Model 1/2 dedicated SCSI slot
- Add a device for the FMT-121 SCSI Card
- Modify the I/O maps and machine configurations so the slot and the
integrated controller don't overlap
Diffstat (limited to 'scripts/target')
-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 533d5cf0712..82f6bfc26ea 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -841,6 +841,7 @@ BUSES["ELECTRON"] = true BUSES["ELECTRON_CART"] = true BUSES["EP64"] = true BUSES["EPSON_SIO"] = true +BUSES["FMT_SCSI"] = true BUSES["GAMATE"] = true BUSES["GAMEBOY"] = true BUSES["GAMEGEAR"] = true |