mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fix address_space_specific::get_write_ptr() -nw-
This commit is contained in:
parent
94d818b894
commit
15ae12f529
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user