diff options
author | 2013-11-13 20:45:50 +0000 | |
---|---|---|
committer | 2013-11-13 20:45:50 +0000 | |
commit | 98c5c072e2bd46db32f603a66eeab3c99a66c962 (patch) | |
tree | 8b2cdfda58212400b2d9d89063b56cdf97e2bf26 /src/emu/bus/abcbus/lux21056.c | |
parent | 9e1ebc7acddc0cb0b763f79e77e392ded3519b25 (diff) |
(MESS) abc800: Added slot devices for the ABC 830/832/834/838 floppy disk drives, and the ABC 850/852/856 hard disk drives. [Curt Coder]
Diffstat (limited to 'src/emu/bus/abcbus/lux21056.c')
-rw-r--r-- | src/emu/bus/abcbus/lux21056.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/bus/abcbus/lux21056.c b/src/emu/bus/abcbus/lux21056.c index a6d76701a45..7dc84668a36 100644 --- a/src/emu/bus/abcbus/lux21056.c +++ b/src/emu/bus/abcbus/lux21056.c @@ -28,17 +28,17 @@ Start the abc800 emulator with the ABC 850 attached on the ABC bus, with the new CHD and a UFD-DOS floppy mounted: - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=ro202 -flop1 ufd631 -hard ro202.chd - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=basf6186 -flop1 ufd631 -hard basf6186.chd + $ mess abc800m -bus abc850 -flop1 ufd631 -hard ro202.chd + $ mess abc800m -bus abc850 -bus:abc850:io2 xebec,bios=basf6186 -flop1 ufd631 -hard basf6186.chd or with the ABC 852 attached: - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=basf6185 -flop1 ufd631 -hard basf6185.chd - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=nec5126 -flop1 ufd631 -hard nec5126.chd + $ mess abc800m -bus abc852 -flop1 ufd631 -hard basf6185.chd + $ mess abc800m -bus abc852 -bus:abc852:io2 xebec,bios=nec5126 -flop1 ufd631 -hard nec5126.chd or with the ABC 856 attached: - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=micr1325 -flop1 ufd631 -hard micr1325.chd + $ mess abc800m -bus abc856 -flop1 ufd631 -hard micr1325.chd Configure the floppy controller for use with an ABC 850: @@ -68,9 +68,9 @@ Or skip all of the above and use the preformatted images in the software list: - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=ro202 -flop1 ufd631 -hard abc850 - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=basf6185 -flop1 ufd631 -hard abc852 - $ mess abc800m -bus hdd -bus:hdd:io2 xebec,bios=micr1325 -flop1 ufd631 -hard abc856 + $ mess abc800m -bus abc850 -flop1 ufd631 -hard abc850 + $ mess abc800m -bus abc852 -flop1 ufd631 -hard abc852 + $ mess abc800m -bus abc856 -flop1 ufd631 -hard abc856 */ |