From 3c38a8a4f0bcbbb341c78eecc12ee89205b10933 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Tue, 24 Oct 2017 14:19:06 +0200 Subject: [PATCH] einstein: Fix MT #6723 --- src/mame/drivers/einstein.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/einstein.cpp b/src/mame/drivers/einstein.cpp index a736d2e7fee..701253a1978 100644 --- a/src/mame/drivers/einstein.cpp +++ b/src/mame/drivers/einstein.cpp @@ -464,6 +464,7 @@ ADDRESS_MAP_END /* The I/O ports are decoded into 8 blocks using address lines A3 to A7 */ static ADDRESS_MAP_START( einstein_io, AS_IO, 8, einstein_state ) + ADDRESS_MAP_UNMAP_HIGH /* block 0, ay8910 psg */ AM_RANGE(0x02, 0x02) AM_MIRROR(0xff04) AM_DEVREADWRITE(IC_I030, ay8910_device, data_r, address_w) AM_RANGE(0x03, 0x03) AM_MIRROR(0xff04) AM_DEVWRITE(IC_I030, ay8910_device, data_w)