summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2012-06-10 18:14:44 +0000
committer Olivier Galibert <galibert@pobox.com>2012-06-10 18:14:44 +0000
commitc97f98b14bd3540eed2efcead26eb020e90e9d55 (patch)
tree23b36cfaa5f16f5d887224e41179e9d5c01b34c6 /src
parent7282daa15f4d0cdf81ef004e407ce108ae900fe1 (diff)
naomi: Make illvelo boot, probably others too [O. Galibert]
Diffstat (limited to 'src')
-rw-r--r--src/mame/machine/naomim4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/naomim4.c b/src/mame/machine/naomim4.c
index 371bf2c589b..6143729a7a1 100644
--- a/src/mame/machine/naomim4.c
+++ b/src/mame/machine/naomim4.c
@@ -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();