Add cassette emulation to IBM PCjr.
This commit is contained in:
parent
84a098bc98
commit
4b7328f06e
2 changed files with 11 additions and 1 deletions
|
|
@ -325,6 +325,7 @@ void pcjr_init()
|
|||
keyboard_pcjr_init();
|
||||
device_add(&sn76489_device);
|
||||
nmi_mask = 0x80;
|
||||
device_add(&cassette_device);
|
||||
}
|
||||
|
||||
void tandy1k_init()
|
||||
|
|
|
|||
Loading…
Reference in a new issue