polyplay: fix compile (nw)

This commit is contained in:
Dirk Best 2017-03-07 00:08:18 +01:00
parent 2015e1123e
commit 7ca3de4ce3

View File

@ -268,7 +268,7 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( polyplay_io_zrepp, AS_IO, 8, polyplay_state )
AM_IMPORT_FROM(polyplay_io_zre)
AM_RANGE(0x88, 0x8b) AM_DEVREADWRITE(Z80SIO_TAG, z80sio_device, read, write)
// AM_RANGE(0x88, 0x8b) AM_DEVREADWRITE(Z80SIO_TAG, z80sio_device, read, write)
ADDRESS_MAP_END
static INPUT_PORTS_START( polyplay )