mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Beginning of Test suite, someone else adding CPU tests and others would be helpful!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@893 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -191,6 +191,9 @@ void CEXIMic::TransferByte(u8 &byte)
|
||||
break;
|
||||
case cmdGetBuffer:
|
||||
printf("POS %d\n", m_uPosition);
|
||||
// Are we not able to return all the data then?
|
||||
// I think if we set the Interrupt to false, it reads another 64
|
||||
// Will Look in to it.
|
||||
if(m_uPosition == SNum / 2) // It's 16bit Audio, so we divide by two
|
||||
;//m_bInterruptSet = false;
|
||||
byte = rand() % 0xFF;
|
||||
|
Reference in New Issue
Block a user