Add read-only cassette emulation to IBM 5150 PC. Patch from JohnElliott.
This commit is contained in:
parent
750d7021e4
commit
84a098bc98
18 changed files with 1891 additions and 1136 deletions
|
|
@ -24,6 +24,11 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Configure hard discs...",IDM_HDCONF
|
||||
END
|
||||
POPUP "C&assette"
|
||||
BEGIN
|
||||
MENUITEM "&Load tapefile...", IDM_CASSETTE_LOAD
|
||||
MENUITEM "&Eject tape", IDM_CASSETTE_EJECT
|
||||
END
|
||||
POPUP "&Settings"
|
||||
BEGIN
|
||||
MENUITEM "&Configure...", IDM_CONFIG
|
||||
|
|
|
|||
Loading…
Reference in a new issue