naomi: Make illvelo boot, probably others too [O. Galibert]

This commit is contained in:
Olivier Galibert 2012-06-10 18:14:44 +00:00
parent 7282daa15f
commit c97f98b14b

View File

@ -99,7 +99,7 @@ void naomi_m4_board::device_reset()
void naomi_m4_board::board_setup_address(UINT32 address, bool is_dma)
{
rom_cur_address = address & 0x1fffffff;
encryption = !(address & 0x20000000);
encryption = (!is_dma) && !(address & 0x20000000);
if(encryption) {
enc_reset();