|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 723 (0x2d3)
Types: TextFile
Names: »B«
└─⟦bdeee703f⟧ Bits:30000538 8mm tape, Rational 1000, RWI 10_1_1
└─⟦545705153⟧ »DATA«
└─⟦f9289093d⟧
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦f9289093d⟧
└─⟦this⟧
separate (Release)
package body Pcbasic is
begin
Keyboard :=
(Name => Hs ("PcBasic"),
Id => Hs ("pcbasi"),
Comment1 => Hs ("IBM PC; Basic keyboard"),
Comment2 => null,
Source_Dir => Hs ("Src_PcBasic"),
Lines => 40,
Columns => 80,
Tt_Extra => null,
Has_Source => True);
Source :=
new File_Info_Array'
(
(File_Type => Text,
Master_File | Install_File => Hs ("RMCommand.c")),
(File_Type => Text,
Master_File | Install_File => Hs ("RMCommand.h"))
);
end Pcbasic;