Removed tandy option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1951
This commit is contained in:
parent
93aeccfb4b
commit
4807b0f93c
2 changed files with 2 additions and 4 deletions
|
@ -311,7 +311,6 @@ static void SN76496_set_gain(int gain)
|
|||
void TANDYSOUND_Init(Section* sec) {
|
||||
if (machine!=MCH_TANDY) return;
|
||||
Section_prop * section=static_cast<Section_prop *>(sec);
|
||||
if(!section->Get_bool("tandy")) return;
|
||||
|
||||
IO_RegisterWriteHandler(0xc0,SN76496Write,IO_MB,2);
|
||||
IO_RegisterWriteHandler(0xc4,TandyDACWrite,IO_MB,4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue