mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
polyplay: fix compile (nw)
This commit is contained in:
parent
2015e1123e
commit
7ca3de4ce3
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user