diff --git a/src/mame/machine/naomibd.c b/src/mame/machine/naomibd.c index 8108c035167..4ca96c4a132 100644 --- a/src/mame/machine/naomibd.c +++ b/src/mame/machine/naomibd.c @@ -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