mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
harddriv.cpp: nop out a memory range, makes log a bit more sane. A 2 second log used to weigh about 700 MB. (nw)
This commit is contained in:
parent
3d8cb0e81c
commit
99567c5c89
@ -652,6 +652,7 @@ ADDRESS_MAP_END
|
||||
static ADDRESS_MAP_START( adsp_program_map, AS_PROGRAM, 32, harddriv_state )
|
||||
ADDRESS_MAP_UNMAP_HIGH
|
||||
AM_RANGE(0x0000, 0x1fff) AM_RAM AM_SHARE("adsp_pgm_memory")
|
||||
AM_RANGE(0x2000, 0x3fff) AM_READNOP // ROM?
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user