mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Merge pull request #1762 from mamehaze/mk5_2
mk5: incasunu and geisha expect a bigger rom window here (otherwise t…
This commit is contained in:
commit
67452fff56
@ -523,11 +523,15 @@ static ADDRESS_MAP_START( aristmk5_map, AS_PROGRAM, 32, aristmk5_state )
|
||||
AM_RANGE(0x03250050, 0x03250053) AM_READ(Ns5r50) //IOEB ID register
|
||||
AM_RANGE(0x03250058, 0x0325005b) AM_READ(Ns5x58) //IOEB interrupt Latch
|
||||
|
||||
|
||||
AM_RANGE(0x03000000, 0x0331ffff) AM_READWRITE(mk5_ioc_r, mk5_ioc_w)
|
||||
AM_RANGE(0x03320000, 0x0333ffff) AM_RAMBANK("sram_bank_nz") // AM_BASE_SIZE_GENERIC(nvram) // nvram 32kbytes x 3 NZ
|
||||
AM_RANGE(0x03400000, 0x035fffff) AM_ROM AM_REGION("maincpu", 0) AM_WRITE(archimedes_vidc_w)
|
||||
AM_RANGE(0x03600000, 0x037fffff) AM_READWRITE(archimedes_memc_r, archimedes_memc_w)
|
||||
|
||||
AM_RANGE(0x03400000, 0x035fffff) AM_WRITE(archimedes_vidc_w)
|
||||
AM_RANGE(0x03600000, 0x037fffff) AM_WRITE(archimedes_memc_w)
|
||||
AM_RANGE(0x03800000, 0x039fffff) AM_WRITE(archimedes_memc_page_w)
|
||||
|
||||
AM_RANGE(0x03400000, 0x03bfffff) AM_ROM AM_REGION("maincpu", 0)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
/* U.S games have no dram emulator enabled */
|
||||
|
Loading…
Reference in New Issue
Block a user