Reverted some changes I accidentally commited...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2787 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marcus Wanners 2009-03-29 12:49:20 +00:00
parent 2e748b4544
commit b6dd1d3f0a
1 changed files with 1 additions and 17 deletions

View File

@ -140,23 +140,7 @@ void Read16(u16& _uReturnValue, const u32 _iAddress)
case PE_ALPHAREAD:
INFO_LOG(PIXELENGINE, "(r16): PE_ALPHAREAD");
_uReturnValue = AlphaReg;
return;
case 0x010:
_uReturnValue = 0x80;
return;
case 0x012:
_uReturnValue = 0xA0;
return;
case 0x014:
_uReturnValue = 0x80;
return;
case 0x016:
_uReturnValue = 0xA0;
return;
return;
default:
WARN_LOG(PIXELENGINE, "(r16): unknown @ %08x", _iAddress);