mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
Missed a file
This commit is contained in:
parent
b56314a329
commit
6f89b8e750
@ -458,6 +458,12 @@ READ64_DEVICE_HANDLER( naomibd_r )
|
||||
|
||||
return ret;
|
||||
}
|
||||
else if ((offset == 2) && ACCESSING_BITS_32_63)
|
||||
{
|
||||
// Actel FPGA ID, used on some games for a "special" ROM test.
|
||||
|
||||
return (UINT64)actel_id << 32;
|
||||
}
|
||||
else if ((offset == 7) && ACCESSING_BITS_32_47)
|
||||
{
|
||||
// 5f703c
|
||||
|
Loading…
Reference in New Issue
Block a user