Add cassette emulation to IBM PCjr.

This commit is contained in:
SarahW 2019-04-17 20:37:48 +01:00
commit 4b7328f06e
2 changed files with 11 additions and 1 deletions

View file

@ -325,6 +325,7 @@ void pcjr_init()
keyboard_pcjr_init();
device_add(&sn76489_device);
nmi_mask = 0x80;
device_add(&cassette_device);
}
void tandy1k_init()