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

@ -10,6 +10,8 @@
#define IDM_BPB_DISABLE 40015
#define IDM_CONFIG 40020
#define IDM_STATUS 40030
#define IDM_CASSETTE_LOAD 40040
#define IDM_CASSETTE_EJECT 40041
#define IDM_VID_RESIZE 40050
#define IDM_VID_REMEMBER 40051
#define IDM_VID_ASPECT 40052