mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
naomi: Make illvelo boot, probably others too [O. Galibert]
This commit is contained in:
parent
7282daa15f
commit
c97f98b14b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user