Add read-only cassette emulation to IBM 5150 PC. Patch from JohnElliott.

This commit is contained in:
SarahW 2019-04-17 20:37:23 +01:00
commit 84a098bc98
18 changed files with 1891 additions and 1136 deletions

View file

@ -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