1
0
mirror of synced 2026-01-17 08:32:10 +00:00
2020-09-09 15:11:45 -07:00

14 lines
143 B
C++

#include "ui.h"
const char *PeripheralTypeNames[] = {
"Disk",
"Tape",
"Network",
"Console",
"Expander",
"Bmx",
"Printer",
"Other"
};