mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Fix mtrap asserts.
This commit is contained in:
parent
c30bcb6948
commit
f7a0ba5a88
@ -944,7 +944,7 @@ ADDRESS_MAP_END
|
||||
|
||||
static ADDRESS_MAP_START( cvsd_iomap, ADDRESS_SPACE_IO, 8 )
|
||||
ADDRESS_MAP_GLOBAL_MASK(0xff)
|
||||
AM_RANGE(0x00, 0xff) AM_DEVREADWRITE("riot", mtrap_voiceio_r, mtrap_voiceio_w)
|
||||
AM_RANGE(0x00, 0xff) AM_DEVREADWRITE("custom", mtrap_voiceio_r, mtrap_voiceio_w)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user