Skip to content

Commit 971e488

Browse files
ejaquayejaquay
authored andcommitted
Add hardware pak descriptions
1 parent fee3ed5 commit 971e488

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

GMC/GMC.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ STRINGTABLE
9494
BEGIN
9595
IDS_MODULE_NAME "Game Master Catridge (SN76489)"
9696
IDS_CATNUMBER "26-XXXX"
97-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
97+
IDS_DESCRIPTION "Emulates John Linville's Game Master Cart. This cartridge provides a dedicated sound chip (SN76489) and more memory, allowing for enhanced graphics and audio in games."
9898
IDS_VERSION "1.0"
9999
END
100100

HardDisk/harddisk.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ BEGIN
155155
IDS_MODULE_NAME "Hard Drive"
156156
IDS_VERSION "2.0.2"
157157
IDS_CATNUMBER "+ Cloud9 RTC"
158-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
158+
IDS_DESCRIPTION "Enable virtual hard drive emulation. Uses direct memory acces (DMA) to offload the CPU from data transfer tasks. Two VHD hard disk files can be loaded. Also includes a Cloud9 clock."
159159
END
160160

161161
#endif // English (U.S.) resources

Ramdisk/main.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ STRINGTABLE DISCARDABLE
102102
BEGIN
103103
IDS_MODULE_NAME "RamDisk"
104104
IDS_CATNUMBER "00-0000"
105-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
105+
IDS_DESCRIPTION "Emulation of a 512k ram card simular to those made by Disto. Uses SCS selectable disk ports. Data written is lost when VCC is restarted."
106106
END
107107

108108
#endif // English (U.S.) resources

SuperIDE/SuperIDE.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ STRINGTABLE DISCARDABLE
142142
BEGIN
143143
IDS_MODULE_NAME "Glenside-IDE /w Clock"
144144
IDS_CATNUMBER "000"
145-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
145+
IDS_DESCRIPTION "Emulates Glenside IDE disk device. It supports a master and a slave IDE disk image. Also contains a Dallas DS1315 real time clock."
146146
END
147147

148148
#endif // English (U.S.) resources

acia/acia.rc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,11 @@ END
164164

165165
STRINGTABLE
166166
BEGIN
167-
IDS_MODULE_NAME "Tandy Deluxe RS232 Pak (Beta)"
167+
IDS_MODULE_NAME "Tandy RS232 Pak"
168168
IDS_CATNUMBER "26-2226"
169-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
169+
IDS_DESCRIPTION "Emulates 6551 UART. Communicate with windows terminal console, PC serial ports, Internet telnet servers, or read and write to a file."
170170
IDS_VERSION "1.00"
171171
END
172-
173172
#endif // English (United States) resources
174173
/////////////////////////////////////////////////////////////////////////////
175174

orch90/main.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ BEGIN
103103
IDS_MODULE_NAME "Orchestra-90"
104104
IDS_CATNUMBER "26-3143"
105105
IDS_VERSION "1.30"
106-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
106+
IDS_DESCRIPTION "Emulates Tandy Orchestra-90 CC Stereo Music Synthesizer cart with rom. Supports six octave ranges and up tp five simultaneous voices. Can transfer music to/from tape or from a floppy mounted in FD502 drive one. FD502 must be inserted in mpi slot 4."
107107
END
108108

109109
#endif // English (U.S.) resources

sdc/sdc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ STRINGTABLE
168168
BEGIN
169169
IDS_MODULE_NAME "SDC simulator"
170170
IDS_VERSION "1.0"
171-
IDS_DESCRIPTION "[TODO: DESCRIPTION]"
171+
IDS_DESCRIPTION "Simulation of Darren Atkinson's SDC floppy drive emulator with an added Cloud9 Clock. Uses SCS selectable disk ports. The included sdc-dos rom manages SCS selection to allow access to the first two FD502 floppy drives if present. Supports most, but not all, SDC functions."
172172
END
173173

174174
#endif // English (United States) resources

0 commit comments

Comments
 (0)