1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

3b2: Initial release of an AT&T 3B2 model 400 emulator.

For information on usage, please see the file 3B2/README.md
This commit is contained in:
Seth Morabito
2017-11-20 18:21:49 -08:00
committed by Mark Pizzolato
parent 7246e74004
commit 804ea8e322
28 changed files with 12528 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ struct ROM_File_Descriptor {
{"VAX/vmb.exe", "VAX/vax_vmb_exe.h", 44544, 0xFFC014BB, "vax_vmb_exe"},
{"PDP11/lunar11/lunar.lda", "PDP11/pdp11_vt_lunar_rom.h", 13824 , 0xFFF15D00, "lunar_lda"},
{"swtp6800/swtp6800/swtbug.bin", "swtp6800/swtp6800/swtp_swtbug_bin.h", 1024, 0xFFFE4FBC, "swtp_swtbug_bin"},
{"3B2/rom_400.bin", "3B2/rom_400_bin.h", 32768, 0xFFD55762, "rom_400_bin"},
};