mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +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)
|
void naomi_m4_board::board_setup_address(UINT32 address, bool is_dma)
|
||||||
{
|
{
|
||||||
rom_cur_address = address & 0x1fffffff;
|
rom_cur_address = address & 0x1fffffff;
|
||||||
encryption = !(address & 0x20000000);
|
encryption = (!is_dma) && !(address & 0x20000000);
|
||||||
|
|
||||||
if(encryption) {
|
if(encryption) {
|
||||||
enc_reset();
|
enc_reset();
|
||||||
|
Loading…
Reference in New Issue
Block a user