Fix address_space_specific::get_write_ptr() -nw-

This commit is contained in:
Phil Bennett 2013-05-28 21:51:00 +00:00
parent 94d818b894
commit 15ae12f529

View File

@ -1031,7 +1031,7 @@ public:
{
// perform the lookup
byteaddress &= m_bytemask;
UINT32 entry = read_lookup(byteaddress);
UINT32 entry = write_lookup(byteaddress);
const handler_entry_write &handler = m_write.handler_write(entry);
// 8-bit case: RAM/ROM